forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/facebookincubator/create-…
…react-app * 'master' of https://github.com/facebookincubator/create-react-app: Update README.md Fix dead link to Jest "expect" docs (facebook#3289) Use production React version for bundled overlay (facebook#3267) Add warning when using `react-error-overlay` in production (facebook#3264) Add external links to deployment services (facebook#3265) `react-error-overlay` has no dependencies now (facebook#3263) Add click-to-open support for build errors (facebook#3100) Update style-loader and disable inclusion of its HMR code in builds (facebook#3236) Update url-loader to 0.6.2 for mime ReDoS vuln (facebook#3246)
- Loading branch information
Showing
15 changed files
with
205 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,25 +27,16 @@ | |
], | ||
"author": "Joe Haddad <[email protected]>", | ||
"files": [ | ||
"lib/", | ||
"middleware.js" | ||
"lib/index.js" | ||
], | ||
"dependencies": { | ||
"devDependencies": { | ||
"anser": "1.4.1", | ||
"babel-code-frame": "6.22.0", | ||
"babel-runtime": "6.26.0", | ||
"html-entities": "1.2.1", | ||
"object-assign": "4.1.1", | ||
"promise": "8.0.1", | ||
"react": "^15 || ^16", | ||
"react-dom": "^15 || ^16", | ||
"settle-promise": "1.0.0", | ||
"source-map": "0.5.6" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "7.2.3", | ||
"babel-preset-react-app": "^3.0.3", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-react-app": "^3.0.3", | ||
"babel-runtime": "6.26.0", | ||
"chalk": "^2.1.0", | ||
"chokidar": "^1.7.0", | ||
"cross-env": "5.0.5", | ||
|
@@ -56,10 +47,17 @@ | |
"eslint-plugin-jsx-a11y": "5.1.1", | ||
"eslint-plugin-react": "7.1.0", | ||
"flow-bin": "^0.54.0", | ||
"html-entities": "1.2.1", | ||
"jest": "20.0.4", | ||
"jest-fetch-mock": "1.2.1", | ||
"object-assign": "4.1.1", | ||
"promise": "8.0.1", | ||
"raw-loader": "^0.5.1", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"rimraf": "^2.6.1", | ||
"settle-promise": "1.0.0", | ||
"source-map": "0.5.6", | ||
"webpack": "^3.6.0" | ||
}, | ||
"jest": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.