chore(site): Upgrade Vite to 4.3 (#7222)

This commit is contained in:
Bruno Quaresma
2023-04-20 14:28:56 +00:00
committed by GitHub
parent 8d27978760
commit 93d0956465
2 changed files with 18 additions and 12 deletions
+3 -3
View File
@@ -84,7 +84,7 @@
"tzdata": "1.0.30",
"ua-parser-js": "1.0.33",
"uuid": "9.0.0",
"vite": "4.2.1",
"vite": "4.3.0",
"xstate": "4.33.5",
"xterm": "4.19.0",
"xterm-addon-fit": "0.5.0",
@@ -128,7 +128,7 @@
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-storybook": "0.6.11",
"eslint-plugin-unicorn": "44.0.0",
"jest": "29.5.0",
"jest-canvas-mock": "2.4.0",
@@ -142,7 +142,7 @@
"resize-observer": "1.0.4",
"semver": "7.3.7",
"storybook": "7.0.4",
"storybook-react-context": "^0.6.0",
"storybook-react-context": "0.6.0",
"typescript": "4.8.2"
},
"browserslist": [
+15 -9
View File
@@ -5778,7 +5778,7 @@ eslint-plugin-react@7.31.1:
semver "^6.3.0"
string.prototype.matchall "^4.0.7"
eslint-plugin-storybook@^0.6.11:
eslint-plugin-storybook@0.6.11:
version "0.6.11"
resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.11.tgz#3c52fc3e994d1539d8a69c4028999402601eaacb"
integrity sha512-lIVmCqQgA0bhcuS1yWYBFrnPHBKPEQI+LHPDtlN81UE1/17onCqgwUW7Nyt7gS2OHjCAiOR4npjTGEoe0hssKw==
@@ -10458,13 +10458,20 @@ rollup-plugin-visualizer@5.9.0:
source-map "^0.7.4"
yargs "^17.5.1"
"rollup@^2.25.0 || ^3.3.0", rollup@^3.18.0:
"rollup@^2.25.0 || ^3.3.0":
version "3.20.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.20.2.tgz#f798c600317f216de2e4ad9f4d9ab30a89b690ff"
integrity sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==
optionalDependencies:
fsevents "~2.3.2"
rollup@^3.20.2:
version "3.20.6"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.20.6.tgz#53c0fd73e397269d2ce5f0ec12851457dd53cacd"
integrity sha512-2yEB3nQXp/tBQDN0hJScJQheXdvU2wFhh6ld7K/aiZ1vYcak6N/BKjY1QrU6BvO2JWYS8bEs14FRaxXosxy2zw==
optionalDependencies:
fsevents "~2.3.2"
run-async@^2.4.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
@@ -10863,7 +10870,7 @@ store2@^2.12.0, store2@^2.14.2:
resolved "https://registry.yarnpkg.com/store2/-/store2-2.14.2.tgz#56138d200f9fe5f582ad63bc2704dbc0e4a45068"
integrity sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==
storybook-react-context@^0.6.0:
storybook-react-context@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/storybook-react-context/-/storybook-react-context-0.6.0.tgz#06c7b48dc95f4619cf12e59429305fbd6f2b1373"
integrity sha512-6IOUbSoC1WW68x8zQBEh8tZsVXjEvOBSJSOhkaD9o8IF9caIg/o1jnwuGibdyAd47ARN6g95O0N0vFBjXcB7pA==
@@ -11698,15 +11705,14 @@ vfile@^5.0.0:
unist-util-stringify-position "^3.0.0"
vfile-message "^3.0.0"
vite@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.1.tgz#6c2eb337b0dfd80a9ded5922163b94949d7fc254"
integrity sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==
vite@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.0.tgz#1fb9432e1980cf254e1ae1b7b8981fd262c6aa49"
integrity sha512-JTGFgDh3dVxeGBpuQX04Up+JZmuG6wu9414Ei36vQzaEruY/M4K0AgwtuB2b4HaBgB7R8l+LHxjB0jcgz4d2qQ==
dependencies:
esbuild "^0.17.5"
postcss "^8.4.21"
resolve "^1.22.1"
rollup "^3.18.0"
rollup "^3.20.2"
optionalDependencies:
fsevents "~2.3.2"