Skip to content

Commit

Permalink
bump react
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Dec 5, 2024
1 parent e87915f commit b9190d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@mui/x-tree-view": "^6.17.0",
"@gregoranders/csv": "^0.0.13",
"dayjs": "^1.11.10",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"react-simple-code-editor": "^0.13.1",
Expand All @@ -33,8 +33,8 @@
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-window": "^1.8.8",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"vite": "^5.4.8"
Expand Down
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@hfs/shared": "*",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.1.1",
"tssrp6a": "^3.0.0",
"usehooks-ts": "^2.6.0",
Expand All @@ -20,8 +20,8 @@
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@vitejs/plugin-legacy": "^5.3.2",
"cross-env": "^7.0.3",
"sass": "^1.54.5",
Expand Down

0 comments on commit b9190d5

Please sign in to comment.