diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2021-10-27 13:25:00 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2021-10-27 13:25:00 +0200 |
commit | fc17a7594c638f3b3e6a65976826589ec2f89a07 (patch) | |
tree | 2755343157c8c25e873f033a5e39c32247a03742 /package.json | |
parent | 361d241c802ae144493a3f222b03c826d0e74b63 (diff) | |
download | svg.js-fc17a7594c638f3b3e6a65976826589ec2f89a07.tar.gz svg.js-fc17a7594c638f3b3e6a65976826589ec2f89a07.zip |
fixed issues when animating css, updated deps
### Fixed
- fixed `css()` returning camelCased properties even though they were specified in kebap-case
- fixed `ObjectBag` loosing information when calling `valueOf()` (Numbers lost its unit)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/package.json b/package.json index e8e9b95..8b0980e 100644 --- a/package.json +++ b/package.json @@ -77,41 +77,41 @@ "checkTests": "node spec/checkForAllTests.js" }, "devDependencies": { - "@babel/core": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.14.5", - "@babel/preset-env": "^7.14.5", + "@babel/core": "^7.15.8", + "@babel/plugin-transform-runtime": "^7.15.8", + "@babel/preset-env": "^7.15.8", "@rollup/plugin-babel": "^5.3.0", - "@rollup/plugin-commonjs": "^19.0.0", - "@rollup/plugin-multi-entry": "^4.0.0", - "@rollup/plugin-node-resolve": "^13.0.0", + "@rollup/plugin-commonjs": "^21.0.1", + "@rollup/plugin-multi-entry": "^4.1.0", + "@rollup/plugin-node-resolve": "^13.0.6", "@target/custom-event-polyfill": "github:Adobe-Marketing-Cloud/custom-event-polyfill", "babel-eslint": "^10.1.0", - "core-js": "^3.14.0", - "coveralls": "^3.1.0", - "eslint": "^7.28.0", + "core-js": "^3.19.0", + "coveralls": "^3.1.1", + "eslint": "^8.1.0", "eslint-config-standard": "^16.0.3", - "eslint-plugin-import": "^2.23.4", + "eslint-plugin-import": "^2.25.2", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^5.1.0", - "eslint-plugin-sort-class-members": "^1.11.0", + "eslint-plugin-promise": "^5.1.1", + "eslint-plugin-sort-class-members": "^1.12.0", "eslint-plugin-standard": "^5.0.0", "esm": "^3.2.25", - "http-server": "^0.12.3", - "jasmine": "^3.7.0", - "jasmine-core": "^3.7.1", - "karma": "^6.3.3", + "http-server": "^14.0.0", + "jasmine": "^3.10.0", + "jasmine-core": "^3.10.1", + "karma": "^6.3.6", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.3", "karma-firefox-launcher": "^2.1.1", "karma-jasmine": "^4.0.1", "karma-sauce-launcher": "^4.3.6", - "rollup": "^2.51.2", + "rollup": "^2.58.3", "rollup-plugin-filesize": "^9.1.1", "rollup-plugin-terser": "^7.0.2", - "typescript": "^4.3.2", - "yargs": "^17.0.1", + "typescript": "^4.4.4", + "yargs": "^17.2.1", "svgdom": "^0.1.8", - "babel-plugin-polyfill-corejs3": "^0.2.2" + "babel-plugin-polyfill-corejs3": "^0.2.5" }, "browserslist": "last 2 version and > 0.25% and not op_mini all and not ie 11" } |