Update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2025-11-30 02:01:11 +00:00
parent 0f50562ac2
commit 06a3a7c84f
2 changed files with 238 additions and 100 deletions

View File

@@ -9,18 +9,18 @@
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"uuid": "9.0.1"
"uuid": "13.0.0"
},
"devDependencies": {
"@types/node": "18.18.6",
"@types/node": "24.10.1",
"@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",
"@types/uuid": "11.0.0",
"autoprefixer": "10.4.22",
"postcss": "8.5.6",
"prettier": "3.7.3",
"prettier-plugin-tailwindcss": "0.7.1",
"sass": "1.94.2",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
"typescript": "5.9.3"
}
}