cypress 10 migration (#777)

* cypress 10 migration

* fix lint
This commit is contained in:
JFH
2022-06-18 10:32:27 +02:00
committed by GitHub
parent 29103ddf86
commit 9e3a4a9091
56 changed files with 3955 additions and 107 deletions

View File

@@ -79,18 +79,18 @@
]
},
"dependencies": {
"browser-fs-access": "0.29.5",
"core-js": "3.22.7",
"browser-fs-access": "0.29.6",
"core-js": "3.23.1",
"elix": "15.0.1",
"html2canvas": "1.4.1",
"i18next": "21.8.5",
"i18next": "21.8.10",
"jspdf": "2.5.1",
"pathseg": "1.2.1",
"regenerator-runtime": "0.13.9",
"svg2pdf.js": "2.2.0"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/core": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/register": "7.17.7",
"@babel/runtime-corejs3": "7.18.3",
@@ -106,10 +106,10 @@
"@web/dev-server-rollup": "0.3.17",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"copyfiles": "2.4.1",
"core-js-bundle": "3.22.7",
"core-js-bundle": "3.23.1",
"cp-cli": "2.0.0",
"cypress": "9.7.0",
"cypress-multi-reporters": "1.6.0",
"cypress": "10.1.0",
"cypress-multi-reporters": "1.6.1",
"cypress-plugin-snapshots": "1.4.4",
"jamilih": "0.54.0",
"jsdoc": "3.6.10",
@@ -123,7 +123,7 @@
"remark-cli": "10.0.1",
"remark-lint-ordered-list-marker-value": "3.1.1",
"rimraf": "3.0.2",
"rollup": "2.75.1",
"rollup": "2.75.6",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-html": "0.2.1",