Skip to content

Commit

Permalink
chore: update vite version
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Mar 29, 2022
1 parent 771f532 commit 896c599
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/ladle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"open": "^8.4.0",
"query-string": "^7.1.1",
"rollup-pluginutils": "^2.8.2",
"vite": "^2.9.0-beta.3",
"vite": "^2.9.0-beta.10",
"vite-tsconfig-paths": "^3.4.1"
},
"peerDependencies": {
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11323,6 +11323,15 @@ postcss@^8.4.11:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.12:
version "8.4.12"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
dependencies:
nanoid "^3.3.1"
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.7:
version "8.4.8"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.8.tgz#dad963a76e82c081a0657d3a2f3602ce10c2e032"
Expand Down Expand Up @@ -14014,13 +14023,13 @@ vite-tsconfig-paths@^3.4.1:
recrawl-sync "^2.0.3"
tsconfig-paths "^3.9.0"

vite@^2.9.0-beta.3:
version "2.9.0-beta.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.0-beta.3.tgz#69903291b5ddccbd347bbb531258faeff08da4ea"
integrity sha512-x3G5GGQQlapvyjr2jhFTT16NIbKJdcfYOa6oD8OZuy+WqGTSYolowGJP7tUrTe9y5n641CBKLuhjqXc4gpwUVQ==
vite@^2.9.0-beta.10:
version "2.9.0-beta.10"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.0-beta.10.tgz#181cb4832a9565456cb4890bb353531fe10daad8"
integrity sha512-CvAssYHcjWHGyxEUG+lt5KHWwL0VdUI9DlXnNnxkZqWlNpzcqxuU4V/mxOh83Eg71R8ya2BjA5yX1RwPijoKZA==
dependencies:
esbuild "^0.14.27"
postcss "^8.4.6"
postcss "^8.4.12"
resolve "^1.22.0"
rollup "^2.59.0"
optionalDependencies:
Expand Down

0 comments on commit 896c599

Please sign in to comment.