Remove version pin from jorgenvatle:vite bundler.

A full release of the package for Meteor v3 has been published, so this should allow Meteor auto-select the most relevant compatible version to match the Meteor version in use.
This commit is contained in:
Jørgen Vatle
2024-06-30 00:15:23 +03:00
parent 561a9ffe7c
commit 6b7004fbc0
2 changed files with 2 additions and 2 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~