Skip to content

Commit 1c862c3

Browse files
authored
Merge pull request #37 from CodeDead/feature/upgrades
feat: dependency upgrades
2 parents c54ae45 + f0643b4 commit 1c862c3

4 files changed

Lines changed: 161 additions & 213 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
"@mui/icons-material": "^6.1.4",
1919
"@mui/material": "^6.1.4",
2020
"@mui/x-data-grid": "^7.21.0",
21-
"@tauri-apps/api": "^2.0.2",
21+
"@tauri-apps/api": "^2.0.3",
2222
"@tauri-apps/plugin-dialog": "^2.0.1",
2323
"@tauri-apps/plugin-os": "^2.0.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
2626
"react-router-dom": "^6.27.0"
2727
},
2828
"devDependencies": {
29-
"@tauri-apps/cli": "^2.0.3",
29+
"@tauri-apps/cli": "^2.0.4",
3030
"@types/react": "^18.3.11",
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.0",
36+
"eslint-plugin-jsx-a11y": "^6.10.1",
3737
"eslint-plugin-react": "^7.37.1",
3838
"eslint-plugin-react-hooks": "^5.0.0",
3939
"eslint-plugin-react-refresh": "^0.4.13",

0 commit comments

Comments
 (0)