Update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-02-22 06:20:10 +00:00
parent 0f50562ac2
commit 0e44f8646d
3 changed files with 231 additions and 605 deletions

View File

@@ -9,18 +9,18 @@
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"uuid": "9.0.1"
"uuid": "11.1.0"
},
"devDependencies": {
"@types/node": "18.18.6",
"@types/node": "22.13.5",
"@types/react": "18.2.31",
"@types/uuid": "9.0.6",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"sass": "1.69.4",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
"@types/uuid": "10.0.0",
"autoprefixer": "10.4.20",
"postcss": "8.5.3",
"prettier": "3.5.2",
"prettier-plugin-tailwindcss": "0.6.11",
"sass": "1.85.0",
"tailwindcss": "4.0.8",
"typescript": "5.7.3"
}
}