fix(deps): 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:
2024-08-21 23:08:23 +00:00
parent 5eb0eece10
commit 56b29963ab
3 changed files with 191 additions and 183 deletions

View File

@@ -9,27 +9,27 @@
},
"dependencies": {
"@microsoft/signalr": "8.0.7",
"@reduxjs/toolkit": "2.2.5",
"@reduxjs/toolkit": "2.2.7",
"@tippyjs/react": "4.2.6",
"axios": "1.6.8",
"axios": "1.7.4",
"next": "14.2.5",
"next-pwa": "5.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"react-textarea-autosize": "8.5.3",
"tailwindcss": "3.4.3"
"tailwindcss": "3.4.10"
},
"devDependencies": {
"@types/react": "18.3.4",
"@types/react-redux": "7.1.33",
"autoprefixer": "10.4.19",
"cssnano": "7.0.1",
"autoprefixer": "10.4.20",
"cssnano": "7.0.5",
"eslint": "9.3.0",
"eslint-config-next": "14.2.5",
"postcss": "8.4.38",
"postcss": "8.4.41",
"postcss-import": "16.1.0",
"prettier": "3.2.5",
"typescript": "5.4.5"
"prettier": "3.3.3",
"typescript": "5.5.4"
}
}