Skip to content

Commit

Permalink
🔧 Update recent upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Apr 28, 2024
1 parent ee14658 commit f0dd193
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 157 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "2.3.6",
"version": "2.3.7",
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
"engines": {
"node": ">=16.0.0"
Expand Down Expand Up @@ -47,15 +47,15 @@
"exports": "./dist/pake.js",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^1.5.1",
"@tauri-apps/cli": "^1.5.6",
"axios": "^1.6.1",
"@tauri-apps/api": "^1.5.4",
"@tauri-apps/cli": "^1.5.12",
"axios": "^1.6.8",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"file-type": "^18.6.0",
"fs-extra": "^11.1.1",
"file-type": "^18.7.0",
"fs-extra": "^11.2.0",
"is-url": "^1.2.4",
"loglevel": "^1.8.1",
"loglevel": "^1.9.1",
"ora": "^7.0.1",
"prompts": "^2.4.2",
"psl": "^1.9.0",
Expand All @@ -64,24 +64,24 @@
"update-notifier": "^7.0.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@types/fs-extra": "^11.0.4",
"@types/is-url": "^1.2.32",
"@types/page-icon": "^0.3.6",
"@types/prompts": "^2.4.8",
"@types/prompts": "^2.4.9",
"@types/psl": "^1.1.3",
"@types/shelljs": "^0.8.15",
"@types/tmp": "^0.2.6",
"@types/update-notifier": "^6.0.7",
"@types/update-notifier": "^6.0.8",
"app-root-path": "^3.1.0",
"cross-env": "^7.0.3",
"rollup": "^4.3.0",
"rollup": "^4.17.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
}
}

0 comments on commit f0dd193

Please sign in to comment.