Merge branch 'main' into next

This commit is contained in:
moklick
2020-11-30 11:21:34 +01:00
3 changed files with 490 additions and 186 deletions
+1
View File
@@ -5,6 +5,7 @@ React Flow is a library for building node-based graphs. You can easily implement
- **Website:** https://reactflow.dev
- **Documentation:** https://reactflow.dev/docs
- **Examples:** https://reactflow.dev/examples
- **Community:** https://discord.gg/Bqt6xrs
## Installation
+479 -176
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -35,34 +35,34 @@
"react-draggable": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.4",
"@svgr/rollup": "^5.5.0",
"@types/classnames": "^2.2.11",
"@types/d3": "^6.1.0",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/d3": "^6.2.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/resize-observer-browser": "^0.1.4",
"autoprefixer": "^9.8.6",
"babel-preset-react-app": "^10.0.0",
"cypress": "^5.6.0",
"postcss-nested": "^4.2.3",
"prettier": "2.1.2",
"prettier": "2.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"release-it": "^14.2.1",
"rollup": "^2.33.2",
"rollup": "^2.33.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-typescript2": "^0.29.0",
"start-server-and-test": "^1.11.5",
"typescript": "^4.0.5"
"start-server-and-test": "^1.11.6",
"typescript": "^4.1.2"
},
"peerDependencies": {
"react": "16 || 17"