Skip to content

Commit 33d2069

Browse files
authored
Merge pull request #237 from solaoi/feature/update-tauri-to-v2
Tauriのバージョンをv2へとアップデート
2 parents c61d95d + 82a075b commit 33d2069

File tree

78 files changed

+1590
-1762
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1590
-1762
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
gen

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
},
1818
"dependencies": {
1919
"@szhsin/react-menu": "^4.3.1",
20-
"@tauri-apps/api": "^1.6.0",
20+
"@tauri-apps/api": "^2.0.0",
21+
"@tauri-apps/plugin-fs": "^2.0.0",
22+
"@tauri-apps/plugin-sql": "^2.2.0",
23+
"@tauri-apps/plugin-dialog": "^2.0.0",
2124
"dayjs": "^1.11.13",
2225
"highlight.js": "^11.11.1",
2326
"html2canvas": "^1.4.1",
@@ -31,12 +34,11 @@
3134
"react-select": "^5.10.1",
3235
"react-toastify": "^11.0.5",
3336
"recoil": "^0.7.7",
34-
"tauri-plugin-clipboard-api": "1.1.4",
35-
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#release",
37+
"tauri-plugin-clipboard-api": "2.1.11",
3638
"zenn-content-css": "^0.1.158"
3739
},
3840
"devDependencies": {
39-
"@tauri-apps/cli": "^1.6.3",
41+
"@tauri-apps/cli": "^2.0.0",
4042
"@types/markdown-it": "^14.1.2",
4143
"@types/react": "^18.3.18",
4244
"@types/react-dom": "^18.3.5",

0 commit comments

Comments
 (0)