Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
fix(babel/runtime): move @babel/runtime to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimi-Gao committed Jan 23, 2019
1 parent 3751287 commit fe0efa1
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 23 deletions.
72 changes: 50 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"prop-types": ">=15.0.0"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"classlist": "^1.0.1",
"classnames": "^2.2.5",
"focus-trap": "^3.0.0",
Expand All @@ -76,7 +77,6 @@
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.1.5",
"@reach/router": "^1.1.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
Expand Down

0 comments on commit fe0efa1

Please sign in to comment.