Skip to content

Commit

Permalink
Merge pull request #19 from bryanjtc/dependency-fix
Browse files Browse the repository at this point in the history
chore: Moved @babel/types to dependencies
  • Loading branch information
shilman authored Oct 20, 2022
2 parents 3e908ff + 9dfc216 commit 6fe4b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"dependencies": {
"@babel/generator": "^7.12.11",
"@babel/parser": "^7.12.11",
"@babel/types": "^7.14.8",
"@mdx-js/mdx": "^2.0.0",
"estree-to-babel": "^4.9.0",
"hast-util-to-estree": "^2.0.2",
Expand All @@ -51,7 +52,6 @@
"@babel/preset-react": "^7.12.5",
"@babel/preset-typescript": "^7.13.0",
"@babel/template": "^7.14.5",
"@babel/types": "^7.14.8",
"@jest/types": "^27.0.6",
"@storybook/addon-actions": "^6.5.0-alpha.36",
"@storybook/addon-essentials": "^6.5.0-alpha.36",
Expand Down

0 comments on commit 6fe4b17

Please sign in to comment.