Skip to content

Commit

Permalink
Lock down dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Howl committed Dec 18, 2018
1 parent e310d32 commit 35a6dd4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"redux-devtools-extension": "^2.13.7",
"serve": "^10.1.1",
"standard": "^12.0.1",
"@babel/core": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.4",
"clean-webpack-plugin": "1.0.0",
"html-webpack-plugin": "3.2.0",
"redux-devtools-extension": "2.13.7",
"serve": "10.1.1",
"standard": "12.0.1",
"webpack": "4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.10"
},
"dependencies": {
"babel-plugin-codegen": "^3.0.0",
"lodash": "^4.17.11",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-redux": "^6.0.0",
"redux": "^4.0.1"
"babel-plugin-codegen": "3.0.0",
"lodash": "4.17.11",
"react": "16.7.0-alpha.2",
"react-dom": "16.7.0-alpha.2",
"react-redux": "6.0.0",
"redux": "4.0.1"
}
}

0 comments on commit 35a6dd4

Please sign in to comment.