Skip to content

Commit 360fa27

Browse files
authored
react-error-overlay has no dependencies now (facebook#3263)
* `react-error-overlay` has no dependencies now (it's bundled) * Use babel 6 for now
1 parent 00ed100 commit 360fa27

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

packages/react-error-overlay/package.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,14 @@
3030
"lib/",
3131
"middleware.js"
3232
],
33-
"dependencies": {
33+
"devDependencies": {
3434
"anser": "1.4.1",
3535
"babel-code-frame": "6.22.0",
36-
"babel-runtime": "6.26.0",
37-
"html-entities": "1.2.1",
38-
"object-assign": "4.1.1",
39-
"promise": "8.0.1",
40-
"react": "^15 || ^16",
41-
"react-dom": "^15 || ^16",
42-
"settle-promise": "1.0.0",
43-
"source-map": "0.5.6"
44-
},
45-
"devDependencies": {
36+
"babel-core": "^6.26.0",
4637
"babel-eslint": "7.2.3",
47-
"babel-preset-react-app": "^3.0.3",
4838
"babel-loader": "^7.1.2",
39+
"babel-preset-react-app": "^3.0.3",
40+
"babel-runtime": "6.26.0",
4941
"chalk": "^2.1.0",
5042
"chokidar": "^1.7.0",
5143
"cross-env": "5.0.5",
@@ -56,10 +48,17 @@
5648
"eslint-plugin-jsx-a11y": "5.1.1",
5749
"eslint-plugin-react": "7.1.0",
5850
"flow-bin": "^0.54.0",
51+
"html-entities": "1.2.1",
5952
"jest": "20.0.4",
6053
"jest-fetch-mock": "1.2.1",
54+
"object-assign": "4.1.1",
55+
"promise": "8.0.1",
6156
"raw-loader": "^0.5.1",
57+
"react": "^16.0.0",
58+
"react-dom": "^16.0.0",
6259
"rimraf": "^2.6.1",
60+
"settle-promise": "1.0.0",
61+
"source-map": "0.5.6",
6362
"webpack": "^3.6.0"
6463
},
6564
"jest": {

0 commit comments

Comments
 (0)