Browse Source

chore(renovate): Update patch to v0.204.8 (#7936)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/7942/head
renovate[bot] 6 months ago committed by GitHub
parent
commit
bafc68ec00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/package.json
  2. 2
      packages/nocodb/package.json
  3. 24
      pnpm-lock.yaml
  4. 2
      scripts/pkg-executable/package.json

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.7",
"nocodb-sdk": "0.204.8",
"papaparse": "^5.4.1",
"parse-github-url": "^1.0.2",
"pinia": "^2.1.7",

2
packages/nocodb/package.json

@ -132,7 +132,7 @@
"mysql2": "^3.9.2",
"nanoid": "^3.3.7",
"nc-help": "0.3.1",
"nc-lib-gui": "0.204.7",
"nc-lib-gui": "0.204.8",
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nestjs-kafka": "^1.0.6",

24
pnpm-lock.yaml

@ -154,8 +154,8 @@ importers:
specifier: ^0.11.0
version: 0.11.0
nocodb-sdk:
specifier: 0.204.7
version: link:../nocodb-sdk
specifier: 0.204.8
version: 0.204.8
papaparse:
specifier: ^5.4.1
version: 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.7
version: 0.204.7
specifier: 0.204.8
version: 0.204.8
nc-plugin:
specifier: ^0.1.3
version: 0.1.3
@ -20252,8 +20252,8 @@ packages:
- supports-color
dev: false
/nc-lib-gui@0.204.7:
resolution: {integrity: sha512-Lh6iV/Mq1Oy5pkLbt+3cGpyJLV7VVIURtFd3SwE8nxTslg/0lnWRat874IAHUXTybISdF5e+HU9Kdf/+m6L45A==}
/nc-lib-gui@0.204.8:
resolution: {integrity: sha512-S32TCXy6ybo/k/Zh6nyHWnQ3HUHpV0tDz39/z70A2qAV0viOnDr4ez6CYAAyHD3NWxz1jSNJkN6mZ3p6hLiXmw==}
dependencies:
express: 4.18.3
transitivePeerDependencies:
@ -20409,6 +20409,18 @@ packages:
- uWebSockets.js
dev: true
/nocodb-sdk@0.204.8:
resolution: {integrity: sha512-zNSnoXEx5tf4CiK7nxaXSWYCkgWXYigwdyZtaOGE3cIuia07L4fK6doBXYNGicQ96xUYaBtRKAWGKraIecm+xg==}
engines: {node: '>=18.19.1'}
requiresBuild: true
dependencies:
axios: 1.6.8(debug@3.2.7)
dayjs: 1.11.10
jsep: 1.3.8
transitivePeerDependencies:
- debug
dev: false
/node-abi@3.47.0:
resolution: {integrity: sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==}
engines: {node: '>=10'}

2
scripts/pkg-executable/package.json

@ -30,7 +30,7 @@
"@nestjs/common": "^10.3.4",
"@nestjs/core": "^10.3.4",
"express": "^4.18.3",
"nocodb": "0.204.7"
"nocodb": "0.204.8"
},
"overrides": {
"sqlite3": "5.1.7"

Loading…
Cancel
Save