Skip to content

Commit bb86ade

Browse files
authored
Merge pull request #145 from CodeDead/feature/upgrades
feat: Yarn upgrade, rust version bump, dependency upgrades
2 parents 17fae7e + 76eb804 commit bb86ade

File tree

6 files changed

+1445
-1334
lines changed

6 files changed

+1445
-1334
lines changed
Lines changed: 332 additions & 332 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.3.cjs
3+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
"dependencies": {
77
"@emotion/react": "^11.14.0",
88
"@emotion/styled": "^11.14.1",
9-
"@fontsource/roboto": "^5.2.6",
10-
"@mui/icons-material": "^7.3.1",
11-
"@mui/material": "^7.3.1",
12-
"@mui/system": "^7.3.1",
13-
"@mui/x-data-grid": "^8.10.2",
9+
"@fontsource/roboto": "^5.2.8",
10+
"@mui/icons-material": "^7.3.2",
11+
"@mui/material": "^7.3.2",
12+
"@mui/system": "^7.3.2",
13+
"@mui/x-data-grid": "^8.12.1",
1414
"@shopify/react-web-worker": "^5.1.6",
1515
"@tauri-apps/api": "^2.8.0",
1616
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
17-
"@tauri-apps/plugin-dialog": "^2.3.3",
17+
"@tauri-apps/plugin-dialog": "^2.4.0",
1818
"@tauri-apps/plugin-os": "^2.3.1",
1919
"crypto-js": "^4.2.0",
2020
"graphemer": "^1.4.0",
2121
"react": "^19.1.1",
2222
"react-dom": "^19.1.1",
23-
"react-router-dom": "^7.8.2"
23+
"react-router-dom": "^7.9.3"
2424
},
2525
"scripts": {
2626
"start": "vite",
@@ -37,20 +37,20 @@
3737
]
3838
},
3939
"devDependencies": {
40-
"@eslint/js": "^9.34.0",
41-
"@tauri-apps/cli": "^2.8.1",
42-
"@vitejs/plugin-react": "^5.0.1",
43-
"eslint": "^9.34.0",
40+
"@eslint/js": "^9.36.0",
41+
"@tauri-apps/cli": "^2.8.4",
42+
"@vitejs/plugin-react": "^5.0.4",
43+
"eslint": "^9.36.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": "^5.2.0",
48-
"eslint-plugin-react-refresh": "^0.4.20",
49-
"globals": "^16.3.0",
48+
"eslint-plugin-react-refresh": "^0.4.22",
49+
"globals": "^16.4.0",
5050
"prettier": "^3.6.2",
51-
"vite": "^7.1.3",
51+
"vite": "^7.1.7",
5252
"vite-plugin-eslint": "^1.8.1",
53-
"vite-plugin-svgr": "^4.3.0"
53+
"vite-plugin-svgr": "^4.5.0"
5454
},
55-
"packageManager": "yarn@4.9.3"
55+
"packageManager": "yarn@4.10.3"
5656
}

0 commit comments

Comments
 (0)