This is an automated email from the git hooks/post-receive script. New commit to branch feature/bug-on-save in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 5c3af83ea91856f1693a0a36eb0e245cf3231384 Author: dcosse <cosse@codelutin.com> Date: Thu Oct 24 14:40:11 2019 +0200 refs #249 mise à jour des versions de babel et webpack --- pollen-ui-riot-js/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pollen-ui-riot-js/package.json b/pollen-ui-riot-js/package.json index faeea9da..b396206e 100644 --- a/pollen-ui-riot-js/package.json +++ b/pollen-ui-riot-js/package.json @@ -28,9 +28,10 @@ "package": "webpack --config webpack.config.js --mode production" }, "devDependencies": { - "@babel/core": "7.0.0-beta.46", - "@babel/preset-env": "7.0.0-beta.46", - "babel-loader": "^8.0.2", + "@babel/core": "^7.6.4", + "@babel/plugin-proposal-object-rest-spread": "^7.6.2", + "@babel/preset-env": "^7.6.3", + "babel-loader": "^8.0.6", "copy-webpack-plugin": "^4.5.2", "eslint": "^4.18.2", "eslint-plugin-riot": "^0.1.8", @@ -39,12 +40,11 @@ "riot-compiler": "^3.5.1", "riot-hot-reload": "^1.0.0", "riot-tag-loader": "^2.0.2", - "webpack": "^4.20.2", - "webpack-cli": "^3.1.1", + "webpack": "^4.41.2", + "webpack-cli": "^3.3.9", "webpack-dev-server": "^3.1.9" }, "dependencies": { - "babel-loader": "^8.0.6", "console.history": "^1.5.0", "font-awesome": "4.7.0", "html2canvas": "^0.5.0-beta4", -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.