fix CI issue and package upgrades (#869)

This commit is contained in:
JFH
2023-01-09 08:32:54 +01:00
committed by GitHub
parent 990cc58260
commit 86fcc112c9
69 changed files with 448 additions and 380 deletions

View File

@@ -23,7 +23,7 @@
"build:watch": "rollup -c --watch",
"start": "web-dev-server --app-index src/editor/index.html --node-resolve",
"start:iife": "web-dev-server --app-index dist/editor/iife-index.html --esbuild-target auto --open",
"cypress:run": "rimraf \".nyc_output/*\" && cypress run -q --headless && nyc report --reporter text-summary --reporter json-summary",
"cypress:run": "rimraf \".nyc_output/*\" && cypress run -q --headless --browser electron && nyc report --reporter text-summary --reporter json-summary",
"cypress:open": "NODE_ENV=test start-server-and-test start http://localhost:8000/src/editor/index.html 'cypress open'",
"open-docs-no-start": "open-cli http://localhost:8000/docs/jsdoc/",
"open-docs": "run-p start open-docs-no-start",
@@ -83,10 +83,10 @@
"dependencies": {
"@svgedit/svgcanvas": "7.2.1",
"browser-fs-access": "0.31.1",
"core-js": "3.26.1",
"core-js": "3.27.1",
"elix": "15.0.1",
"html2canvas": "1.4.1",
"i18next": "22.4.0",
"i18next": "22.4.9",
"jspdf": "2.5.1",
"pathseg": "1.2.1",
"regenerator-runtime": "0.13.11",
@@ -94,25 +94,25 @@
"svg2pdf.js": "2.2.1"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@babel/register": "7.18.9",
"@babel/runtime-corejs3": "7.20.6",
"@babel/runtime-corejs3": "7.20.7",
"@cypress/code-coverage": "3.10.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23",
"@rollup/plugin-dynamic-import-vars": "2.0.1",
"@rollup/plugin-commonjs": "^24",
"@rollup/plugin-dynamic-import-vars": "2.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-replace": "5.0.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-url": "8.0.1",
"@web/dev-server": "0.1.35",
"@web/dev-server-esbuild": "^0.3.3",
"@web/dev-server-rollup": "0.3.19",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"core-js-bundle": "3.26.1",
"core-js-bundle": "3.27.1",
"cp-cli": "2.0.0",
"cypress": "12.0.2",
"cypress": "12.3.0",
"cypress-multi-reporters": "1.6.2",
"jamilih": "0.54.0",
"jsdoc": "4.0.0",
@@ -126,7 +126,7 @@
"remark-cli": "11.0.0",
"remark-lint-ordered-list-marker-value": "3.1.1",
"rimraf": "3.0.2",
"rollup": "3.7.3",
"rollup": "3.9.1",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-html": "0.2.1",