Skip to content

Commit

Permalink
Merge pull request #150 from nextui-org/fix_134/babel-runtime
Browse files Browse the repository at this point in the history
fix(nextui): @babel/runtime added as a dependency
  • Loading branch information
jrgarciadev committed Jan 22, 2022
2 parents adf6544 + ae2ebff commit 3b941f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -53,6 +53,7 @@
"coverage:codecov": "yarn test --coverage && codecov"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@stitches/react": "^1.2.6"
},
"peerDependencies": {
Expand All @@ -69,7 +70,6 @@
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.9.6",
"@react-bootstrap/babel-preset": "^2.1.0",
"@storybook/react": "^6.3.10",
"@testing-library/dom": "^8.1.0",
Expand Down

1 comment on commit 3b941f1

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nextui-docs ready!

✅ Preview
https://nextui-docs-2fq50j65p-nextui-org.vercel.app

Built with commit 3b941f1.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.