Povýšení závislostí

This commit is contained in:
2024-02-26 20:23:14 +01:00
parent e4a146995f
commit b087c790ad
3 changed files with 1406 additions and 1639 deletions

View File

@@ -9,8 +9,8 @@
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.23",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"bootstrap": "^5.2.3",
@@ -21,9 +21,9 @@
"react-modal": "^3.16.1",
"react-scripts": "5.0.1",
"react-select-search": "^4.1.6",
"react-toastify": "^9.1.3",
"react-toastify": "^10.0.4",
"socket.io-client": "^4.6.1",
"typescript": "^4.9.5"
"typescript": "^5.3.3"
},
"scripts": {
"copy-types": "cp -r ../types ./src",
@@ -52,6 +52,6 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"prettier": "^2.8.8"
"prettier": "^3.2.5"
}
}