Skip to content

Commit

Permalink
🔧 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Sep 14, 2024
1 parent 0151686 commit c00ec44
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,31 +47,31 @@
"exports": "./dist/pake.js",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^1.5.4",
"@tauri-apps/cli": "^1.5.13",
"axios": "^1.6.8",
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/cli": "^1.6.1",
"axios": "^1.7.7",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"file-type": "^18.7.0",
"fs-extra": "^11.2.0",
"is-url": "^1.2.4",
"loglevel": "^1.9.1",
"loglevel": "^1.9.2",
"ora": "^7.0.1",
"prompts": "^2.4.2",
"psl": "^1.9.0",
"shelljs": "^0.8.5",
"tmp-promise": "^3.0.3",
"update-notifier": "^7.0.0"
"update-notifier": "^7.3.1"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@types/fs-extra": "^11.0.4",
"@types/is-url": "^1.2.32",
"@types/node": "^20.12.10",
"@types/node": "^20.16.5",
"@types/page-icon": "^0.3.6",
"@types/prompts": "^2.4.9",
"@types/psl": "^1.1.3",
Expand All @@ -80,9 +80,9 @@
"@types/update-notifier": "^6.0.8",
"app-root-path": "^3.1.0",
"cross-env": "^7.0.3",
"rollup": "^4.17.2",
"rollup": "^4.21.3",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
"tslib": "^2.7.0",
"typescript": "^5.6.2"
}
}

0 comments on commit c00ec44

Please sign in to comment.