diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2023-09-03 14:09:36 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2023-09-03 14:09:36 +0200 |
commit | 2a8b5ea3fb6b3a62ed53d367b6d16d1515422ab9 (patch) | |
tree | df0379c0d32783acb0f1a5e7b6cea54096cef5f0 /package.json | |
parent | e70cdef7a5a21eda34f5f90260f9fd26099d274e (diff) | |
download | svg.js-2a8b5ea3fb6b3a62ed53d367b6d16d1515422ab9.tar.gz svg.js-2a8b5ea3fb6b3a62ed53d367b6d16d1515422ab9.zip |
add more events to sugar (fixes #1217)
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 af08c2b..6e3fb0b 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "rollup": "^3.25.1", "rollup-plugin-filesize": "^10.0.0", "svgdom": "^0.1.16", - "typescript": "^5.1.3", + "typescript": "^5.2.2", "yargs": "^17.7.2" }, "browserslist": ">0.3%, last 2 version, not dead, not op_mini all" |