From 8df4adb1afae8c38163ab036e59303141dc89c75 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Mon, 14 Aug 2023 15:59:52 +0200 Subject: [PATCH] make next as dependency --- packages/third-parties/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/third-parties/package.json b/packages/third-parties/package.json index 4f7fea8a3b89..2d1430aabed3 100644 --- a/packages/third-parties/package.json +++ b/packages/third-parties/package.json @@ -11,14 +11,14 @@ ], "license": "MIT", "scripts": { - "release": "rm -rf dist && tsc -d -p tsconfig.json", - "build": "pnpm release", + "build": "rm -rf dist && tsc -d -p tsconfig.json", "prepublishOnly": "cd ../../ && turbo run build", "update-third-parties": "rm -rf src/**/index.tsx && node scripts/update-third-parties", "dev": "tsc -d -w -p tsconfig.json", "typescript": "tsec --noEmit -p tsconfig.json" }, "dependencies": { + "next": "^13.0.0", "third-party-capital": "1.0.17" }, "devDependencies": { @@ -26,7 +26,6 @@ "prettier": "2.5.1" }, "peerDependencies": { - "next": "^13.0.0", "react": "^18.2.0" } }