@keboola/flow-builder
Advanced tools
Comparing version 0.5.6 to 0.6.2
import React from "react"; | ||
export declare const filter: (children: React.ReactNode) => { | ||
remainder: (React.ReactChild | React.ReactFragment | React.ReactPortal)[]; | ||
remainder: (string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | React.ReactFragment | React.ReactPortal)[]; | ||
inputs: IO.Props[]; | ||
@@ -5,0 +5,0 @@ outputs: IO.Props[]; |
{ | ||
"name": "@keboola/flow-builder", | ||
"description": "Flow graph rendering", | ||
"version": "0.5.6", | ||
"version": "0.6.2", | ||
"license": "MIT", | ||
@@ -28,27 +28,27 @@ "repository": { | ||
"peerDependencies": { | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0" | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"@testing-library/react": "^11.2.6", | ||
"@types/jest": "^26.0.24", | ||
"@types/react": "^16.14.0", | ||
"@types/react-dom": "^16.9.14", | ||
"@rollup/plugin-commonjs": "^22.0.1", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@testing-library/react": "^13.3.0", | ||
"@types/jest": "^28.1.5", | ||
"@types/react": "^18.0.5", | ||
"@types/react-dom": "^18.0.6", | ||
"husky": "^7.0.1", | ||
"jest": "^27.0.6", | ||
"lint-staged": "^11.1.2", | ||
"jest": "^28.1.2", | ||
"lint-staged": "^13.0.3", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.3.6", | ||
"prettier": "2.2.1", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"rollup": "^2.56.0", | ||
"postcss": "^8.4.14", | ||
"prettier": "^2.7.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rollup": "^2.76.0", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"rollup-plugin-postcss": "^4.0.0", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-jest": "^27.0.4", | ||
"typescript": "^4.2.4" | ||
"ts-jest": "^28.0.5", | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -55,0 +55,0 @@ "lint-staged": { |
@@ -63,1 +63,5 @@ # flow builder | ||
``` | ||
## License | ||
MIT licensed, see [LICENSE](./LICENSE) file. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84753
67