diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2021-06-13 22:39:18 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2021-06-13 22:39:18 +0200 |
commit | 34062cfa7731ab0c0d1df94b931fede0c57f1f09 (patch) | |
tree | 25048be424b0d78708c4dc026696e090379c4252 /package.json | |
parent | 530f3755991149827974c1ecfa0ca046e9b653b8 (diff) | |
download | svg.js-34062cfa7731ab0c0d1df94b931fede0c57f1f09.tar.gz svg.js-34062cfa7731ab0c0d1df94b931fede0c57f1f09.zip |
fix group move bug when group contains elements without dimensions, update deps
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/package.json b/package.json index b5e1d13..335528b 100644 --- a/package.json +++ b/package.json @@ -77,50 +77,51 @@ "checkTests": "node spec/checkForAllTests.js" }, "devDependencies": { - "@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/core": "^7.14.5", + "@babel/plugin-external-helpers": "^7.14.5", + "@babel/plugin-transform-classes": "^7.14.5", + "@babel/plugin-transform-runtime": "^7.14.5", "@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", + "@babel/preset-env": "^7.14.5", + "@babel/runtime": "^7.14.5", + "@babel/runtime-corejs3": "^7.14.5", + "@rollup/plugin-babel": "^5.3.0", + "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-multi-entry": "^4.0.0", - "@rollup/plugin-node-resolve": "^11.0.1", + "@rollup/plugin-node-resolve": "^13.0.0", "@target/custom-event-polyfill": "github:Adobe-Marketing-Cloud/custom-event-polyfill", "babel-eslint": "^10.1.0", - "core-js": "^3.8.2", + "core-js": "^3.14.0", "coveralls": "^3.1.0", - "eslint": "^7.17.0", - "eslint-config-standard": "^16.0.2", - "eslint-plugin-import": "^2.22.1", + "eslint": "^7.28.0", + "eslint-config-standard": "^16.0.3", + "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-sort-class-members": "^1.9.0", + "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-sort-class-members": "^1.11.0", "eslint-plugin-standard": "^5.0.0", "esm": "^3.2.25", "http-server": "^0.12.3", - "jasmine": "^3.6.3", - "jasmine-core": "^3.6.0", - "karma": "^5.2.3", + "jasmine": "^3.7.0", + "jasmine-core": "^3.7.1", + "karma": "^6.3.3", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.3", - "karma-firefox-launcher": "^2.1.0", + "karma-firefox-launcher": "^2.1.1", "karma-jasmine": "^4.0.1", - "karma-sauce-launcher": "^4.3.4", - "rollup": "^2.36.1", - "rollup-plugin-filesize": "^9.1.0", + "karma-sauce-launcher": "^4.3.6", + "rollup": "^2.51.2", + "rollup-plugin-filesize": "^9.1.1", "rollup-plugin-terser": "^7.0.2", - "typescript": "^4.1.3", - "yargs": "^16.2.0", + "typescript": "^4.3.2", + "yargs": "^17.0.1", "svgdom": "^0.1.8" }, "browserslist": [ - "last 1 version", + "last 2 version", "> 0.25%", - "not maintained node versions", + "not ie 11", "not dead" - ] + ], + "dependencies": {} } |