diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2023-09-03 08:53:28 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2023-09-03 08:53:28 +0200 |
commit | 70125d5644ecc80ff332e6eb5570e3ba08c05c13 (patch) | |
tree | 27edb25472e06fdcc69593b73490369076f114b1 /package.json | |
parent | dd884bc205e1b476497af3fd8cabcdf85c95125e (diff) | |
download | svg.js-70125d5644ecc80ff332e6eb5570e3ba08c05c13.tar.gz svg.js-70125d5644ecc80ff332e6eb5570e3ba08c05c13.zip |
support css vars (fixes #1230)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 53ecb64..af08c2b 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "prettier": "^2.8.8", "rollup": "^3.25.1", "rollup-plugin-filesize": "^10.0.0", - "svgdom": "^0.1.14", + "svgdom": "^0.1.16", "typescript": "^5.1.3", "yargs": "^17.7.2" }, |