Browse Source

Merge pull request #6664 from nocodb/chore/downgrade

chore: downgrade old version
pull/6665/head 0.202.0
mertmit 12 months ago committed by GitHub
parent
commit
7a2bdf45cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/package.json
  2. 2
      packages/nc-lib-gui/package.json
  3. 4
      packages/nocodb-sdk/package.json
  4. 6
      packages/nocodb/package.json
  5. 14
      pnpm-lock.yaml
  6. 2
      tests/playwright/package.json

2
packages/nc-gui/package.json

@ -64,7 +64,7 @@
"locale-codes": "^1.3.1",
"monaco-editor": "^0.33.0",
"monaco-sql-languages": "^0.11.0",
"nocodb-sdk": "0.200.0",
"nocodb-sdk": "0.111.4",
"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.200.0",
"version": "0.111.4",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",

4
packages/nocodb-sdk/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb-sdk",
"version": "0.200.0",
"version": "0.111.4",
"description": "NocoDB SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
@ -69,4 +69,4 @@
"prettier": {
"singleQuote": true
}
}
}

6
packages/nocodb/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.200.0",
"version": "0.111.4",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
@ -130,12 +130,12 @@
"mysql2": "^3.2.0",
"nanoid": "^3.1.20",
"nc-help": "0.3.1",
"nc-lib-gui": "0.200.0",
"nc-lib-gui": "0.111.4",
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nestjs-kafka": "^1.0.6",
"nestjs-throttler-storage-redis": "^0.3.0",
"nocodb-sdk": "0.200.0",
"nocodb-sdk": "0.111.4",
"nodemailer": "^6.4.10",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.1",

14
pnpm-lock.yaml

@ -112,7 +112,7 @@ importers:
specifier: ^0.11.0
version: 0.11.0
nocodb-sdk:
specifier: 0.200.0
specifier: 0.111.4
version: link:../nocodb-sdk
papaparse:
specifier: ^5.3.2
@ -632,8 +632,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.200.0
version: 0.200.0
specifier: 0.111.4
version: 0.111.4
nc-plugin:
specifier: ^0.1.3
version: 0.1.3
@ -647,7 +647,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.200.0
specifier: 0.111.4
version: link:../nocodb-sdk
nodemailer:
specifier: ^6.4.10
@ -931,7 +931,7 @@ importers:
specifier: ^2.4.2
version: 2.4.2(mysql2@3.2.0)(pg@8.10.0)(sqlite3@5.1.6)(tedious@16.4.0)
nocodb-sdk:
specifier: 0.200.0
specifier: 0.111.4
version: link:../../packages/nocodb-sdk
sqlite3:
specifier: ^5.1.6
@ -17743,8 +17743,8 @@ packages:
- supports-color
dev: false
/nc-lib-gui@0.200.0:
resolution: {integrity: sha512-ALoKTpBXhtZ8yU1I06Su7PSA6ngO8aUF3xrl4dtEm/qQ0zbXuwuJcD6CQQ19uy5gBWPosJskebkLDzrO+AeISQ==}
/nc-lib-gui@0.111.4:
resolution: {integrity: sha512-2ST6vycxHpQ0mropVq9GRhVt9dWng3+hZZPyjZ6HiK8kXRjBrsv7Ck4WLIRj7TuloRTI8zn9Mixud9CkvgkvWQ==}
dependencies:
express: 4.18.2
transitivePeerDependencies:

2
tests/playwright/package.json

@ -44,7 +44,7 @@
"dayjs": "^1.11.9",
"express": "^4.18.1",
"knex": "^2.4.2",
"nocodb-sdk": "0.200.0",
"nocodb-sdk": "0.111.4",
"sqlite3": "^5.1.6",
"xlsx": "^0.18.5"
},

Loading…
Cancel
Save