We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7796f54 commit 272c491Copy full SHA for 272c491
packages/react-error-overlay/package.json
@@ -35,13 +35,12 @@
35
"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",
+ "object-assign": "4.1.1",
+ "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
- "webpack": "^3.6.0"
+ "source-map": "0.5.6"
45
},
46
"devDependencies": {
47
"babel-eslint": "7.2.3",
@@ -60,7 +59,8 @@
60
59
"jest": "20.0.4",
61
"jest-fetch-mock": "1.2.1",
62
"raw-loader": "^0.5.1",
63
- "rimraf": "^2.6.1"
+ "rimraf": "^2.6.1",
+ "webpack": "^3.6.0"
64
65
"jest": {
66
"setupFiles": [
0 commit comments