npm packages update

This commit is contained in:
mrfry 2023-03-09 16:31:34 +01:00
parent ed507dc39f
commit 32522097c0
51 changed files with 3247 additions and 5187 deletions

View file

@ -13,15 +13,17 @@
"author": "",
"license": "ISC",
"dependencies": {
"babel-eslint": "^10.1.0",
"eslint-plugin-react": "^7.21.5",
"linkify-string": "^3.0.4",
"next": "^10.0.3",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-query": "^3.34.16",
"react-snowfall": "^1.0.2",
"socket.io-client": "^4.1.2",
"unfetch": "^4.1.0"
"@babel/eslint-parser": "^7.5.4",
"eslint-plugin-react": "^7.32.2",
"linkify-string": "^4.1.0",
"next": "^13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-snowfall": "^1.2.1",
"socket.io-client": "^4.6.1"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6"
}
}