[create-pull-request] automated change

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
mertmit
2025-02-18 13:55:40 +00:00
committed by GitHub
parent 030400108d
commit d822f5419d
6 changed files with 163 additions and 278 deletions

View File

@@ -78,7 +78,6 @@ declare module 'vue' {
IcRoundKeyboardArrowDown: typeof import('~icons/ic/round-keyboard-arrow-down')['default']
IcRoundSearch: typeof import('~icons/ic/round-search')['default']
LogosGoogleGmail: typeof import('~icons/logos/google-gmail')['default']
MaterialSymbolsAttachFile: typeof import('~icons/material-symbols/attach-file')['default']
MaterialSymbolsChevronRightRounded: typeof import('~icons/material-symbols/chevron-right-rounded')['default']
MaterialSymbolsCloseRounded: typeof import('~icons/material-symbols/close-rounded')['default']
MaterialSymbolsDeleteOutlineRounded: typeof import('~icons/material-symbols/delete-outline-rounded')['default']

View File

@@ -93,7 +93,7 @@
"marked": "^4.3.0",
"monaco-editor": "^0.52.2",
"monaco-sql-languages": "^0.11.0",
"nocodb-sdk": "workspace:^",
"nocodb-sdk": "0.261.0",
"papaparse": "^5.5.2",
"parse-github-url": "^1.0.3",
"pdfobject": "^2.3.0",

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.260.7",
"version": "0.261.0",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
@@ -126,9 +126,9 @@
"multer": "^1.4.5-lts.1",
"mysql2": "^3.12.0",
"nanoid": "^3.3.8",
"nc-lib-gui": "0.260.7",
"nc-lib-gui": "0.261.0",
"nestjs-throttler-storage-redis": "^0.4.4",
"nocodb-sdk": "workspace:^",
"nocodb-sdk": "0.261.0",
"node-addon-api": "^8.3.0",
"nodemailer": "^6.10.0",
"object-hash": "^3.0.0",

428
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff