Update npm dependencies to react 18

This commit is contained in:
2022-12-01 23:16:23 +08:00
parent 271c7e5c13
commit 2297f87fa3
2 changed files with 9502 additions and 19623 deletions

29105
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,16 +3,16 @@
"version": "1.2.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^4.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.4.4",
"react-router-dom": "^6.4.4",
"react-scripts": "^5.0.1",
"water.css": "^2.1.1",
"web-vitals": "^1.1.2"
"web-vitals": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
@@ -39,6 +39,6 @@
]
},
"devDependencies": {
"@types/react": "^17.0.34"
"@types/react": "^18.0.25"
}
}