Skip to content

Commit 1f18e7b

Browse files
committed
feat: dependency upgrades
1 parent e108687 commit 1f18e7b

4 files changed

Lines changed: 221 additions & 229 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@mui/icons-material": "^7.3.9",
1111
"@mui/material": "^7.3.9",
1212
"@mui/system": "^7.3.9",
13-
"@mui/x-data-grid": "^8.27.5",
13+
"@mui/x-data-grid": "^8.28.0",
1414
"@shopify/react-web-worker": "^5.1.6",
1515
"@tauri-apps/api": "^2.10.1",
1616
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
@@ -20,7 +20,7 @@
2020
"graphemer": "^1.4.0",
2121
"react": "^19.2.4",
2222
"react-dom": "^19.2.4",
23-
"react-router-dom": "^7.13.1"
23+
"react-router-dom": "^7.13.2"
2424
},
2525
"scripts": {
2626
"start": "vite",
@@ -40,15 +40,15 @@
4040
"@eslint/js": "^10.0.1",
4141
"@tauri-apps/cli": "^2.10.1",
4242
"@vitejs/plugin-react": "^6.0.1",
43-
"eslint": "^10.0.3",
43+
"eslint": "^10.1.0",
4444
"eslint-config-react-app": "^7.0.1",
4545
"eslint-plugin-import": "^2.32.0",
4646
"eslint-plugin-react": "^7.37.5",
4747
"eslint-plugin-react-hooks": "^7.0.1",
4848
"eslint-plugin-react-refresh": "^0.5.2",
4949
"globals": "^17.4.0",
5050
"prettier": "^3.8.1",
51-
"vite": "^8.0.0",
51+
"vite": "^8.0.2",
5252
"vite-plugin-eslint": "^1.8.1",
5353
"vite-plugin-svgr": "^4.5.0"
5454
},

src-tauri/Cargo.lock

Lines changed: 71 additions & 43 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
@@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
2020
tauri = { version = "2.10.3", features = [] }
2121
open = "5.3.3"
2222
rand = "0.10.0"
23-
unicode-segmentation = "1.12.0"
23+
unicode-segmentation = "1.13.1"
2424
tauri-plugin-dialog = "2.6.0"
2525
tauri-plugin-clipboard-manager = "2.3.2"
2626
tauri-plugin-os = "2.3.2"

0 commit comments

Comments
 (0)