Skip to content

Commit

Permalink
update vite
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Nov 7, 2024
1 parent a0c1594 commit 8c41779
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 300 deletions.
2 changes: 1 addition & 1 deletion app-ugc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"stylelint-config-standard": "^34.0.0",
"tsx": "^4.18.0",
"typescript": "~5.6.2",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-pwa": "^0.20.5",
"workbox-precaching": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tailwindcss": "^3.4.3",
"tsx": "^4.18.0",
"typescript": "~5.6.2",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-pwa": "^0.20.5",
Expand Down
2 changes: 1 addition & 1 deletion example-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"config": "workspace:*",
"eslint": "^8.57.0",
"typescript": "~5.6.2",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.2",
"typescript": "~5.6.2",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"app": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion hub-ugc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"stylelint-config-standard": "^34.0.0",
"tsx": "^4.18.0",
"typescript": "~5.6.2",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-pwa": "^0.20.5",
"workbox-precaching": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tailwindcss": "^3.4.3",
"typescript": "~5.6.2",
"ulid-workers": "^2.1.0 || See comment on html-to-text",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"wrangler": "^3.81.0"
},
Expand Down
Loading

0 comments on commit 8c41779

Please sign in to comment.