September updates (#992)

* fix deprecated apple-mobile -web-app-capable
* fix issue #974
* update dependencies
* fix a trailing space for points
* fix issue with tspan recalculation
This commit is contained in:
JFH
2024-09-16 13:13:05 +02:00
committed by GitHub
parent 0c44b49450
commit 23c6bc2e23
24 changed files with 697 additions and 989 deletions

View File

@@ -87,10 +87,10 @@
"dependencies": {
"@svgedit/svgcanvas": "7.2.3",
"browser-fs-access": "0.35.0",
"core-js": "3.38.0",
"core-js": "3.38.1",
"elix": "15.0.1",
"html2canvas": "1.4.1",
"i18next": "23.13.0",
"i18next": "23.15.1",
"jspdf": "2.5.1",
"pathseg": "1.2.1",
"regenerator-runtime": "0.14.1",
@@ -99,10 +99,10 @@
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-env": "7.25.4",
"@babel/register": "7.24.6",
"@babel/runtime-corejs3": "7.25.0",
"@cypress/code-coverage": "3.12.45",
"@babel/runtime-corejs3": "7.25.6",
"@cypress/code-coverage": "3.12.48",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "^26",
"@rollup/plugin-dynamic-import-vars": "2.1.2",
@@ -114,11 +114,11 @@
"@web/dev-server-rollup": "0.6.4",
"babel-plugin-istanbul": "7.0.0",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"core-js-bundle": "3.38.0",
"core-js-bundle": "3.38.1",
"cp-cli": "2.0.0",
"cypress": "13.13.3",
"cypress": "13.14.2",
"cypress-multi-reporters": "1.6.4",
"jamilih": "0.59.2",
"jamilih": "0.60.0",
"jsdoc": "4.0.3",
"node-static": "0.7.11",
"npm-run-all": "4.1.5",
@@ -130,16 +130,16 @@
"remark-cli": "12.0.1",
"remark-lint-ordered-list-marker-value": "4.0.0",
"rimraf": "6.0.1",
"rollup": "4.21.0",
"rollup": "4.21.3",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-html": "0.2.1",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-re": "1.0.7",
"standard": "17.1.0",
"start-server-and-test": "2.0.5"
"standard": "17.1.2",
"start-server-and-test": "2.0.8"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.21.0"
"@rollup/rollup-linux-x64-gnu": "4.21.3"
}
}