Browse Source

[create-pull-request] automated change

Signed-off-by: GitHub <noreply@github.com>
pull/7008/head
mertmit 8 months ago committed by GitHub
parent
commit
5366a1dcb5
  1. 2
      packages/nc-gui/package.json
  2. 2
      packages/nc-lib-gui/package.json
  3. 2
      packages/nocodb-sdk/package.json
  4. 8
      packages/nocodb/package.json
  5. 18
      pnpm-lock.yaml

2
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": "workspace:^",
"nocodb-sdk": "0.202.7",
"papaparse": "^5.3.2",
"parse-github-url": "^1.0.2",
"pinia": "^2.1.4",

2
packages/nc-lib-gui/package.json

@ -1,6 +1,6 @@
{
"name": "nc-lib-gui",
"version": "0.202.6",
"version": "0.202.7",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",

2
packages/nocodb-sdk/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb-sdk",
"version": "0.202.6",
"version": "0.202.7",
"description": "NocoDB SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",

8
packages/nocodb/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.202.6",
"version": "0.202.7",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
@ -131,12 +131,12 @@
"mysql2": "^3.2.0",
"nanoid": "^3.1.20",
"nc-help": "0.3.1",
"nc-lib-gui": "0.202.6",
"nc-lib-gui": "0.202.7",
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nestjs-kafka": "^1.0.6",
"nestjs-throttler-storage-redis": "^0.3.0",
"nocodb-sdk": "workspace:^",
"nocodb-sdk": "0.202.7",
"nodemailer": "^6.4.10",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.1",
@ -228,4 +228,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}

18
pnpm-lock.yaml

@ -115,7 +115,7 @@ importers:
specifier: ^0.11.0
version: 0.11.0
nocodb-sdk:
specifier: workspace:^
specifier: 0.202.7
version: link:../nocodb-sdk
papaparse:
specifier: ^5.3.2
@ -638,8 +638,8 @@ importers:
specifier: 0.3.1
version: 0.3.1(asn1.js@5.4.1)(debug@4.3.4)(knex@2.4.2)
nc-lib-gui:
specifier: 0.202.6
version: 0.202.6
specifier: 0.202.7
version: 0.202.7
nc-plugin:
specifier: ^0.1.3
version: 0.1.3
@ -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: workspace:^
specifier: 0.202.7
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.22.11)(jest@29.5.0)(typescript@5.2.2)
version: 29.0.5(@babel/core@7.23.2)(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)
@ -18638,8 +18638,8 @@ packages:
- supports-color
dev: false
/nc-lib-gui@0.202.6:
resolution: {integrity: sha512-kCIT+bEhpuENV5I5jJSlIARshDzqaDs+91B21juSHXVnGgKHjA080FnPtWsacEI8EmHJsHKuedOSgMlrmEPkCQ==}
/nc-lib-gui@0.202.7:
resolution: {integrity: sha512-BUnxAordV7nGVxeROC+yoRdiY2R4EjJ9vLwWaLxuGIQEKZSmAATtQcVgPJPDZaNVpUEE/y+3XroRDOELogdw0A==}
dependencies:
express: 4.18.2
transitivePeerDependencies:
@ -23113,7 +23113,7 @@ packages:
engines: {node: '>=14.0.0'}
dev: false
/ts-jest@29.0.5(@babel/core@7.22.11)(jest@29.5.0)(typescript@5.2.2):
/ts-jest@29.0.5(@babel/core@7.23.2)(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.22.11
'@babel/core': 7.23.2
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)

Loading…
Cancel
Save