-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Add support for dynamic import & disable require.ensure #1538
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 1 commit
7c08989
adcc6ea
0055e79
658ce80
a44f50d
e5ab837
020b8f9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,12 +12,12 @@ | |
| }, | ||
| "devDependencies": { | ||
| "babel-eslint": "7.1.0", | ||
| "eslint": "3.5.0", | ||
| "eslint": "3.8.1", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. latest is 3.15.0 |
||
| "eslint-config-react-app": "0.5.1", | ||
| "eslint-plugin-flowtype": "2.18.1", | ||
| "eslint-plugin-import": "1.12.0", | ||
| "eslint-plugin-jsx-a11y": "2.2.2", | ||
| "eslint-plugin-react": "6.3.0", | ||
| "eslint-plugin-flowtype": "2.21.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. latest is |
||
| "eslint-plugin-import": "2.0.1", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. latest is |
||
| "eslint-plugin-jsx-a11y": "2.2.3", | ||
| "eslint-plugin-react": "6.4.1", | ||
| "lerna": "^2.0.0-beta.37", | ||
| "lerna-changelog": "^0.2.3" | ||
| } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
latest is 7.1.1, could as well use that.