Skip to content

Commit 8b0af6f

Browse files
committed
Fix server-side script files being downloaded instead of navigated
1 parent 94ffcee commit 8b0af6f

File tree

4 files changed

+258
-253
lines changed

4 files changed

+258
-253
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"dependencies": {
5353
"@tauri-apps/api": "^2.8.0",
5454
"@tauri-apps/cli": "^2.8.4",
55-
"axios": "^1.11.0",
56-
"chalk": "^5.6.0",
55+
"axios": "^1.12.2",
56+
"chalk": "^5.6.2",
5757
"commander": "^12.1.0",
5858
"execa": "^9.6.0",
5959
"file-type": "^18.7.0",
60-
"fs-extra": "^11.3.1",
60+
"fs-extra": "^11.3.2",
6161
"icon-gen": "^5.0.0",
6262
"loglevel": "^1.9.2",
6363
"ora": "^8.2.0",
@@ -74,17 +74,17 @@
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.13",
77+
"@types/node": "^20.19.21",
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.50.0",
85+
"rollup": "^4.52.4",
8686
"rollup-plugin-typescript2": "^0.36.0",
8787
"tslib": "^2.8.1",
88-
"typescript": "^5.9.2"
88+
"typescript": "^5.9.3"
8989
}
9090
}

0 commit comments

Comments
 (0)