Fix layer initialisation for orphans (#1005)
* beautify with standard * update dependencies * name is created below so no need here * initialize name before using it.
This commit is contained in:
36
package.json
36
package.json
@@ -89,24 +89,24 @@
|
||||
"browser-fs-access": "0.35.0",
|
||||
"core-js": "3.38.1",
|
||||
"elix": "15.0.1",
|
||||
"i18next": "23.15.1",
|
||||
"jspdf": "2.5.1",
|
||||
"i18next": "23.16.4",
|
||||
"jspdf": "2.5.2",
|
||||
"pathseg": "1.2.1",
|
||||
"regenerator-runtime": "0.14.1",
|
||||
"replace-in-file": "^8.1.0",
|
||||
"replace-in-file": "^8.2.0",
|
||||
"svg2pdf.js": "2.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.25.2",
|
||||
"@babel/preset-env": "7.25.4",
|
||||
"@babel/register": "7.24.6",
|
||||
"@babel/runtime-corejs3": "7.25.6",
|
||||
"@cypress/code-coverage": "3.12.48",
|
||||
"@babel/core": "7.26.0",
|
||||
"@babel/preset-env": "7.26.0",
|
||||
"@babel/register": "7.25.9",
|
||||
"@babel/runtime-corejs3": "7.26.0",
|
||||
"@cypress/code-coverage": "3.13.4",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "^26",
|
||||
"@rollup/plugin-dynamic-import-vars": "2.1.2",
|
||||
"@rollup/plugin-node-resolve": "15.2.3",
|
||||
"@rollup/plugin-replace": "5.0.7",
|
||||
"@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-terser": "0.4.4",
|
||||
"@rollup/plugin-url": "8.0.2",
|
||||
"@web/dev-server": "0.4.6",
|
||||
@@ -115,13 +115,13 @@
|
||||
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
|
||||
"core-js-bundle": "3.38.1",
|
||||
"cp-cli": "2.0.0",
|
||||
"cypress": "13.14.2",
|
||||
"cypress-multi-reporters": "1.6.4",
|
||||
"cypress": "13.15.1",
|
||||
"cypress-multi-reporters": "2.0.4",
|
||||
"jamilih": "0.60.0",
|
||||
"jsdoc": "4.0.3",
|
||||
"jsdoc": "4.0.4",
|
||||
"node-static": "0.7.11",
|
||||
"npm-run-all": "4.1.5",
|
||||
"nyc": "17.0.0",
|
||||
"nyc": "17.1.0",
|
||||
"open-cli": "8.0.0",
|
||||
"promise-fs": "2.1.1",
|
||||
"qr-manipulation": "0.7.0",
|
||||
@@ -129,7 +129,7 @@
|
||||
"remark-cli": "12.0.1",
|
||||
"remark-lint-ordered-list-marker-value": "4.0.0",
|
||||
"rimraf": "6.0.1",
|
||||
"rollup": "4.21.3",
|
||||
"rollup": "4.24.0",
|
||||
"rollup-plugin-copy": "3.5.0",
|
||||
"rollup-plugin-filesize": "10.0.0",
|
||||
"rollup-plugin-html": "0.2.1",
|
||||
@@ -139,6 +139,6 @@
|
||||
"start-server-and-test": "2.0.8"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "4.21.3"
|
||||
"@rollup/rollup-linux-x64-gnu": "4.24.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user