Skip to content

Commit

Permalink
update vite 6.0.11 (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Jan 22, 2025
1 parent aedda56 commit 65f86e4
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 47 deletions.
2 changes: 1 addition & 1 deletion examples/12_nossr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"vite": "6.0.7"
"vite": "6.0.11"
}
}
2 changes: 1 addition & 1 deletion examples/37_css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react-dom": "19.0.3",
"@vanilla-extract/vite-plugin": "4.0.19",
"typescript": "5.7.3",
"vite": "6.0.7",
"vite": "6.0.11",
"vite-plugin-stylex-dev": "0.7.5"
}
}
2 changes: 1 addition & 1 deletion examples/41_path-alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"typescript": "5.7.3",
"vite": "6.0.7",
"vite": "6.0.11",
"vite-tsconfig-paths": "5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/waku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"dotenv": "16.4.7",
"hono": "4.6.17",
"rsc-html-stream": "0.0.4",
"vite": "6.0.7"
"vite": "6.0.11"
},
"devDependencies": {
"@netlify/functions": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"shiki": "^1.27.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "6.0.7"
"vite": "6.0.11"
}
}
Loading

0 comments on commit 65f86e4

Please sign in to comment.