Merge pull request #13209 from JorgenVatle/update-meteor-vite

Update `meteor-vite` packages in Vue and Solid skeleton apps
This commit is contained in:
Nacho Codoñer
2024-09-04 14:18:29 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -19,4 +19,4 @@ hot-module-replacement # Update client in development without reloading the pag
~prototype~
static-html # Define static page content in .html files
jorgenvatle:vite-bundler@2.0.0-beta.12
jorgenvatle:vite-bundler

View File

@@ -18,6 +18,6 @@ shell-server # Server-side component of the `meteor shell` com
hot-module-replacement # Update client in development without reloading the page
static-html # Define static page content in .html files
jorgenvatle:vite-bundler@2.0.0-beta.12
jorgenvatle:vite-bundler
~prototype~

View File

@@ -26,7 +26,7 @@
"@types/meteor": "^2.9.7",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.16",
"meteor-vite": "^1.7.1",
"meteor-vite": "^1.10.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vite": "^3.2.7"