From d448eabe3ed61da9450084dac69f52f01fa7e275 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 16 Nov 2023 19:37:32 +0530 Subject: [PATCH] chore: update sdk dependency Signed-off-by: Pranav C --- packages/nc-gui/package.json | 2 +- packages/nocodb/package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/nc-gui/package.json b/packages/nc-gui/package.json index f043e51841..61da5c0484 100644 --- a/packages/nc-gui/package.json +++ b/packages/nc-gui/package.json @@ -65,7 +65,7 @@ "locale-codes": "^1.3.1", "monaco-editor": "^0.33.0", "monaco-sql-languages": "^0.11.0", - "nocodb-sdk": "0.202.6", + "nocodb-sdk": "workspace:^", "papaparse": "^5.3.2", "parse-github-url": "^1.0.2", "pinia": "^2.1.4", diff --git a/packages/nocodb/package.json b/packages/nocodb/package.json index 595cb20e68..0b76cb523d 100644 --- a/packages/nocodb/package.json +++ b/packages/nocodb/package.json @@ -136,7 +136,7 @@ "ncp": "^2.0.0", "nestjs-kafka": "^1.0.6", "nestjs-throttler-storage-redis": "^0.3.0", - "nocodb-sdk": "0.202.6", + "nocodb-sdk": "workspace:^", "nodemailer": "^6.4.10", "object-hash": "^3.0.0", "object-sizeof": "^2.6.1", @@ -228,4 +228,4 @@ "coverageDirectory": "../coverage", "testEnvironment": "node" } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dc9c7fde8c..5971109b19 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,7 +115,7 @@ importers: specifier: ^0.11.0 version: 0.11.0 nocodb-sdk: - specifier: 0.202.6 + specifier: workspace:^ version: link:../nocodb-sdk papaparse: specifier: ^5.3.2 @@ -653,7 +653,7 @@ importers: specifier: ^0.3.0 version: 0.3.0(@nestjs/common@10.2.1)(@nestjs/core@10.2.1)(@nestjs/throttler@4.2.1)(ioredis@5.3.2)(reflect-metadata@0.1.13) nocodb-sdk: - specifier: 0.202.6 + specifier: workspace:^ version: link:../nocodb-sdk nodemailer: specifier: ^6.4.10 @@ -853,7 +853,7 @@ importers: version: 6.3.3 ts-jest: specifier: 29.0.5 - version: 29.0.5(@babel/core@7.23.2)(jest@29.5.0)(typescript@5.2.2) + version: 29.0.5(@babel/core@7.22.11)(jest@29.5.0)(typescript@5.2.2) ts-loader: specifier: ^9.2.3 version: 9.4.4(typescript@5.2.2)(webpack@5.88.2) @@ -23113,7 +23113,7 @@ packages: engines: {node: '>=14.0.0'} dev: false - /ts-jest@29.0.5(@babel/core@7.23.2)(jest@29.5.0)(typescript@5.2.2): + /ts-jest@29.0.5(@babel/core@7.22.11)(jest@29.5.0)(typescript@5.2.2): resolution: {integrity: sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -23134,7 +23134,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.22.11 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 29.5.0(@types/node@20.3.1)(ts-node@10.9.1)