Skip to content

Commit 3c8e2a7

Browse files
committed
publish 3.4.3
1 parent 5240ac9 commit 3c8e2a7

File tree

4 files changed

+772
-774
lines changed

4 files changed

+772
-774
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pake-cli",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。",
55
"engines": {
66
"node": ">=18.0.0"
@@ -50,8 +50,8 @@
5050
"exports": "./dist/cli.js",
5151
"license": "MIT",
5252
"dependencies": {
53-
"@tauri-apps/api": "^2.8.0",
54-
"@tauri-apps/cli": "^2.8.4",
53+
"@tauri-apps/api": "^2.9.0",
54+
"@tauri-apps/cli": "^2.9.0",
5555
"axios": "^1.12.2",
5656
"chalk": "^5.6.2",
5757
"commander": "^12.1.0",
@@ -69,20 +69,20 @@
6969
},
7070
"devDependencies": {
7171
"@rollup/plugin-alias": "^5.1.1",
72-
"@rollup/plugin-commonjs": "^28.0.6",
72+
"@rollup/plugin-commonjs": "^28.0.8",
7373
"@rollup/plugin-json": "^6.1.0",
7474
"@rollup/plugin-replace": "^6.0.2",
7575
"@rollup/plugin-terser": "^0.4.4",
7676
"@types/fs-extra": "^11.0.4",
77-
"@types/node": "^20.19.21",
77+
"@types/node": "^20.19.23",
7878
"@types/page-icon": "^0.3.6",
7979
"@types/prompts": "^2.4.9",
8080
"@types/tmp": "^0.2.6",
8181
"@types/update-notifier": "^6.0.8",
8282
"app-root-path": "^3.1.0",
8383
"cross-env": "^7.0.3",
8484
"prettier": "^3.6.2",
85-
"rollup": "^4.52.4",
85+
"rollup": "^4.52.5",
8686
"rollup-plugin-typescript2": "^0.36.0",
8787
"tslib": "^2.8.1",
8888
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)