Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-08 03:54:33 +00:00
parent c12864e56a
commit 970ff69586
3 changed files with 32 additions and 32 deletions

View File

@@ -9,9 +9,9 @@
},
"dependencies": {
"@microsoft/signalr": "7.0.2",
"@reduxjs/toolkit": "1.9.1",
"@reduxjs/toolkit": "1.9.2",
"@tippyjs/react": "4.2.6",
"axios": "1.2.2",
"axios": "1.3.2",
"next": "13.1.1",
"next-pwa": "5.6.0",
"react": "18.2.0",
@@ -21,15 +21,15 @@
"tailwindcss": "3.2.4"
},
"devDependencies": {
"@types/react": "18.0.26",
"@types/react": "18.0.27",
"@types/react-redux": "7.1.25",
"autoprefixer": "10.4.13",
"cssnano": "5.1.14",
"eslint": "8.31.0",
"eslint": "8.33.0",
"eslint-config-next": "13.1.1",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
"prettier": "2.8.2",
"typescript": "4.9.4"
"prettier": "2.8.4",
"typescript": "4.9.5"
}
}