🔧 Update dependencies to the latest

This commit is contained in:
Tw93
2025-08-31 15:17:47 +08:00
parent 85943b8134
commit c68daf6ed6
7 changed files with 713 additions and 588 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "3.2.17",
"version": "3.2.18",
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
"engines": {
"node": ">=18.0.0"
@@ -43,6 +43,7 @@
"test": "pnpm run cli:build && cross-env PAKE_CREATE_APP=1 node tests/index.js",
"format": "prettier --write . --ignore-unknown && find tests -name '*.js' -exec sed -i '' 's/[[:space:]]*$//' {} \\; && cd src-tauri && cargo fmt --verbose",
"format:check": "prettier --check . --ignore-unknown",
"update": "pnpm update --verbose && cd src-tauri && cargo update",
"prepublishOnly": "pnpm run cli:build"
},
"type": "module",
@@ -50,10 +51,10 @@
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/cli": "^2.8.1",
"@tauri-apps/cli": "^2.8.3",
"axios": "^1.11.0",
"chalk": "^5.6.0",
"commander": "^11.1.0",
"commander": "^12.1.0",
"execa": "^9.6.0",
"file-type": "^18.7.0",
"fs-extra": "^11.3.1",
@@ -62,7 +63,7 @@
"ora": "^8.2.0",
"prompts": "^2.4.2",
"psl": "^1.15.0",
"sharp": "^0.33.5",
"sharp": "^0.34.3",
"tmp-promise": "^3.0.3",
"update-notifier": "^7.3.1"
},
@@ -81,7 +82,7 @@
"app-root-path": "^3.1.0",
"cross-env": "^7.0.3",
"prettier": "^3.6.2",
"rollup": "^4.46.3",
"rollup": "^4.49.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "^5.9.2"