Skip to content

Commit 5e32e07

Browse files
authored
Merge pull request #142 from CodeDead/feature/upgrades
feat: dependency upgrades, added nvidia fix, cargo dependency upgrades
2 parents f858104 + 2ecce3e commit 5e32e07

File tree

11 files changed

+1194
-1657
lines changed

11 files changed

+1194
-1657
lines changed

.yarn/releases/yarn-4.9.1.cjs renamed to .yarn/releases/yarn-4.9.2.cjs

Lines changed: 273 additions & 279 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.1.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 13 additions & 13 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.0",
9-
"@fontsource/roboto": "^5.2.5",
10-
"@mui/icons-material": "^7.0.2",
11-
"@mui/material": "^7.0.2",
12-
"@mui/system": "^7.0.2",
13-
"@mui/x-data-grid": "^8.2.0",
9+
"@fontsource/roboto": "^5.2.6",
10+
"@mui/icons-material": "^7.1.1",
11+
"@mui/material": "^7.1.1",
12+
"@mui/system": "^7.1.1",
13+
"@mui/x-data-grid": "^8.5.2",
1414
"@shopify/react-web-worker": "^5.1.6",
1515
"@tauri-apps/api": "^2.5.0",
1616
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
17-
"@tauri-apps/plugin-dialog": "^2.2.1",
17+
"@tauri-apps/plugin-dialog": "^2.2.2",
1818
"@tauri-apps/plugin-os": "^2.2.1",
1919
"crypto-js": "^4.2.0",
2020
"graphemer": "^1.4.0",
2121
"react": "^19.1.0",
2222
"react-dom": "^19.1.0",
23-
"react-router-dom": "^7.5.3"
23+
"react-router-dom": "^7.6.2"
2424
},
2525
"scripts": {
2626
"start": "vite",
@@ -37,20 +37,20 @@
3737
]
3838
},
3939
"devDependencies": {
40-
"@eslint/js": "^9.26.0",
40+
"@eslint/js": "^9.28.0",
4141
"@tauri-apps/cli": "^2.5.0",
42-
"@vitejs/plugin-react": "^4.4.1",
43-
"eslint": "^9.26.0",
42+
"@vitejs/plugin-react": "^4.5.2",
43+
"eslint": "^9.28.0",
4444
"eslint-config-react-app": "^7.0.1",
4545
"eslint-plugin-import": "^2.31.0",
4646
"eslint-plugin-react": "^7.37.5",
4747
"eslint-plugin-react-hooks": "^5.2.0",
4848
"eslint-plugin-react-refresh": "^0.4.20",
49-
"globals": "^16.0.0",
49+
"globals": "^16.2.0",
5050
"prettier": "^3.5.3",
51-
"vite": "^6.3.4",
51+
"vite": "^6.3.5",
5252
"vite-plugin-eslint": "^1.8.1",
5353
"vite-plugin-svgr": "^4.3.0"
5454
},
55-
"packageManager": "yarn@4.9.1"
55+
"packageManager": "yarn@4.9.2"
5656
}

0 commit comments

Comments
 (0)