Browse Source

Merge pull request #7907 from nocodb/release/0.204.6

pull/7909/head
github-actions[bot] 4 months ago committed by GitHub
parent
commit
b5b36f8e11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/package.json
  2. 2
      packages/nc-lib-gui/package.json
  3. 2
      packages/nocodb-sdk/package.json
  4. 6
      packages/nocodb/package.json
  5. 12
      pnpm-lock.yaml

2
packages/nc-gui/package.json

@ -75,7 +75,7 @@
"marked": "^4.3.0",
"monaco-editor": "^0.45.0",
"monaco-sql-languages": "^0.11.0",
"nocodb-sdk": "0.204.5",
"nocodb-sdk": "0.204.6",
"papaparse": "^5.4.1",
"parse-github-url": "^1.0.2",
"pinia": "^2.1.7",

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

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

2
packages/nocodb-sdk/package.json

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

6
packages/nocodb/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.204.5",
"version": "0.204.6",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
@ -132,12 +132,12 @@
"mysql2": "^3.9.2",
"nanoid": "^3.3.7",
"nc-help": "0.3.1",
"nc-lib-gui": "0.204.5",
"nc-lib-gui": "0.204.6",
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nestjs-kafka": "^1.0.6",
"nestjs-throttler-storage-redis": "^0.4.2",
"nocodb-sdk": "0.204.5",
"nocodb-sdk": "0.204.6",
"nodemailer": "^6.9.12",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.4",

12
pnpm-lock.yaml

@ -154,7 +154,7 @@ importers:
specifier: ^0.11.0
version: 0.11.0
nocodb-sdk:
specifier: 0.204.5
specifier: 0.204.6
version: link:../nocodb-sdk
papaparse:
specifier: ^5.4.1
@ -686,8 +686,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.204.5
version: 0.204.5
specifier: 0.204.6
version: 0.204.6
nc-plugin:
specifier: ^0.1.3
version: 0.1.3
@ -701,7 +701,7 @@ importers:
specifier: ^0.4.2
version: 0.4.2(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@nestjs/throttler@5.1.2)(ioredis@5.3.2)(reflect-metadata@0.2.1)
nocodb-sdk:
specifier: 0.204.5
specifier: 0.204.6
version: link:../nocodb-sdk
nodemailer:
specifier: ^6.9.12
@ -20257,8 +20257,8 @@ packages:
- supports-color
dev: false
/nc-lib-gui@0.204.5:
resolution: {integrity: sha512-n9g9VIcVPadCCdEYpyyMMKBJ/INklLujXHuXe+PhQClN3Ktxcr3ozDENVbnGvCVLaadsImA5nbNlulIgXsJVaw==}
/nc-lib-gui@0.204.6:
resolution: {integrity: sha512-QjKfHKV5ziG5rF9LNIEcP1jTHKepBR/ADgFGe2WubxOvxCI7J0eWIsKZsHu8/wrmhtd2zAD6cNhN2dyBg6tCxA==}
dependencies:
express: 4.18.3
transitivePeerDependencies:

Loading…
Cancel
Save