Fix build issue #862 (#863)

* migrate cypress
* clean local storage before each test
This commit is contained in:
JFH
2022-12-11 23:39:44 +01:00
committed by GitHub
parent bb3a9b105f
commit 0417618156
6 changed files with 217 additions and 283 deletions

View File

@@ -80,12 +80,12 @@
]
},
"dependencies": {
"@svgedit/svgcanvas": "7.2.0",
"@svgedit/svgcanvas": "7.2.1",
"browser-fs-access": "0.31.1",
"core-js": "3.26.1",
"elix": "15.0.1",
"html2canvas": "1.4.1",
"i18next": "22.0.6",
"i18next": "22.4.0",
"jspdf": "2.5.1",
"pathseg": "1.2.1",
"regenerator-runtime": "0.13.11",
@@ -93,10 +93,10 @@
"svg2pdf.js": "2.2.1"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",
"@babel/register": "7.18.9",
"@babel/runtime-corejs3": "7.20.1",
"@babel/runtime-corejs3": "7.20.6",
"@cypress/code-coverage": "3.10.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23",
@@ -111,8 +111,8 @@
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"core-js-bundle": "3.26.1",
"cp-cli": "2.0.0",
"cypress": "11.2.0",
"cypress-multi-reporters": "1.6.1",
"cypress": "12.0.2",
"cypress-multi-reporters": "1.6.2",
"jamilih": "0.54.0",
"jsdoc": "4.0.0",
"node-static": "0.7.11",
@@ -125,13 +125,13 @@
"remark-cli": "11.0.0",
"remark-lint-ordered-list-marker-value": "3.1.1",
"rimraf": "3.0.2",
"rollup": "3.5.0",
"rollup": "3.7.3",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-html": "0.2.1",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-re": "1.0.7",
"standard": "17.0.0",
"start-server-and-test": "1.14.0"
"start-server-and-test": "1.15.2"
}
}