Update dep (#988)

* update and adapt code to latest dependencies

-> need testIsolation to False with the latest Cypress

* need this for CI (bug https://github.com/npm/cli/issues/4828)

* run instrument before test

* fix test

* v7.3.4
This commit is contained in:
JFH
2024-08-18 23:51:28 +02:00
committed by GitHub
parent e81a4f8ba9
commit 0c44b49450
19 changed files with 6031 additions and 6608 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@svgedit/react-test",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "dist/index.js",
"scripts": {
@@ -31,10 +31,10 @@
"author": "OptimistikSAS",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3"
"@babel/preset-react": "^7.24.7"
}
}

View File

@@ -1,5 +1,8 @@
# svgcanvas CHANGES
## 7.2.3
- update dependencies
## 7.2.1
- npm packages ugrade
- bug fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@svgedit/svgcanvas",
"version": "7.2.2",
"version": "7.2.3",
"description": "SVG Canvas",
"main": "dist/svgcanvas.js",
"author": "Narendra Sisodiya",

View File

@@ -6,6 +6,7 @@ import { rimraf } from 'rimraf'
import babel from '@rollup/plugin-babel'
import { nodeResolve } from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
// import progress from 'rollup-plugin-progress';
import filesize from 'rollup-plugin-filesize'