chore(packages): update

This commit is contained in:
moklick
2022-04-30 14:30:20 +02:00
parent 8a7bc49c79
commit 6af190c272
4 changed files with 2793 additions and 1479 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,9 +8,9 @@
"react": "file:../node_modules/react",
"react-dom": "file:../node_modules/react-dom",
"react-flow-renderer": "file:../",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"typescript": "^4.5.5"
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"typescript": "^4.6.4"
},
"scripts": {
"start": "react-scripts start",
@@ -37,7 +37,7 @@
"@types/dagre": "^0.7.47",
"@types/localforage": "0.0.34",
"@types/react": "file:../node_modules/@types/react",
"@types/react-dom": "^18.0.0",
"@types/react-dom": "^18.0.3",
"@types/react-router-dom": "^5.3.3"
}
}

3476
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "react-flow-renderer",
"version": "10.1.2",
"version": "10.1.3-next.0",
"engines": {
"node": ">=14"
},
@@ -54,31 +54,31 @@
"zustand": "^3.7.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/core": "^7.17.10",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"@types/d3": "^7.1.0",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.2",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@types/resize-observer-browser": "^0.1.7",
"autoprefixer": "^10.4.2",
"autoprefixer": "^10.4.5",
"babel-preset-react-app": "^10.0.1",
"cypress": "^9.6.0",
"postcss": "^8.4.8",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
"postcss-nested": "^5.0.6",
"prettier": "2.5.1",
"prettier": "^2.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"release-it": "^14.12.5",
"release-it": "^14.14.3",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"rollup": "^2.71.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^1.1.0",
@@ -86,7 +86,7 @@
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-visualizer": "^5.6.0",
"start-server-and-test": "^1.14.0",
"typescript": "^4.6.2"
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "16 || 17 || 18",