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

This commit is contained in:
2025-03-25 23:27:34 +00:00
parent 0f50562ac2
commit 641816bde1
3 changed files with 233 additions and 103 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.13",
"@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": "10.0.0",
"autoprefixer": "10.4.21",
"postcss": "8.5.3",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "0.6.11",
"sass": "1.86.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
"typescript": "5.8.2"
}
}