mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 07:25:49 +00:00
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
1
packages/nc-gui/components.d.ts
vendored
1
packages/nc-gui/components.d.ts
vendored
@@ -78,7 +78,6 @@ declare module 'vue' {
|
|||||||
IcRoundKeyboardArrowDown: typeof import('~icons/ic/round-keyboard-arrow-down')['default']
|
IcRoundKeyboardArrowDown: typeof import('~icons/ic/round-keyboard-arrow-down')['default']
|
||||||
IcRoundSearch: typeof import('~icons/ic/round-search')['default']
|
IcRoundSearch: typeof import('~icons/ic/round-search')['default']
|
||||||
LogosGoogleGmail: typeof import('~icons/logos/google-gmail')['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']
|
MaterialSymbolsChevronRightRounded: typeof import('~icons/material-symbols/chevron-right-rounded')['default']
|
||||||
MaterialSymbolsCloseRounded: typeof import('~icons/material-symbols/close-rounded')['default']
|
MaterialSymbolsCloseRounded: typeof import('~icons/material-symbols/close-rounded')['default']
|
||||||
MaterialSymbolsDeleteOutlineRounded: typeof import('~icons/material-symbols/delete-outline-rounded')['default']
|
MaterialSymbolsDeleteOutlineRounded: typeof import('~icons/material-symbols/delete-outline-rounded')['default']
|
||||||
|
|||||||
@@ -93,7 +93,7 @@
|
|||||||
"marked": "^4.3.0",
|
"marked": "^4.3.0",
|
||||||
"monaco-editor": "^0.52.2",
|
"monaco-editor": "^0.52.2",
|
||||||
"monaco-sql-languages": "^0.11.0",
|
"monaco-sql-languages": "^0.11.0",
|
||||||
"nocodb-sdk": "workspace:^",
|
"nocodb-sdk": "0.261.0",
|
||||||
"papaparse": "^5.5.2",
|
"papaparse": "^5.5.2",
|
||||||
"parse-github-url": "^1.0.3",
|
"parse-github-url": "^1.0.3",
|
||||||
"pdfobject": "^2.3.0",
|
"pdfobject": "^2.3.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nc-lib-gui",
|
"name": "nc-lib-gui",
|
||||||
"version": "0.260.7",
|
"version": "0.261.0",
|
||||||
"description": "NocoDB GUI",
|
"description": "NocoDB GUI",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "NocoDB",
|
"name": "NocoDB",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nocodb-sdk",
|
"name": "nocodb-sdk",
|
||||||
"version": "0.260.7",
|
"version": "0.261.0",
|
||||||
"description": "NocoDB SDK",
|
"description": "NocoDB SDK",
|
||||||
"main": "build/main/index.js",
|
"main": "build/main/index.js",
|
||||||
"typings": "build/main/index.d.ts",
|
"typings": "build/main/index.d.ts",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nocodb",
|
"name": "nocodb",
|
||||||
"version": "0.260.7",
|
"version": "0.261.0",
|
||||||
"description": "NocoDB Backend",
|
"description": "NocoDB Backend",
|
||||||
"main": "dist/bundle.js",
|
"main": "dist/bundle.js",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -126,9 +126,9 @@
|
|||||||
"multer": "^1.4.5-lts.1",
|
"multer": "^1.4.5-lts.1",
|
||||||
"mysql2": "^3.12.0",
|
"mysql2": "^3.12.0",
|
||||||
"nanoid": "^3.3.8",
|
"nanoid": "^3.3.8",
|
||||||
"nc-lib-gui": "0.260.7",
|
"nc-lib-gui": "0.261.0",
|
||||||
"nestjs-throttler-storage-redis": "^0.4.4",
|
"nestjs-throttler-storage-redis": "^0.4.4",
|
||||||
"nocodb-sdk": "workspace:^",
|
"nocodb-sdk": "0.261.0",
|
||||||
"node-addon-api": "^8.3.0",
|
"node-addon-api": "^8.3.0",
|
||||||
"nodemailer": "^6.10.0",
|
"nodemailer": "^6.10.0",
|
||||||
"object-hash": "^3.0.0",
|
"object-hash": "^3.0.0",
|
||||||
|
|||||||
428
pnpm-lock.yaml
generated
428
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user