Skip to content

Commit 3b2e9c7

Browse files
committed
feat: Yarn upgrade, rust version bump, dependency upgrades
1 parent 9bb21c7 commit 3b2e9c7

10 files changed

Lines changed: 1954 additions & 1563 deletions

File tree

Lines changed: 357 additions & 357 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.9.2.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.3.cjs

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default [
1717
'.idea',
1818
'src-tauri',
1919
'.github',
20+
'vite.config.js',
2021
],
2122
},
2223
{

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@
1414
},
1515
"dependencies": {
1616
"@emotion/react": "^11.14.0",
17-
"@emotion/styled": "^11.14.0",
17+
"@emotion/styled": "^11.14.1",
1818
"@fontsource/roboto": "^5.2.6",
19-
"@mui/icons-material": "^7.1.1",
20-
"@mui/material": "^7.1.1",
21-
"@mui/x-data-grid": "^8.5.2",
22-
"@tauri-apps/api": "^2.5.0",
23-
"@tauri-apps/plugin-dialog": "^2.2.2",
24-
"@tauri-apps/plugin-os": "^2.2.1",
25-
"react": "^19.1.0",
26-
"react-dom": "^19.1.0",
27-
"react-router-dom": "^7.6.2"
19+
"@mui/icons-material": "^7.3.1",
20+
"@mui/material": "^7.3.1",
21+
"@mui/x-data-grid": "^8.10.2",
22+
"@tauri-apps/api": "^2.8.0",
23+
"@tauri-apps/plugin-dialog": "^2.3.3",
24+
"@tauri-apps/plugin-os": "^2.3.1",
25+
"react": "^19.1.1",
26+
"react-dom": "^19.1.1",
27+
"react-router-dom": "^7.8.2"
2828
},
2929
"devDependencies": {
30-
"@eslint/js": "^9.28.0",
31-
"@tauri-apps/cli": "^2.5.0",
32-
"@types/react": "^19.1.8",
33-
"@types/react-dom": "^19.1.6",
34-
"@vitejs/plugin-react": "^4.5.2",
35-
"eslint": "^9.28.0",
30+
"@eslint/js": "^9.34.0",
31+
"@tauri-apps/cli": "^2.8.1",
32+
"@types/react": "^19.1.11",
33+
"@types/react-dom": "^19.1.7",
34+
"@vitejs/plugin-react": "^5.0.1",
35+
"eslint": "^9.34.0",
3636
"eslint-config-react-app": "^7.0.1",
37-
"eslint-plugin-import": "^2.31.0",
37+
"eslint-plugin-import": "^2.32.0",
3838
"eslint-plugin-react": "^7.37.5",
3939
"eslint-plugin-react-hooks": "^5.2.0",
4040
"eslint-plugin-react-refresh": "^0.4.20",
41-
"globals": "^16.2.0",
42-
"prettier": "^3.5.3",
43-
"vite": "^6.3.5",
41+
"globals": "^16.3.0",
42+
"prettier": "^3.6.2",
43+
"vite": "^7.1.3",
4444
"vite-plugin-eslint": "^1.8.1",
4545
"vite-plugin-svgr": "^4.3.0"
4646
},
47-
"packageManager": "yarn@4.9.2"
47+
"packageManager": "yarn@4.9.3"
4848
}

0 commit comments

Comments
 (0)