Skip to content

Commit

Permalink
Merge pull request #21123 from storybookjs/vite/mdx1-version
Browse files Browse the repository at this point in the history
Vite: Update dep range for @storybook/mdx1-csf
  • Loading branch information
shilman authored Feb 17, 2023
2 parents 8aa0bc0 + 388596a commit 43ac0aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions code/lib/builder-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"slash": "^3.0.0"
},
"devDependencies": {
"@storybook/mdx1-csf": "next",
"@storybook/mdx1-csf": ">=1.0.0-next.1",
"@types/express": "^4.17.13",
"@types/node": "^16.0.0",
"rollup": "^3.0.0",
Expand All @@ -73,7 +73,7 @@
},
"peerDependencies": {
"@preact/preset-vite": "*",
"@storybook/mdx1-csf": "*",
"@storybook/mdx1-csf": ">=1.0.0-next.1",
"typescript": ">= 4.3.x",
"vite": "^3.0.0 || ^4.0.0",
"vite-plugin-glimmerx": "*"
Expand Down
6 changes: 3 additions & 3 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5206,7 +5206,7 @@ __metadata:
"@storybook/client-logger": 7.0.0-beta.49
"@storybook/core-common": 7.0.0-beta.49
"@storybook/csf-plugin": 7.0.0-beta.49
"@storybook/mdx1-csf": next
"@storybook/mdx1-csf": ">=1.0.0-next.1"
"@storybook/mdx2-csf": next
"@storybook/node-logger": 7.0.0-beta.49
"@storybook/preview": 7.0.0-beta.49
Expand All @@ -5227,7 +5227,7 @@ __metadata:
vite: ^4.0.4
peerDependencies:
"@preact/preset-vite": "*"
"@storybook/mdx1-csf": "*"
"@storybook/mdx1-csf": ">=1.0.0-next.1"
typescript: ">= 4.3.x"
vite: ^3.0.0 || ^4.0.0
vite-plugin-glimmerx: "*"
Expand Down Expand Up @@ -5939,7 +5939,7 @@ __metadata:
languageName: unknown
linkType: soft

"@storybook/mdx1-csf@npm:next":
"@storybook/mdx1-csf@npm:>=1.0.0-next.1":
version: 1.0.0-next.1
resolution: "@storybook/mdx1-csf@npm:1.0.0-next.1"
dependencies:
Expand Down

0 comments on commit 43ac0aa

Please sign in to comment.