summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2022-01-26 23:14:58 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2022-01-26 23:14:58 +0100
commitcbefb3aab476b4168024bd84382c13121f216191 (patch)
tree28d90113f572f190c313ae6871a9af502b349a22 /package.json
parent59480d677a689f808b1e80b9556d481afc03498b (diff)
downloadsvg.js-cbefb3aab476b4168024bd84382c13121f216191.tar.gz
svg.js-cbefb3aab476b4168024bd84382c13121f216191.zip
release 3.1.23.1.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/package.json b/package.json
index 8b0980e..4c7fe54 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@svgdotjs/svg.js",
- "version": "3.1.1",
+ "version": "3.1.2",
"description": "A lightweight library for manipulating and animating SVG.",
"url": "https://svgjs.dev/",
"homepage": "https://svgjs.dev/",
@@ -77,41 +77,41 @@
"checkTests": "node spec/checkForAllTests.js"
},
"devDependencies": {
- "@babel/core": "^7.15.8",
- "@babel/plugin-transform-runtime": "^7.15.8",
- "@babel/preset-env": "^7.15.8",
+ "@babel/core": "^7.16.12",
+ "@babel/plugin-transform-runtime": "^7.16.10",
+ "@babel/preset-env": "^7.16.11",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-multi-entry": "^4.1.0",
- "@rollup/plugin-node-resolve": "^13.0.6",
+ "@rollup/plugin-node-resolve": "^13.1.3",
"@target/custom-event-polyfill": "github:Adobe-Marketing-Cloud/custom-event-polyfill",
"babel-eslint": "^10.1.0",
- "core-js": "^3.19.0",
+ "core-js": "^3.20.3",
"coveralls": "^3.1.1",
- "eslint": "^8.1.0",
+ "eslint": "^8.7.0",
"eslint-config-standard": "^16.0.3",
- "eslint-plugin-import": "^2.25.2",
+ "eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^5.1.1",
- "eslint-plugin-sort-class-members": "^1.12.0",
+ "eslint-plugin-promise": "^6.0.0",
+ "eslint-plugin-sort-class-members": "^1.14.1",
"eslint-plugin-standard": "^5.0.0",
"esm": "^3.2.25",
- "http-server": "^14.0.0",
- "jasmine": "^3.10.0",
- "jasmine-core": "^3.10.1",
- "karma": "^6.3.6",
+ "http-server": "^14.1.0",
+ "jasmine": "^4.0.2",
+ "jasmine-core": "^4.0.0",
+ "karma": "^6.3.12",
"karma-chrome-launcher": "^3.1.0",
- "karma-coverage": "^2.0.3",
- "karma-firefox-launcher": "^2.1.1",
+ "karma-coverage": "^2.1.0",
+ "karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
"karma-sauce-launcher": "^4.3.6",
- "rollup": "^2.58.3",
- "rollup-plugin-filesize": "^9.1.1",
+ "rollup": "^2.66.1",
+ "rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-terser": "^7.0.2",
- "typescript": "^4.4.4",
- "yargs": "^17.2.1",
- "svgdom": "^0.1.8",
- "babel-plugin-polyfill-corejs3": "^0.2.5"
+ "typescript": "^4.5.5",
+ "yargs": "^17.3.1",
+ "svgdom": "^0.1.10",
+ "babel-plugin-polyfill-corejs3": "^0.5.1"
},
"browserslist": "last 2 version and > 0.25% and not op_mini all and not ie 11"
}