Skip to content

Commit fa9dcb4

Browse files
Copilotnpv2k1
andcommitted
Upgrade Vite to v5 and Tauri to v2 - Rust side compiles
Co-authored-by: npv2k1 <73846954+npv2k1@users.noreply.github.com>
1 parent 4a19a19 commit fa9dcb4

26 files changed

Lines changed: 17179 additions & 1952 deletions

File tree

package.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@
1515
"@ant-design/icons": "^5.2.6",
1616
"@emotion/react": "^11.11.1",
1717
"@monaco-editor/react": "^4.6.0",
18-
"@tauri-apps/api": "^1.6.0",
18+
"@tauri-apps/api": "^2.8.0",
19+
"@tauri-apps/plugin-clipboard-manager": "~2.3.0",
20+
"@tauri-apps/plugin-dialog": "~2.4.0",
21+
"@tauri-apps/plugin-fs": "~2.4.2",
22+
"@tauri-apps/plugin-global-shortcut": "~2.3.0",
23+
"@tauri-apps/plugin-http": "~2.5.2",
24+
"@tauri-apps/plugin-notification": "~2.3.1",
25+
"@tauri-apps/plugin-os": "~2.3.1",
26+
"@tauri-apps/plugin-process": "~2.3.0",
27+
"@tauri-apps/plugin-shell": "~2.3.1",
1928
"antd": "^5.9.0",
2029
"cheerio": "1.0.0-rc.12",
2130
"localforage": "^1.10.0",
@@ -31,15 +40,15 @@
3140
},
3241
"devDependencies": {
3342
"@tailwindcss/typography": "^0.5.9",
34-
"@tauri-apps/cli": "^1.6.1",
43+
"@tauri-apps/cli": "^2.8.4",
3544
"@types/lodash": "^4.14.201",
3645
"@types/node": "^20.3.3",
3746
"@types/react": "^18.2.15",
3847
"@types/react-dom": "^18.2.7",
3948
"@typescript-eslint/eslint-plugin": "^5.59.0",
4049
"@typescript-eslint/parser": "^5.59.0",
41-
"@vitejs/plugin-react": "^4.0.3",
42-
"@vitejs/plugin-react-swc": "^3.0.0",
50+
"@vitejs/plugin-react": "^4.7.0",
51+
"@vitejs/plugin-react-swc": "^3.11.0",
4352
"autoprefixer": "^10.4.14",
4453
"eslint": "^8.38.0",
4554
"eslint-plugin-react-hooks": "^4.6.0",
@@ -49,6 +58,6 @@
4958
"prettier-plugin-tailwindcss": "^0.3.0",
5059
"tailwindcss": "^3.3.2",
5160
"typescript": "^5.0.2",
52-
"vite": "^4.4.4"
61+
"vite": "^5.4.20"
5362
}
5463
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)