-
Notifications
You must be signed in to change notification settings - Fork 2
refactor: supports babel 7 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
eb190fb
a42a6c1
be74337
1dd086c
3a47ba4
c033637
d97059e
e61b132
1113f5d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| "plugins": [["transform-es2015-modules-commonjs"]] | ||
| "plugins": [["@babel/plugin-transform-modules-commonjs"]] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,11 +38,13 @@ | |
| "test": "jest" | ||
| }, | ||
| "devDependencies": { | ||
| "babel-cli": "^6.24.1", | ||
| "babel-core": "^6.25.0", | ||
| "babel-eslint": "^7.2.3", | ||
| "babel-plugin-syntax-jsx": "^6.18.0", | ||
| "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", | ||
| "@babel/cli": "^7.0.0", | ||
| "@babel/core": "^7.0.0", | ||
| "@babel/plugin-syntax-jsx": "^7.0.0", | ||
| "@babel/plugin-transform-modules-commonjs": "^7.0.0", | ||
| "babel-core": "^7.0.0-bridge.0", | ||
| "babel-eslint": "^9.0.0", | ||
| "babel-jest": "^23.4.2", | ||
avaly marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "classnames": "^2.2.5", | ||
| "eslint": "^5.4.0", | ||
| "eslint-config-prettier": "^3.0.1", | ||
|
|
@@ -55,7 +57,7 @@ | |
| "validate-commit-msg": "^2.14.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "babel-core": "6.*" | ||
| "babel-core": "6.* || ^7.0.0-bridge.0" | ||
|
||
| }, | ||
| "engines": { | ||
| "node": ">=6" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.