Skip to content

Commit a546fa4

Browse files
authored
Merge pull request #137 from CodeDead/feature/upgrades
feat: dependency upgrades
2 parents 4eebb43 + f5cd6a6 commit a546fa4

File tree

4 files changed

+1118
-1126
lines changed

4 files changed

+1118
-1126
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@mui/icons-material": "^7.0.2",
1111
"@mui/material": "^7.0.2",
1212
"@mui/system": "^7.0.2",
13-
"@mui/x-data-grid": "^8.0.0",
13+
"@mui/x-data-grid": "^8.2.0",
1414
"@shopify/react-web-worker": "^5.1.6",
1515
"@tauri-apps/api": "^2.5.0",
1616
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
@@ -21,7 +21,7 @@
2121
"react": "^19.1.0",
2222
"react-dom": "^19.1.0",
2323
"react-ga4": "^2.1.0",
24-
"react-router-dom": "^7.5.1"
24+
"react-router-dom": "^7.5.3"
2525
},
2626
"scripts": {
2727
"start": "vite",
@@ -38,18 +38,18 @@
3838
]
3939
},
4040
"devDependencies": {
41-
"@eslint/js": "^9.24.0",
41+
"@eslint/js": "^9.25.1",
4242
"@tauri-apps/cli": "^2.5.0",
43-
"@vitejs/plugin-react": "^4.4.0",
44-
"eslint": "^9.24.0",
43+
"@vitejs/plugin-react": "^4.4.1",
44+
"eslint": "^9.25.1",
4545
"eslint-config-react-app": "^7.0.1",
4646
"eslint-plugin-import": "^2.31.0",
4747
"eslint-plugin-react": "^7.37.5",
4848
"eslint-plugin-react-hooks": "^5.2.0",
49-
"eslint-plugin-react-refresh": "^0.4.19",
49+
"eslint-plugin-react-refresh": "^0.4.20",
5050
"globals": "^16.0.0",
5151
"prettier": "^3.5.3",
52-
"vite": "^6.3.2",
52+
"vite": "^6.3.4",
5353
"vite-plugin-eslint": "^1.8.1",
5454
"vite-plugin-svgr": "^4.3.0"
5555
},

0 commit comments

Comments
 (0)