mirror of
https://github.com/Noratrieb/redox.git
synced 2026-01-14 16:25:04 +01:00
upgrade deps
This commit is contained in:
parent
5febb6c83c
commit
6029115be5
2 changed files with 5652 additions and 6394 deletions
24
package.json
24
package.json
|
|
@ -3,18 +3,18 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^5.11.4",
|
"@testing-library/jest-dom": "^5.16.5",
|
||||||
"@testing-library/react": "^11.1.0",
|
"@testing-library/react": "^13.4.0",
|
||||||
"@testing-library/user-event": "^12.1.10",
|
"@testing-library/user-event": "^14.4.3",
|
||||||
"@types/jest": "^26.0.15",
|
"@types/jest": "^29.4.0",
|
||||||
"@types/node": "^12.0.0",
|
"@types/node": "^18.13.0",
|
||||||
"@types/react": "^17.0.0",
|
"@types/react": "^18.0.27",
|
||||||
"@types/react-dom": "^17.0.0",
|
"@types/react-dom": "^18.0.10",
|
||||||
"react": "^17.0.2",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^18.2.0",
|
||||||
"react-scripts": "4.0.3",
|
"react-scripts": "5.0.1",
|
||||||
"typescript": "^4.1.2",
|
"typescript": "^4.9.5",
|
||||||
"web-vitals": "^1.0.1"
|
"web-vitals": "^3.1.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue