Skip to content

Commit

Permalink
Merge pull request #21984 from benmccann/rm-babel
Browse files Browse the repository at this point in the history
chore: remove unused dependencies
  • Loading branch information
benmccann authored Apr 17, 2023
2 parents 2cad914 + 4325104 commit 2eef85e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions code/addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@jest/transform": "^29.3.1",
"@mdx-js/react": "^2.1.5",
"@storybook/blocks": "7.1.0-alpha.5",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/docs-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@storybook/core-common": "7.1.0-alpha.5",
"@storybook/preview-api": "7.1.0-alpha.5",
"@storybook/types": "7.1.0-alpha.5",
Expand All @@ -52,6 +51,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"jest-specific-snapshot": "^7.0.0",
"require-from-string": "^2.0.2",
"typescript": "~4.9.3"
Expand Down
2 changes: 0 additions & 2 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5093,8 +5093,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/addon-docs@workspace:addons/docs"
dependencies:
"@babel/core": ^7.20.2
"@babel/plugin-transform-react-jsx": ^7.19.0
"@jest/transform": ^29.3.1
"@mdx-js/react": ^2.1.5
"@storybook/blocks": 7.1.0-alpha.5
Expand Down

0 comments on commit 2eef85e

Please sign in to comment.