Skip to content

Commit 61b1a7b

Browse files
authored
Merge pull request #28915 from storybookjs/shilman/remove-babel-from-docs
Addon-docs: Remove babel dependency
2 parents 17584a0 + b24135d commit 61b1a7b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

code/addons/docs/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
"prep": "jiti ../../../scripts/prepare/bundle.ts"
9999
},
100100
"dependencies": {
101-
"@babel/core": "^7.24.4",
102101
"@mdx-js/react": "^3.0.0",
103102
"@storybook/blocks": "workspace:*",
104103
"@storybook/csf-plugin": "workspace:*",

code/yarn.lock

-1
Original file line numberDiff line numberDiff line change
@@ -5321,7 +5321,6 @@ __metadata:
53215321
version: 0.0.0-use.local
53225322
resolution: "@storybook/addon-docs@workspace:addons/docs"
53235323
dependencies:
5324-
"@babel/core": "npm:^7.24.4"
53255324
"@mdx-js/mdx": "npm:^3.0.0"
53265325
"@mdx-js/react": "npm:^3.0.0"
53275326
"@rollup/pluginutils": "npm:^5.0.2"

0 commit comments

Comments
 (0)