diff --git a/package.json b/package.json index f8b6637..aedad44 100644 --- a/package.json +++ b/package.json @@ -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" } }