Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93d0956

Browse files
chore(site): Upgrade Vite to 4.3 (#7222)
1 parent8d27978 commit93d0956

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

‎site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"tzdata":"1.0.30",
8585
"ua-parser-js":"1.0.33",
8686
"uuid":"9.0.0",
87-
"vite":"4.2.1",
87+
"vite":"4.3.0",
8888
"xstate":"4.33.5",
8989
"xterm":"4.19.0",
9090
"xterm-addon-fit":"0.5.0",
@@ -128,7 +128,7 @@
128128
"eslint-plugin-jsx-a11y":"6.6.1",
129129
"eslint-plugin-react":"7.31.1",
130130
"eslint-plugin-react-hooks":"4.6.0",
131-
"eslint-plugin-storybook":"^0.6.11",
131+
"eslint-plugin-storybook":"0.6.11",
132132
"eslint-plugin-unicorn":"44.0.0",
133133
"jest":"29.5.0",
134134
"jest-canvas-mock":"2.4.0",
@@ -142,7 +142,7 @@
142142
"resize-observer":"1.0.4",
143143
"semver":"7.3.7",
144144
"storybook":"7.0.4",
145-
"storybook-react-context":"^0.6.0",
145+
"storybook-react-context":"0.6.0",
146146
"typescript":"4.8.2"
147147
},
148148
"browserslist": [

‎site/yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5778,7 +5778,7 @@ eslint-plugin-react@7.31.1:
57785778
semver "^6.3.0"
57795779
string.prototype.matchall "^4.0.7"
57805780

5781-
eslint-plugin-storybook@^0.6.11:
5781+
eslint-plugin-storybook@0.6.11:
57825782
version "0.6.11"
57835783
resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.11.tgz#3c52fc3e994d1539d8a69c4028999402601eaacb"
57845784
integrity sha512-lIVmCqQgA0bhcuS1yWYBFrnPHBKPEQI+LHPDtlN81UE1/17onCqgwUW7Nyt7gS2OHjCAiOR4npjTGEoe0hssKw==
@@ -10458,13 +10458,20 @@ rollup-plugin-visualizer@5.9.0:
1045810458
source-map "^0.7.4"
1045910459
yargs "^17.5.1"
1046010460

10461-
"rollup@^2.25.0 || ^3.3.0", rollup@^3.18.0:
10461+
"rollup@^2.25.0 || ^3.3.0":
1046210462
version "3.20.2"
1046310463
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.20.2.tgz#f798c600317f216de2e4ad9f4d9ab30a89b690ff"
1046410464
integrity sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==
1046510465
optionalDependencies:
1046610466
fsevents "~2.3.2"
1046710467

10468+
rollup@^3.20.2:
10469+
version "3.20.6"
10470+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.20.6.tgz#53c0fd73e397269d2ce5f0ec12851457dd53cacd"
10471+
integrity sha512-2yEB3nQXp/tBQDN0hJScJQheXdvU2wFhh6ld7K/aiZ1vYcak6N/BKjY1QrU6BvO2JWYS8bEs14FRaxXosxy2zw==
10472+
optionalDependencies:
10473+
fsevents "~2.3.2"
10474+
1046810475
run-async@^2.4.0:
1046910476
version "2.4.1"
1047010477
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:
1086310870
resolved "https://registry.yarnpkg.com/store2/-/store2-2.14.2.tgz#56138d200f9fe5f582ad63bc2704dbc0e4a45068"
1086410871
integrity sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==
1086510872

10866-
storybook-react-context@^0.6.0:
10873+
storybook-react-context@0.6.0:
1086710874
version "0.6.0"
1086810875
resolved "https://registry.yarnpkg.com/storybook-react-context/-/storybook-react-context-0.6.0.tgz#06c7b48dc95f4619cf12e59429305fbd6f2b1373"
1086910876
integrity sha512-6IOUbSoC1WW68x8zQBEh8tZsVXjEvOBSJSOhkaD9o8IF9caIg/o1jnwuGibdyAd47ARN6g95O0N0vFBjXcB7pA==
@@ -11698,15 +11705,14 @@ vfile@^5.0.0:
1169811705
unist-util-stringify-position "^3.0.0"
1169911706
vfile-message "^3.0.0"
1170011707

11701-
vite@4.2.1:
11702-
version "4.2.1"
11703-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.1.tgz#6c2eb337b0dfd80a9ded5922163b94949d7fc254"
11704-
integrity sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==
11708+
vite@4.3.0:
11709+
version "4.3.0"
11710+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.0.tgz#1fb9432e1980cf254e1ae1b7b8981fd262c6aa49"
11711+
integrity sha512-JTGFgDh3dVxeGBpuQX04Up+JZmuG6wu9414Ei36vQzaEruY/M4K0AgwtuB2b4HaBgB7R8l+LHxjB0jcgz4d2qQ==
1170511712
dependencies:
1170611713
esbuild "^0.17.5"
1170711714
postcss "^8.4.21"
11708-
resolve "^1.22.1"
11709-
rollup "^3.18.0"
11715+
rollup "^3.20.2"
1171011716
optionalDependencies:
1171111717
fsevents "~2.3.2"
1171211718

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp