Povýšení závislostí

This commit is contained in:
Martin Berka 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"
}
}

View File

@ -15,12 +15,12 @@
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.2.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.11.20",
"@types/request-promise": "^4.1.48",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"nodemon": "^2.0.22",
"nodemon": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
@ -28,7 +28,7 @@
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"dotenv": "^16.1.3",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"redis": "^4.6.7",

3027
yarn.lock

File diff suppressed because it is too large Load Diff