From b2d730d9cc2a600d18c57675c384d66c20892a22 Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 9 Aug 2022 18:56:03 +0200 Subject: [PATCH] chore(example): update deps --- examples/nextjs/package.json | 5 +---- yarn.lock | 7 ++----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index b6906e6b..bafc5537 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -11,10 +11,7 @@ }, "dependencies": { "@preconstruct/next": "^4.0.0", - "@react-flow/background": "11.0.0", - "@react-flow/controls": "11.0.0", - "@react-flow/core": "11.0.0", - "@react-flow/minimap": "11.0.0", + "@react-flow/bundle": "11.0.0", "dagre": "^0.8.5", "localforage": "^1.10.0", "next": "12.2.2", diff --git a/yarn.lock b/yarn.lock index b162b833..b347e9d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2187,7 +2187,7 @@ __metadata: languageName: unknown linkType: soft -"@react-flow/bundle@workspace:packages/bundle": +"@react-flow/bundle@11.0.0, @react-flow/bundle@workspace:packages/bundle": version: 0.0.0-use.local resolution: "@react-flow/bundle@workspace:packages/bundle" dependencies: @@ -8066,10 +8066,7 @@ __metadata: resolution: "react-flow-examples@workspace:examples/nextjs" dependencies: "@preconstruct/next": ^4.0.0 - "@react-flow/background": 11.0.0 - "@react-flow/controls": 11.0.0 - "@react-flow/core": 11.0.0 - "@react-flow/minimap": 11.0.0 + "@react-flow/bundle": 11.0.0 "@types/dagre": ^0.7.47 dagre: ^0.8.5 eslint: 8.19.0