diff --git a/package.json b/package.json index 25df00f..474e1d7 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "build": "webpack --config webpack.config.js" }, "devDependencies": { - "webpack": "^2.2.0-rc.2" + "webpack": "^2.2.1" }, "dependencies": { - "ol": "^3.21.0-beta.14" + "ol": "^3.21.0-beta.17" } }