Skip to content

Commit e03418e

Browse files
committed
Merge branch 'githubactiontest' into release
2 parents c087d61 + e1f2ce1 commit e03418e

File tree

18 files changed

+6397
-1275
lines changed

18 files changed

+6397
-1275
lines changed

package-lock.json

Lines changed: 78 additions & 79 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ThisWeek",
33
"private": true,
4-
"version": "0.0.14",
4+
"version": "0.0.16",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -16,7 +16,9 @@
1616
"@fontsource/roboto": "^5.0.12",
1717
"@mui/icons-material": "^5.15.14",
1818
"@mui/material": "^5.15.13",
19-
"@tauri-apps/api": "^1.5.2",
19+
"@tauri-apps/api": "^2.0.0",
20+
"@tauri-apps/plugin-dialog": "^2.2.0",
21+
"@tauri-apps/plugin-shell": "^2.2.0",
2022
"@types/react-beautiful-dnd": "^13.1.8",
2123
"react": "^18.2.0",
2224
"react-beautiful-dnd": "^13.1.1",
@@ -26,7 +28,7 @@
2628
"styled-icons": "^10.47.1"
2729
},
2830
"devDependencies": {
29-
"@tauri-apps/cli": "^1.6.3",
31+
"@tauri-apps/cli": "^2.0.0",
3032
"@types/react": "^18.2.15",
3133
"@types/react-dom": "^18.2.7",
3234
"@vitejs/plugin-react": "^4.2.1",

0 commit comments

Comments
 (0)