Update to allow commas (#1023)
* update dependencies * allow commas for separators
This commit is contained in:
36
package.json
36
package.json
@@ -87,36 +87,36 @@
|
||||
"dependencies": {
|
||||
"@svgedit/svgcanvas": "7.2.3",
|
||||
"browser-fs-access": "0.35.0",
|
||||
"core-js": "3.39.0",
|
||||
"core-js": "3.40.0",
|
||||
"elix": "15.0.1",
|
||||
"i18next": "24.0.5",
|
||||
"jspdf": "2.5.2",
|
||||
"i18next": "24.2.2",
|
||||
"jspdf": "3.0.0",
|
||||
"pathseg": "1.2.1",
|
||||
"regenerator-runtime": "0.14.1",
|
||||
"replace-in-file": "^8.2.0",
|
||||
"svg2pdf.js": "2.2.4"
|
||||
"replace-in-file": "^8.3.0",
|
||||
"svg2pdf.js": "2.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.26.0",
|
||||
"@babel/preset-env": "7.26.0",
|
||||
"@babel/core": "7.26.9",
|
||||
"@babel/preset-env": "7.26.9",
|
||||
"@babel/register": "7.25.9",
|
||||
"@babel/runtime-corejs3": "7.26.0",
|
||||
"@cypress/code-coverage": "3.13.8",
|
||||
"@babel/runtime-corejs3": "7.26.9",
|
||||
"@cypress/code-coverage": "3.13.11",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "^28",
|
||||
"@rollup/plugin-dynamic-import-vars": "2.1.5",
|
||||
"@rollup/plugin-node-resolve": "15.3.0",
|
||||
"@rollup/plugin-replace": "6.0.1",
|
||||
"@rollup/plugin-node-resolve": "16.0.0",
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"@rollup/plugin-url": "8.0.2",
|
||||
"@web/dev-server": "0.4.6",
|
||||
"@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.39.0",
|
||||
"core-js-bundle": "3.40.0",
|
||||
"cp-cli": "2.0.0",
|
||||
"cypress": "13.16.1",
|
||||
"cypress-multi-reporters": "2.0.4",
|
||||
"cypress": "14.0.3",
|
||||
"cypress-multi-reporters": "2.0.5",
|
||||
"jamilih": "0.60.0",
|
||||
"jsdoc": "4.0.4",
|
||||
"node-static": "0.7.11",
|
||||
@@ -127,18 +127,18 @@
|
||||
"qr-manipulation": "0.7.0",
|
||||
"query-result": "1.0.5",
|
||||
"remark-cli": "12.0.1",
|
||||
"remark-lint-ordered-list-marker-value": "4.0.0",
|
||||
"remark-lint-ordered-list-marker-value": "4.0.1",
|
||||
"rimraf": "6.0.1",
|
||||
"rollup": "4.28.1",
|
||||
"rollup": "4.34.8",
|
||||
"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.2",
|
||||
"start-server-and-test": "2.0.8"
|
||||
"start-server-and-test": "2.0.10"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "4.28.1"
|
||||
"@rollup/rollup-linux-x64-gnu": "4.34.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user