Skip to content

Commit 3f65510

Browse files
committed
feat: dependency upgrades
1 parent 1c862c3 commit 3f65510

5 files changed

Lines changed: 380 additions & 442 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@emotion/react": "^11.13.3",
1616
"@emotion/styled": "^11.13.0",
1717
"@fontsource/roboto": "^5.1.0",
18-
"@mui/icons-material": "^6.1.4",
19-
"@mui/material": "^6.1.4",
20-
"@mui/x-data-grid": "^7.21.0",
18+
"@mui/icons-material": "^6.1.5",
19+
"@mui/material": "^6.1.5",
20+
"@mui/x-data-grid": "^7.22.0",
2121
"@tauri-apps/api": "^2.0.3",
2222
"@tauri-apps/plugin-dialog": "^2.0.1",
2323
"@tauri-apps/plugin-os": "^2.0.0",
@@ -27,17 +27,17 @@
2727
},
2828
"devDependencies": {
2929
"@tauri-apps/cli": "^2.0.4",
30-
"@types/react": "^18.3.11",
30+
"@types/react": "^18.3.12",
3131
"@types/react-dom": "^18.3.1",
3232
"@vitejs/plugin-react": "^4.3.3",
3333
"eslint": "^8.57.1",
3434
"eslint-config-airbnb": "^19.0.4",
3535
"eslint-plugin-import": "^2.31.0",
36-
"eslint-plugin-jsx-a11y": "^6.10.1",
37-
"eslint-plugin-react": "^7.37.1",
36+
"eslint-plugin-jsx-a11y": "^6.10.2",
37+
"eslint-plugin-react": "^7.37.2",
3838
"eslint-plugin-react-hooks": "^5.0.0",
39-
"eslint-plugin-react-refresh": "^0.4.13",
40-
"vite": "^5.4.9",
39+
"eslint-plugin-react-refresh": "^0.4.14",
40+
"vite": "^5.4.10",
4141
"vite-plugin-eslint": "^1.8.1",
4242
"vite-plugin-svgr": "^4.2.0"
4343
},

0 commit comments

Comments
 (0)