chore(examples/with-tailwind): update tailwind to v4.0.6 (#577)

This commit is contained in:
Jacob Marshall
2025-02-17 19:58:42 +00:00
committed by GitHub
parent 8e04abbe42
commit d6fc18e2f6
2 changed files with 66 additions and 66 deletions
+2 -2
View File
@@ -3,10 +3,10 @@
"description": "Basic tuono application with tailwind",
"version": "0.0.1",
"dependencies": {
"@tailwindcss/vite": "^4.0.0-beta.9",
"@tailwindcss/vite": "^4.0.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.0-beta.9",
"tailwindcss": "^4.0.6",
"tuono": "link:../../packages/tuono"
},
"devDependencies": {