Skip to content

Commit 187dc13

Browse files
authored
Merge branch 'development' into patch-1
2 parents c6358cf + 68bc057 commit 187dc13

File tree

4 files changed

+197
-194
lines changed

4 files changed

+197
-194
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"@tauri-apps/api": "^1.5.3",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
24-
"react-router-dom": "^6.22.0"
24+
"react-router-dom": "^6.22.1"
2525
},
2626
"devDependencies": {
27-
"@tauri-apps/cli": "^1.5.9",
28-
"@types/react": "^18.2.55",
27+
"@tauri-apps/cli": "^1.5.10",
28+
"@types/react": "^18.2.56",
2929
"@types/react-dom": "^18.2.19",
3030
"@vitejs/plugin-react": "^4.2.1",
3131
"eslint": "^8.56.0",
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react": "^7.33.2",
3636
"eslint-plugin-react-hooks": "^4.6.0",
3737
"eslint-plugin-react-refresh": "^0.4.5",
38-
"vite": "^5.1.2",
38+
"vite": "^5.1.3",
3939
"vite-plugin-eslint": "^1.8.1",
4040
"vite-plugin-svgr": "^4.2.0"
4141
},

src-tauri/Cargo.lock

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

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tauri-build = { version = "1.5.1", features = [] }
1717
[dependencies]
1818
serde_json = "1.0"
1919
serde = { version = "1.0", features = ["derive"] }
20-
tauri = { version = "1.5.4", features = [ "dialog-save", "dialog-open", "os-all"] }
20+
tauri = { version = "1.6.0", features = [ "dialog-save", "dialog-open", "os-all"] }
2121
open = "5.0.1"
2222
chrono = "0.4.34"
2323

0 commit comments

Comments
 (0)