diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-11-01 13:37:24 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-11-01 13:37:24 +0100 |
commit | 2827a27531c661726d204d6da9d17c6f72d8e404 (patch) | |
tree | a4180b1f462685cce0c314be16511a630d222b05 /package.json | |
parent | 0748382e9859c31253d93b0c258487da362bcade (diff) | |
download | svg.js-2827a27531c661726d204d6da9d17c6f72d8e404.tar.gz svg.js-2827a27531c661726d204d6da9d17c6f72d8e404.zip |
Updated dependencies to newest version, new linter fixed stuff
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/package.json b/package.json index c55e82e..cd02f6e 100644 --- a/package.json +++ b/package.json @@ -73,46 +73,46 @@ "postpublish": "npm run zip" }, "devDependencies": { - "@babel/core": "^7.1.6", - "@babel/plugin-external-helpers": "^7.0.0", - "@babel/plugin-transform-runtime": "^7.1.0", - "@babel/polyfill": "^7.0.0", - "@babel/preset-env": "^7.1.6", - "@babel/runtime": "^7.1.5", - "@babel/runtime-corejs2": "^7.1.5", + "@babel/core": "^7.6.4", + "@babel/plugin-external-helpers": "^7.2.0", + "@babel/plugin-transform-runtime": "^7.6.2", + "@babel/polyfill": "^7.6.0", + "@babel/preset-env": "^7.6.3", + "@babel/runtime": "^7.6.3", + "@babel/runtime-corejs2": "^7.6.3", "@target/custom-event-polyfill": "github:Adobe-Marketing-Cloud/custom-event-polyfill", - "babel-eslint": "^10.0.1", + "babel-eslint": "^10.0.3", "core-js": "^3.3.6", - "coveralls": "^3.0.2", + "coveralls": "^3.0.7", "eslint": "^6.6.0", "eslint-config-standard": "^14.1.0", - "eslint-plugin-import": "^2.14.0", + "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", - "eslint-plugin-promise": "^4.0.1", - "eslint-plugin-standard": "^4.0.0", - "esm": "^3.0.84", + "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-standard": "^4.0.1", + "esm": "^3.2.25", "http-server": "^0.11.1", - "jasmine": "^3.3.0", - "jasmine-core": "^3.3.0", + "jasmine": "^3.5.0", + "jasmine-core": "^3.5.0", "karma": "^4.4.1", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.1", - "karma-firefox-launcher": "^1.1.0", + "karma-firefox-launcher": "^1.2.0", "karma-jasmine": "^2.0.1", "karma-sauce-launcher": "^2.0.2", "rollup": "^1.26.2", - "rollup-plugin-babel": "^4.0.3", + "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-filesize": "^6.2.1", - "rollup-plugin-multi-entry": "^2.0.2", + "rollup-plugin-multi-entry": "^2.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^5.1.2", - "rollup-plugin-uglify": "^6.0.0", + "rollup-plugin-uglify": "^6.0.3", "rollup-plugin-uglify-es": "0.0.1", - "svgdom": "latest", - "webpack": "^4.26.1", - "webpack-cli": "^3.1.2", - "webpack-dev-server": "^3.1.10", + "svgdom": "0.0.21", + "webpack": "^4.41.2", + "webpack-cli": "^3.3.10", + "webpack-dev-server": "^3.9.0", "yargs": "^14.2.0" }, "browserslist": [ |