diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2021-01-13 17:26:33 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2021-01-13 17:26:33 +0100 |
commit | 4524c20b48abe08e69c25a7382a289592d147496 (patch) | |
tree | 3e475fe673d5acd800180282e84df03d396106f3 /package.json | |
parent | 4f4dc2afa62cb899a5cae72c359150f8adf27edb (diff) | |
download | svg.js-4524c20b48abe08e69c25a7382a289592d147496.tar.gz svg.js-4524c20b48abe08e69c25a7382a289592d147496.zip |
update dependencies, apply new linter fixes
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/package.json b/package.json index 5b367a2..69a5714 100644 --- a/package.json +++ b/package.json @@ -77,44 +77,44 @@ "checkTests": "node spec/checkForAllTests.js" }, "devDependencies": { - "@babel/core": "^7.9.6", - "@babel/plugin-external-helpers": "^7.8.3", - "@babel/plugin-transform-classes": "^7.9.5", - "@babel/plugin-transform-runtime": "^7.9.6", - "@babel/polyfill": "^7.8.7", - "@babel/preset-env": "^7.9.6", - "@babel/runtime": "^7.9.6", - "@babel/runtime-corejs3": "^7.9.6", - "@rollup/plugin-babel": "^5.0.0", - "@rollup/plugin-commonjs": "^11.1.0", - "@rollup/plugin-multi-entry": "^3.0.0", - "@rollup/plugin-node-resolve": "^7.1.3", + "@babel/core": "^7.12.10", + "@babel/plugin-external-helpers": "^7.12.1", + "@babel/plugin-transform-classes": "^7.12.1", + "@babel/plugin-transform-runtime": "^7.12.10", + "@babel/polyfill": "^7.12.1", + "@babel/preset-env": "^7.12.11", + "@babel/runtime": "^7.12.5", + "@babel/runtime-corejs3": "^7.12.5", + "@rollup/plugin-babel": "^5.2.2", + "@rollup/plugin-commonjs": "^17.0.0", + "@rollup/plugin-multi-entry": "^4.0.0", + "@rollup/plugin-node-resolve": "^11.0.1", "@target/custom-event-polyfill": "github:Adobe-Marketing-Cloud/custom-event-polyfill", "babel-eslint": "^10.1.0", - "core-js": "^3.6.5", + "core-js": "^3.8.2", "coveralls": "^3.1.0", - "eslint": "^7.0.0", - "eslint-config-standard": "^14.1.1", - "eslint-plugin-import": "^2.20.2", + "eslint": "^7.17.0", + "eslint-config-standard": "^16.0.2", + "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-sort-class-members": "^1.7.0", - "eslint-plugin-standard": "^4.0.1", + "eslint-plugin-sort-class-members": "^1.9.0", + "eslint-plugin-standard": "^5.0.0", "esm": "^3.2.25", "http-server": "^0.12.3", - "jasmine": "^3.5.0", - "jasmine-core": "^3.5.0", - "karma": "^5.0.5", + "jasmine": "^3.6.3", + "jasmine-core": "^3.6.0", + "karma": "^5.2.3", "karma-chrome-launcher": "^3.1.0", - "karma-coverage": "^2.0.2", - "karma-firefox-launcher": "^1.3.0", - "karma-jasmine": "^3.1.1", - "karma-sauce-launcher": "^4.1.4", - "rollup": "^2.9.0", - "rollup-plugin-filesize": "^8.0.2", - "rollup-plugin-terser": "^5.3.0", - "typescript": "^3.8.3", - "yargs": "^15.3.1", + "karma-coverage": "^2.0.3", + "karma-firefox-launcher": "^2.1.0", + "karma-jasmine": "^4.0.1", + "karma-sauce-launcher": "^4.3.4", + "rollup": "^2.36.1", + "rollup-plugin-filesize": "^9.1.0", + "rollup-plugin-terser": "^7.0.2", + "typescript": "^4.1.3", + "yargs": "^16.2.0", "svgdom": "^0.1.8" }, "browserslist": [ |