Use minor-level semver (^) for babel & webpack

This commit is contained in:
Christopher Willis-Ford 2017-04-20 10:04:11 -07:00
parent 862940d2ac
commit 5344bebe1d

View File

@ -22,11 +22,11 @@
"watch": "webpack --progress --colors --watch --watch-poll"
},
"devDependencies": {
"babel-core": "6.24.1",
"babel-eslint": "7.2.2",
"babel-loader": "6.4.1",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"base64-loader": "1.0.0",
"copy-webpack-plugin": "^4.0.1",
"docdash": "^0.4.0",
@ -41,7 +41,7 @@
"tap": "^10.3.0",
"travis-after-all": "^1.4.4",
"twgl.js": "3.2.2",
"webpack": "2.4.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}