Update packages and remove the instrument step (#854)

* several updates
* avoid the instrumented step in tests
This commit is contained in:
JFH
2022-11-27 23:01:27 +01:00
committed by GitHub
parent c0d0db4d7e
commit 00a7d61122
68 changed files with 1472 additions and 765 deletions

View File

@@ -16,7 +16,7 @@
import './components/index.js'
import './dialogs/index.js'
import { isMac } from '../common/browser.js'
import { isMac } from '@svgedit/svgcanvas/common/browser'
import SvgCanvas from '@svgedit/svgcanvas'
import ConfigObj from './ConfigObj.js'
@@ -26,7 +26,7 @@ import TopPanel from './panels/TopPanel.js'
import BottomPanel from './panels/BottomPanel.js'
import LayersPanel from './panels/LayersPanel.js'
import MainMenu from './MainMenu.js'
import { getParentsUntil } from '../common/util.js'
import { getParentsUntil } from '@svgedit/svgcanvas/common/util.js'
const { $id, $click, decode64, blankPageObjectURL } = SvgCanvas