@reactflow/background
Advanced tools
Comparing version 11.2.4 to 11.2.5
{ | ||
"name": "@reactflow/background", | ||
"version": "11.2.4", | ||
"version": "11.2.5", | ||
"description": "Background component with different variants for React Flow", | ||
@@ -18,4 +18,11 @@ "keywords": [ | ||
"main": "dist/umd/index.js", | ||
"module": "dist/esm/index.js", | ||
"module": "dist/esm/index.mjs", | ||
"types": "dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/esm/index.d.ts", | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/umd/index.js" | ||
} | ||
}, | ||
"sideEffects": [ | ||
@@ -34,14 +41,14 @@ "*.css" | ||
"dependencies": { | ||
"@reactflow/core": "11.7.4", | ||
"classcat": "^5.0.3", | ||
"zustand": "^4.3.1" | ||
"zustand": "^4.4.1", | ||
"@reactflow/core": "11.8.0" | ||
}, | ||
"devDependencies": { | ||
"@reactflow/eslint-config": "0.0.0", | ||
"@reactflow/rollup-config": "0.0.0", | ||
"@reactflow/tsconfig": "0.0.0", | ||
"@types/node": "^18.7.16", | ||
"@types/react": ">=17", | ||
"react": "^18.2.0", | ||
"typescript": "^4.9.4" | ||
"typescript": "^4.9.4", | ||
"@reactflow/tsconfig": "0.0.0", | ||
"@reactflow/eslint-config": "0.0.0", | ||
"@reactflow/rollup-config": "0.0.0" | ||
}, | ||
@@ -48,0 +55,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
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
149202
22
725
+ Added@reactflow/core@11.8.0(transitive)
- Removed@reactflow/core@11.7.4(transitive)
Updated@reactflow/core@11.8.0
Updatedzustand@^4.4.1