From 222883abc72f1a8a1f3da35b443fd753c106c5ba Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 3 Aug 2023 14:33:05 +0800 Subject: [PATCH] chore(deps): use workspace:* --- packages/nc-gui/package.json | 2 +- packages/nocodb/package.json | 2 +- pnpm-lock.yaml | 35 ++++++----------------------------- tests/playwright/package.json | 2 +- 4 files changed, 9 insertions(+), 32 deletions(-) diff --git a/packages/nc-gui/package.json b/packages/nc-gui/package.json index 8235f61e12..84d77bf844 100644 --- a/packages/nc-gui/package.json +++ b/packages/nc-gui/package.json @@ -54,7 +54,7 @@ "leaflet.markercluster": "^1.5.3", "locale-codes": "^1.3.1", "monaco-editor": "^0.33.0", - "nocodb-sdk": "file:../nocodb-sdk", + "nocodb-sdk": "workspace:*", "papaparse": "^5.3.2", "pinia": "^2.1.4", "qrcode": "^1.5.1", diff --git a/packages/nocodb/package.json b/packages/nocodb/package.json index db97fcc500..9f23c01fd8 100644 --- a/packages/nocodb/package.json +++ b/packages/nocodb/package.json @@ -120,7 +120,7 @@ "nc-lib-gui": "0.109.6", "nc-plugin": "^0.1.3", "ncp": "^2.0.0", - "nocodb-sdk": "file:../nocodb-sdk", + "nocodb-sdk": "workspace:*", "nodemailer": "^6.4.10", "object-hash": "^3.0.0", "object-sizeof": "^2.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 62eae6d93d..52c26f07a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -107,8 +107,8 @@ importers: specifier: ^0.33.0 version: 0.33.0 nocodb-sdk: - specifier: file:../nocodb-sdk - version: file:packages/nocodb-sdk + specifier: workspace:* + version: link:../nocodb-sdk papaparse: specifier: ^5.3.2 version: 5.4.0 @@ -549,8 +549,8 @@ importers: specifier: ^2.0.0 version: 2.0.0 nocodb-sdk: - specifier: file:../nocodb-sdk - version: file:packages/nocodb-sdk(debug@4.2.0) + specifier: workspace:* + version: link:../nocodb-sdk nodemailer: specifier: ^6.4.10 version: 6.4.10 @@ -818,8 +818,8 @@ importers: specifier: ^2.4.2 version: 2.4.2(mysql2@2.3.3)(pg@8.10.0)(sqlite3@5.1.6) nocodb-sdk: - specifier: file:../../packages/nocodb-sdk - version: file:packages/nocodb-sdk + specifier: workspace:* + version: link:../../packages/nocodb-sdk sqlite3: specifier: ^5.1.6 version: 5.1.6 @@ -20659,26 +20659,3 @@ packages: archiver-utils: 2.1.0 compress-commons: 4.1.1 readable-stream: 3.6.2 - - file:packages/nocodb-sdk: - resolution: {directory: packages/nocodb-sdk, type: directory} - name: nocodb-sdk - requiresBuild: true - dependencies: - axios: 0.21.1 - jsep: 1.3.6 - transitivePeerDependencies: - - debug - dev: false - - file:packages/nocodb-sdk(debug@4.2.0): - resolution: {directory: packages/nocodb-sdk, type: directory} - id: file:packages/nocodb-sdk - name: nocodb-sdk - requiresBuild: true - dependencies: - axios: 0.21.1(debug@4.2.0) - jsep: 1.3.6 - transitivePeerDependencies: - - debug - dev: false diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 7c21cc6cfa..d50aadf718 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -48,7 +48,7 @@ "dayjs": "^1.11.9", "express": "^4.18.1", "knex": "^2.4.2", - "nocodb-sdk": "file:../../packages/nocodb-sdk", + "nocodb-sdk": "workspace:*", "sqlite3": "^5.1.6", "xlsx": "^0.18.5" }