Cursors, Esc to cancel active tool (#946)
* basic drawing cursors * Esc to cancel tool, I shortcut bug fix * panel btns hover animation * minor changes * Linter fix * update packages * remove NYC coverage causing build errors would be nice to find out a replacement or a fix --------- Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
This commit is contained in:
28
package.json
28
package.json
@@ -85,22 +85,22 @@
|
||||
"dependencies": {
|
||||
"@svgedit/svgcanvas": "7.2.2",
|
||||
"browser-fs-access": "0.35.0",
|
||||
"core-js": "3.34.0",
|
||||
"core-js": "3.35.0",
|
||||
"elix": "15.0.1",
|
||||
"html2canvas": "1.4.1",
|
||||
"i18next": "23.7.8",
|
||||
"i18next": "23.7.16",
|
||||
"jspdf": "2.5.1",
|
||||
"pathseg": "1.2.1",
|
||||
"regenerator-runtime": "0.14.0",
|
||||
"replace-in-file": "^7.0.2",
|
||||
"svg2pdf.js": "2.2.2"
|
||||
"regenerator-runtime": "0.14.1",
|
||||
"replace-in-file": "^7.1.0",
|
||||
"svg2pdf.js": "2.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.5",
|
||||
"@babel/preset-env": "7.23.5",
|
||||
"@babel/register": "7.22.15",
|
||||
"@babel/runtime-corejs3": "7.23.5",
|
||||
"@cypress/code-coverage": "3.12.13",
|
||||
"@babel/core": "7.23.7",
|
||||
"@babel/preset-env": "7.23.8",
|
||||
"@babel/register": "7.23.7",
|
||||
"@babel/runtime-corejs3": "7.23.8",
|
||||
"@cypress/code-coverage": "3.12.18",
|
||||
"@rollup/plugin-babel": "^6.0.4",
|
||||
"@rollup/plugin-commonjs": "25.0.7",
|
||||
"@rollup/plugin-dynamic-import-vars": "2.1.2",
|
||||
@@ -112,23 +112,23 @@
|
||||
"@web/dev-server-rollup": "0.6.1",
|
||||
"babel-plugin-istanbul": "^6.1.1",
|
||||
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
|
||||
"core-js-bundle": "3.34.0",
|
||||
"core-js-bundle": "3.35.0",
|
||||
"cp-cli": "2.0.0",
|
||||
"cypress": "13.6.1",
|
||||
"cypress": "13.6.3",
|
||||
"cypress-multi-reporters": "1.6.4",
|
||||
"jamilih": "0.58.2",
|
||||
"jsdoc": "4.0.2",
|
||||
"node-static": "0.7.11",
|
||||
"npm-run-all": "4.1.5",
|
||||
"nyc": "15.1.0",
|
||||
"open-cli": "7.2.0",
|
||||
"open-cli": "8.0.0",
|
||||
"promise-fs": "2.1.1",
|
||||
"qr-manipulation": "0.7.0",
|
||||
"query-result": "1.0.5",
|
||||
"remark-cli": "12.0.0",
|
||||
"remark-lint-ordered-list-marker-value": "3.1.2",
|
||||
"rimraf": "5.0.5",
|
||||
"rollup": "4.7.0",
|
||||
"rollup": "4.9.5",
|
||||
"rollup-plugin-copy": "3.5.0",
|
||||
"rollup-plugin-filesize": "10.0.0",
|
||||
"rollup-plugin-html": "0.2.1",
|
||||
|
||||
Reference in New Issue
Block a user