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:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,8 @@
|
||||
# svgcanvas CHANGES
|
||||
|
||||
## 7.2.3
|
||||
- update dependencies
|
||||
|
||||
## 7.2.1
|
||||
- npm packages ugrade
|
||||
- bug fixes
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user