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

@@ -1,4 +1,4 @@
import { findPos } from '../../../common/util.js'
import { findPos } from '@svgedit/svgcanvas/common/util.js'
/**
* Whether a value is `null` or `undefined`.
* @param {any} val

View File

@@ -20,7 +20,7 @@
*/
import SvgCanvas from '@svgedit/svgcanvas'
import { jPickerDefaults, jPickerMethod } from './jQuery.jPicker.js'
import { findPos } from '../../../common/util.js'
import { findPos } from '@svgedit/svgcanvas/common/util.js'
/**
* @todo JFH: This jQuery plugin was adapted to work within a Web Component.

View File

@@ -18,7 +18,7 @@
/* eslint-disable max-len */
import ColorValuePicker from './ColorValuePicker.js'
import Slider from './Slider.js'
import { findPos, mergeDeep } from '../../../common/util.js'
import { findPos, mergeDeep } from '@svgedit/svgcanvas/common/util.js'
/**
* @external Math