Update all dependencies
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2024-12-18 01:06:51 +00:00
parent 2c42522b5b
commit c48473dc9c
4 changed files with 422 additions and 198 deletions

View File

@@ -11,12 +11,12 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.16.9",
"@types/node": "22.10.2",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"postcss": "8.4.23",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
"autoprefixer": "10.4.20",
"postcss": "8.4.49",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
}
}