Skip to content

Commit 72262fa

Browse files
Performed Tauri upgrade and required code changes
1 parent 321b494 commit 72262fa

File tree

12 files changed

+2101
-1210
lines changed

12 files changed

+2101
-1210
lines changed

package-lock.json

Lines changed: 75 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
},
1212
"dependencies": {
1313
"@tabler/icons-react": "^3.11.0",
14-
"@tauri-apps/api": "^1",
14+
"@tauri-apps/api": "^2.0.0",
15+
"@tauri-apps/plugin-fs": "^2.0.3",
16+
"@tauri-apps/plugin-http": "^2.0.1",
17+
"@tauri-apps/plugin-shell": "^2.0.1",
1518
"primeflex": "^3.3.1",
1619
"primeicons": "^7.0.0",
1720
"primereact": "^10.8.0",
@@ -22,7 +25,7 @@
2225
"superagent": "^10.0.1"
2326
},
2427
"devDependencies": {
25-
"@tauri-apps/cli": "^1",
28+
"@tauri-apps/cli": "^2.1.0",
2629
"@vitejs/plugin-react": "^4.2.1",
2730
"postcss": "^8.4.40",
2831
"postcss-preset-mantine": "^1.17.0",

0 commit comments

Comments
 (0)