V7 preview 2 (#463)
* commit toward svgcanvas/svgedit isolation * jquery removal, isolate svgcavas from svgedit, tests * refactor(panels) * fix update of colorpickers * update cypress * #tool_imagelib image library menu missing in main menu * #tool_imagelib lint issue fixed * #seConfirmDialog confirm change to elix alertdialog * #seConfirmDialog alert change to elix alert dialog * #seConfirmDialog remove super.attributeChangedCallback * #process_cancel prompt changes to alertDialog and seConfirmDialog * refactor to class step 1 * make load faster * #storageDialog dialog separate moved dialog * #process_cancel alert and process_cancel changes * #process_cancel lint issue fixed * add seList component * merge * fixes * storagedialog * move all storage related code to ext-storage * fix ruler * Update ConfigObj.js * fix resize * Update ext-storage.js * picker starts withthe right color * fix prefs * fix initial content load * npm update and fix some tests * npm run build
This commit is contained in:
20
package.json
20
package.json
@@ -135,7 +135,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@web/dev-server-rollup": "^0.2.13",
|
||||
"@web/dev-server-rollup": "0.3.1",
|
||||
"canvg": "3.0.7",
|
||||
"core-js": "3.7.0",
|
||||
"jspdf": "2.1.1",
|
||||
@@ -144,12 +144,12 @@
|
||||
"svg2pdf.js": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.12.3",
|
||||
"@babel/preset-env": "7.12.1",
|
||||
"@babel/register": "7.12.1",
|
||||
"@babel/core": "7.12.10",
|
||||
"@babel/preset-env": "7.12.11",
|
||||
"@babel/register": "7.12.10",
|
||||
"@babel/runtime-corejs3": "7.12.5",
|
||||
"@cypress/code-coverage": "3.8.3",
|
||||
"@cypress/fiddle": "1.18.4",
|
||||
"@cypress/code-coverage": "3.8.8",
|
||||
"@cypress/fiddle": "1.19.0",
|
||||
"@fintechstudios/eslint-plugin-chai-as-promised": "3.0.2",
|
||||
"@hkdobrev/run-if-changed": "0.3.1",
|
||||
"@mysticatea/eslint-plugin": "13.0.0",
|
||||
@@ -159,16 +159,16 @@
|
||||
"@rollup/plugin-node-resolve": "11.0.1",
|
||||
"@rollup/plugin-replace": "2.3.4",
|
||||
"@rollup/plugin-url": "6.0.0",
|
||||
"@web/dev-server": "0.0.29",
|
||||
"axe-core": "4.0.2",
|
||||
"@web/dev-server": "0.1.3",
|
||||
"axe-core": "4.1.1",
|
||||
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
|
||||
"copyfiles": "2.4.0",
|
||||
"core-js-bundle": "3.7.0",
|
||||
"coveradge": "0.6.0",
|
||||
"cp-cli": "2.0.0",
|
||||
"cross-var": "1.1.0",
|
||||
"cypress": "5.5.0",
|
||||
"cypress-axe": "0.10.0",
|
||||
"cypress": "6.2.0",
|
||||
"cypress-axe": "0.12.0",
|
||||
"cypress-multi-reporters": "1.4.0",
|
||||
"cypress-plugin-snapshots": "1.4.4",
|
||||
"deparam": "git+https://github.com/brettz9/deparam.git#updates",
|
||||
|
||||
Reference in New Issue
Block a user