Skip to content

Commit ce28f98

Browse files
authored
Merge pull request #11 from CodeDead/hotfix/dependencies
hotfix: dependency upgrades
2 parents 57b25c6 + 33c13ec commit ce28f98

File tree

6 files changed

+1295
-1213
lines changed

6 files changed

+1295
-1213
lines changed

.yarn/releases/yarn-4.0.2.cjs renamed to .yarn/releases/yarn-4.1.0.cjs

Lines changed: 336 additions & 336 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2-
31
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.1.0.cjs

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"@emotion/react": "^11.11.3",
1616
"@emotion/styled": "^11.11.0",
1717
"@fontsource/roboto": "^5.0.8",
18-
"@mui/icons-material": "^5.15.6",
19-
"@mui/material": "^5.15.6",
20-
"@mui/x-data-grid": "^6.19.2",
18+
"@mui/icons-material": "^5.15.10",
19+
"@mui/material": "^5.15.10",
20+
"@mui/x-data-grid": "^6.19.4",
2121
"@tauri-apps/api": "^1.5.3",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
24-
"react-router-dom": "^6.21.3"
24+
"react-router-dom": "^6.22.0"
2525
},
2626
"devDependencies": {
2727
"@tauri-apps/cli": "^1.5.9",
28-
"@types/react": "^18.2.48",
29-
"@types/react-dom": "^18.2.18",
28+
"@types/react": "^18.2.55",
29+
"@types/react-dom": "^18.2.19",
3030
"@vitejs/plugin-react": "^4.2.1",
3131
"eslint": "^8.56.0",
3232
"eslint-config-airbnb": "^19.0.4",
@@ -35,9 +35,9 @@
3535
"eslint-plugin-react": "^7.33.2",
3636
"eslint-plugin-react-hooks": "^4.6.0",
3737
"eslint-plugin-react-refresh": "^0.4.5",
38-
"vite": "^5.0.12",
38+
"vite": "^5.1.2",
3939
"vite-plugin-eslint": "^1.8.1",
4040
"vite-plugin-svgr": "^4.2.0"
4141
},
42-
"packageManager": "yarn@4.0.2"
42+
"packageManager": "yarn@4.1.0"
4343
}

0 commit comments

Comments
 (0)