parent
73f61397fa
commit
ca21e83365
|
@ -1,4 +1,3 @@
|
|||
|
||||
describe('Browser bugs', function () {
|
||||
it('removeItem and setAttribute test (Chromium 843901; now fixed)', function () {
|
||||
// See https://bugs.chromium.org/p/chromium/issues/detail?id=843901
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
module.exports = {
|
||||
statements: 45,
|
||||
branches: 34,
|
||||
|
|
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
|
@ -84,38 +84,38 @@
|
|||
"dependencies": {
|
||||
"@svgedit/svgcanvas": "7.2.1",
|
||||
"browser-fs-access": "0.34.1",
|
||||
"core-js": "3.30.2",
|
||||
"core-js": "3.31.1",
|
||||
"elix": "15.0.1",
|
||||
"html2canvas": "1.4.1",
|
||||
"i18next": "22.5.0",
|
||||
"i18next": "23.2.11",
|
||||
"jspdf": "2.5.1",
|
||||
"pathseg": "1.2.1",
|
||||
"regenerator-runtime": "0.13.11",
|
||||
"replace-in-file": "^6.3.5",
|
||||
"replace-in-file": "^7.0.1",
|
||||
"svg2pdf.js": "2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.22.1",
|
||||
"@babel/preset-env": "7.22.2",
|
||||
"@babel/register": "7.21.0",
|
||||
"@babel/runtime-corejs3": "7.22.3",
|
||||
"@cypress/code-coverage": "3.10.6",
|
||||
"@babel/core": "7.22.9",
|
||||
"@babel/preset-env": "7.22.9",
|
||||
"@babel/register": "7.22.5",
|
||||
"@babel/runtime-corejs3": "7.22.6",
|
||||
"@cypress/code-coverage": "3.11.0",
|
||||
"@rollup/plugin-babel": "^6.0.3",
|
||||
"@rollup/plugin-commonjs": "^25",
|
||||
"@rollup/plugin-dynamic-import-vars": "2.0.3",
|
||||
"@rollup/plugin-node-resolve": "15.0.2",
|
||||
"@rollup/plugin-dynamic-import-vars": "2.0.4",
|
||||
"@rollup/plugin-node-resolve": "15.1.0",
|
||||
"@rollup/plugin-replace": "5.0.2",
|
||||
"@rollup/plugin-url": "8.0.1",
|
||||
"@web/dev-server": "0.2.1",
|
||||
"@web/dev-server": "0.3.0",
|
||||
"@web/dev-server-esbuild": "^0.4.1",
|
||||
"@web/dev-server-rollup": "0.5.0",
|
||||
"@web/dev-server-rollup": "0.5.2",
|
||||
"babel-plugin-istanbul": "^6.1.1",
|
||||
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
|
||||
"core-js-bundle": "3.30.2",
|
||||
"core-js-bundle": "3.31.1",
|
||||
"cp-cli": "2.0.0",
|
||||
"cypress": "12.13.0",
|
||||
"cypress": "12.17.2",
|
||||
"cypress-multi-reporters": "1.6.3",
|
||||
"jamilih": "0.58.0",
|
||||
"jamilih": "0.58.2",
|
||||
"jsdoc": "4.0.2",
|
||||
"node-static": "0.7.11",
|
||||
"npm-run-all": "4.1.5",
|
||||
|
@ -127,13 +127,13 @@
|
|||
"remark-cli": "11.0.0",
|
||||
"remark-lint-ordered-list-marker-value": "3.1.2",
|
||||
"rimraf": "5.0.1",
|
||||
"rollup": "3.23.0",
|
||||
"rollup": "3.26.3",
|
||||
"rollup-plugin-copy": "3.4.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.0.0",
|
||||
"standard": "17.1.0",
|
||||
"start-server-and-test": "2.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import SvgCanvas from '@svgedit/svgcanvas'
|
||||
/* globals svgEditor */
|
||||
import imagePropertiesDialogHTML from './imagePropertiesDialog.html'
|
||||
|
|
Loading…
Reference in New Issue