frontend: updating packages

This commit is contained in:
Mose Müller
2023-08-02 12:06:19 +02:00
parent 01c748dcdc
commit 04bf555867
2 changed files with 37 additions and 11 deletions

View File

@ -6,12 +6,13 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.3.0",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"socket.io-client": "^4.7.1",
"web-vitals": "^2.1.4"
"web-vitals": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
@ -38,6 +39,9 @@
]
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0"