Skip to content

Commit

Permalink
deps: bump vite to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Jul 13, 2022
1 parent 4dc8618 commit 9ad332f
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -94,7 +94,7 @@ GEM
erubi (1.10.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.10.0)
i18n (1.11.0)
concurrent-ruby (~> 1.0)
json (2.5.1)
loofah (2.18.0)
Expand All @@ -109,15 +109,15 @@ GEM
method_source (1.0.0)
mini_mime (1.0.3)
mini_portile2 (2.8.0)
minitest (5.16.1)
minitest (5.16.2)
minitest-reporters (1.4.3)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
minitest-stub_any_instance (1.0.2)
nio4r (2.5.7)
nokogiri (1.13.6)
nokogiri (1.13.7)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.21.0)
Expand Down
2 changes: 1 addition & 1 deletion examples/hanami_bookshelf/package.json
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"sass": "^1.35.2",
"vite": "^3.0.0-beta.5",
"vite": "^3.0.0",
"vite-plugin-ruby": "^3.0.8"
}
}
2 changes: 1 addition & 1 deletion examples/padrino_blog_tutorial/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
"vite": "^3.0.0-beta.5",
"vite": "^3.0.0",
"vite-plugin-ruby":"^3.0.8"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/rails/example_engine/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
"vite": "^3.0.0-beta.5",
"vite": "^3.0.0",
"vite-plugin-ruby":"^3.0.9"
}
}
2 changes: 1 addition & 1 deletion examples/rails/package.json
Expand Up @@ -27,7 +27,7 @@
"sass": "^1.49.4",
"stylus": "^0.54.8",
"terser": "^5.14.1",
"vite": "^3.0.0-beta.5",
"vite": "^3.0.0",
"vite-plugin-bugsnag": "^2.0.0",
"vite-plugin-environment": "^1.1.0",
"vite-plugin-full-reload": "^1.0.0",
Expand Down
44 changes: 22 additions & 22 deletions examples/rails/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/mounted_app/test/dummy/package.json
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"ci": "^2.0.0",
"ni": "^0.0.2",
"vite": "^3.0.0-beta.5",
"vite": "^3.0.0",
"vite-plugin-ruby": "^3.1.0-beta.0"
}
}
2 changes: 1 addition & 1 deletion test/test_app/package.json
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"ci": "^2.0.0",
"right-pad": "^1.0.1",
"vite": "^3.0.0-beta.5",
"vite": "^3.0.0",
"vite-plugin-ruby": "^1.0.8"
}
}
8 changes: 4 additions & 4 deletions test/test_app/yarn.lock
Expand Up @@ -347,10 +347,10 @@ vite-plugin-ruby@^1.0.8:
debug "^4.3.1"
fast-glob "^3.2.4"

vite@^3.0.0-beta.5:
version "3.0.0-beta.5"
resolved "https://registry.yarnpkg.com/vite/-/vite-3.0.0-beta.5.tgz#708d5b732dee98d77877cb094b567f5596508b5b"
integrity sha512-SfesZuCME4fEmLy4hgsJAg55HRiTgDhH3oPM44XePrdKP5FqYvDkzpSWl6ldDOJYTskKWafGyyuYfXoxodv40Q==
vite@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-3.0.0.tgz#b4675cb9ab83ec0803b9c952ffa6519bcce033a7"
integrity sha512-M7phQhY3+fRZa0H+1WzI6N+/onruwPTBTMvaj7TzgZ0v2TE+N2sdLKxJOfOv9CckDWt5C4HmyQP81xB4dwRKzA==
dependencies:
esbuild "^0.14.47"
postcss "^8.4.14"
Expand Down
2 changes: 1 addition & 1 deletion vite-plugin-ruby/example/package.json
Expand Up @@ -19,7 +19,7 @@
"sass": "^1.49.7",
"terser": "^5.14.1",
"typescript": "^4.7.4",
"vite": "^3.0.0-beta.5",
"vite": "^3.0.0",
"vite-plugin-ruby": "workspace:*",
"vue": "^3.2.37"
}
Expand Down
2 changes: 1 addition & 1 deletion vite-plugin-ruby/package.json
Expand Up @@ -55,7 +55,7 @@
"standard-version": "^9.5.0",
"tsup": "^5.12.9",
"typescript": "^4.7.4",
"vite": "^3.0.0-beta.5",
"vite": "^3.0.0",
"vitest": "^0.1.27"
}
}
2 changes: 1 addition & 1 deletion vite_ruby/lib/vite_ruby/version.rb
Expand Up @@ -4,6 +4,6 @@ class ViteRuby
VERSION = '3.2.0.beta0'

# Internal: Versions used by default when running `vite install`.
DEFAULT_VITE_VERSION = '^3.0.0-beta.5'
DEFAULT_VITE_VERSION = '^3.0.0'
DEFAULT_PLUGIN_VERSION = '^3.1.0-beta.0'
end

0 comments on commit 9ad332f

Please sign in to comment.