fix(deps): don't require latest version of reactflow core in node resizer and toolbar

This commit is contained in:
Christopher Möller
2023-01-19 14:00:30 +01:00
parent e347dd82d3
commit c9a8329395
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@reactflow/core": "workspace:*",
"@reactflow/core": "workspace:^11.3.3",
"classcat": "^5.0.4",
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0",
+1 -1
View File
@@ -36,7 +36,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@reactflow/core": "workspace:*",
"@reactflow/core": "workspace:^11.3.3",
"classcat": "^5.0.3",
"zustand": "^4.3.1"
},