From 8d604aa8b5b8fc8ab8c724d391b5d74b881c353a Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 29 Aug 2022 11:02:48 +0200 Subject: [PATCH] chore(examples): rename package --- examples/nextjs/package.json | 2 +- package.json | 2 +- yarn.lock | 36 ++++++++++++++++++------------------ 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 871f25a0..a5c67df2 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,5 +1,5 @@ { - "name": "react-flow-examples", + "name": "reactflow-examples", "version": "0.0.1-next.0", "private": true, "license": "MIT", diff --git a/package.json b/package.json index 1e319207..57b02e59 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dev": "preconstruct watch", "dev:example": "cd examples/nextjs && yarn dev", "build": "preconstruct build && yarn run packages", - "packages": "yarn workspaces foreach --include '@react-flow/**' run build", + "packages": "yarn workspaces foreach --include '@react-flow/**' --include 'reactflow' run build", "test:all": "yarn test:chrome && yarn test:firefox", "test:e2e": "cd examples/nextjs && cypress run", "test:component": "cd examples/nextjs && cypress run --component", diff --git a/yarn.lock b/yarn.lock index ede246df..3fd8b3e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8442,9 +8442,25 @@ __metadata: languageName: node linkType: hard -"react-flow-examples@workspace:examples/nextjs": +"react-is@npm:^16.13.1": + version: 16.13.1 + resolution: "react-is@npm:16.13.1" + checksum: f7a19ac3496de32ca9ae12aa030f00f14a3d45374f1ceca0af707c831b2a6098ef0d6bdae51bd437b0a306d7f01d4677fcc8de7c0d331eb47ad0f46130e53c5f + languageName: node + linkType: hard + +"react@npm:^18.2.0": + version: 18.2.0 + resolution: "react@npm:18.2.0" + dependencies: + loose-envify: ^1.1.0 + checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b + languageName: node + linkType: hard + +"reactflow-examples@workspace:examples/nextjs": version: 0.0.0-use.local - resolution: "react-flow-examples@workspace:examples/nextjs" + resolution: "reactflow-examples@workspace:examples/nextjs" dependencies: "@preconstruct/next": ^4.0.0 "@types/dagre": ^0.7.47 @@ -8467,22 +8483,6 @@ __metadata: languageName: unknown linkType: soft -"react-is@npm:^16.13.1": - version: 16.13.1 - resolution: "react-is@npm:16.13.1" - checksum: f7a19ac3496de32ca9ae12aa030f00f14a3d45374f1ceca0af707c831b2a6098ef0d6bdae51bd437b0a306d7f01d4677fcc8de7c0d331eb47ad0f46130e53c5f - languageName: node - linkType: hard - -"react@npm:^18.2.0": - version: 18.2.0 - resolution: "react@npm:18.2.0" - dependencies: - loose-envify: ^1.1.0 - checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b - languageName: node - linkType: hard - "reactflow-monorepo@workspace:.": version: 0.0.0-use.local resolution: "reactflow-monorepo@workspace:."