Skip to content

Commit

Permalink
Change webpack to a dev dependency and pin some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tharakawj committed Oct 3, 2017
1 parent 7796f54 commit 272c491
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@
"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",
"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",
"webpack": "^3.6.0"
"source-map": "0.5.6"
},
"devDependencies": {
"babel-eslint": "7.2.3",
Expand All @@ -60,7 +59,8 @@
"jest": "20.0.4",
"jest-fetch-mock": "1.2.1",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1"
"rimraf": "^2.6.1",
"webpack": "^3.6.0"
},
"jest": {
"setupFiles": [
Expand Down

0 comments on commit 272c491

Please sign in to comment.