mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:47:29 +00:00
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
3
packages/nc-gui/components.d.ts
vendored
3
packages/nc-gui/components.d.ts
vendored
@@ -32,6 +32,7 @@ declare module 'vue' {
|
||||
AInput: typeof import('ant-design-vue/es')['Input']
|
||||
AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
|
||||
AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
|
||||
AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
|
||||
ALayout: typeof import('ant-design-vue/es')['Layout']
|
||||
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
|
||||
ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
|
||||
@@ -39,6 +40,7 @@ declare module 'vue' {
|
||||
ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
|
||||
AList: typeof import('ant-design-vue/es')['List']
|
||||
AListItem: typeof import('ant-design-vue/es')['ListItem']
|
||||
AListItemMeta: typeof import('ant-design-vue/es')['ListItemMeta']
|
||||
AMenu: typeof import('ant-design-vue/es')['Menu']
|
||||
AMenuDivider: typeof import('ant-design-vue/es')['MenuDivider']
|
||||
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
|
||||
@@ -67,6 +69,7 @@ declare module 'vue' {
|
||||
ATimeline: typeof import('ant-design-vue/es')['Timeline']
|
||||
ATimelineItem: typeof import('ant-design-vue/es')['TimelineItem']
|
||||
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
|
||||
ATree: typeof import('ant-design-vue/es')['Tree']
|
||||
ATypographyTitle: typeof import('ant-design-vue/es')['TypographyTitle']
|
||||
AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger']
|
||||
CilFullscreen: typeof import('~icons/cil/fullscreen')['default']
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
"marked": "^4.3.0",
|
||||
"monaco-editor": "^0.50.0",
|
||||
"monaco-sql-languages": "^0.11.0",
|
||||
"nocodb-sdk": "workspace:^",
|
||||
"nocodb-sdk": "0.258.0",
|
||||
"papaparse": "^5.4.1",
|
||||
"parse-github-url": "^1.0.2",
|
||||
"pdfobject": "^2.3.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nc-lib-gui",
|
||||
"version": "0.257.2",
|
||||
"version": "0.258.0",
|
||||
"description": "NocoDB GUI",
|
||||
"author": {
|
||||
"name": "NocoDB",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nocodb-sdk",
|
||||
"version": "0.257.2",
|
||||
"version": "0.258.0",
|
||||
"description": "NocoDB SDK",
|
||||
"main": "build/main/index.js",
|
||||
"typings": "build/main/index.d.ts",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nocodb",
|
||||
"version": "0.257.2",
|
||||
"version": "0.258.0",
|
||||
"description": "NocoDB Backend",
|
||||
"main": "dist/bundle.js",
|
||||
"author": {
|
||||
@@ -124,9 +124,9 @@
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"mysql2": "^3.9.7",
|
||||
"nanoid": "^3.3.7",
|
||||
"nc-lib-gui": "0.257.2",
|
||||
"nc-lib-gui": "0.258.0",
|
||||
"nestjs-throttler-storage-redis": "^0.4.4",
|
||||
"nocodb-sdk": "workspace:^",
|
||||
"nocodb-sdk": "0.258.0",
|
||||
"nodemailer": "^6.9.13",
|
||||
"object-hash": "^3.0.0",
|
||||
"object-sizeof": "^2.6.4",
|
||||
|
||||
38
pnpm-lock.yaml
generated
38
pnpm-lock.yaml
generated
@@ -173,8 +173,8 @@ importers:
|
||||
specifier: ^0.11.0
|
||||
version: 0.11.0
|
||||
nocodb-sdk:
|
||||
specifier: workspace:^
|
||||
version: link:../nocodb-sdk
|
||||
specifier: 0.258.0
|
||||
version: 0.258.0(debug@4.3.4)
|
||||
papaparse:
|
||||
specifier: ^5.4.1
|
||||
version: 5.4.1
|
||||
@@ -552,7 +552,7 @@ importers:
|
||||
version: 5.0.8(eslint@8.56.0)(typescript@5.6.2)
|
||||
eslint-plugin-import:
|
||||
specifier: ^2.29.1
|
||||
version: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.2))(eslint@8.56.0)
|
||||
version: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.56.0)(typescript@5.4.5))(eslint@8.56.0)
|
||||
eslint-plugin-prettier:
|
||||
specifier: ^4.2.1
|
||||
version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.56.0))(eslint@8.56.0)(prettier@2.8.8)
|
||||
@@ -806,14 +806,14 @@ importers:
|
||||
specifier: ^3.3.7
|
||||
version: 3.3.7
|
||||
nc-lib-gui:
|
||||
specifier: 0.257.2
|
||||
version: 0.257.2
|
||||
specifier: 0.258.0
|
||||
version: 0.258.0
|
||||
nestjs-throttler-storage-redis:
|
||||
specifier: ^0.4.4
|
||||
version: 0.4.4(@nestjs/common@10.3.8(class-validator@0.14.1)(reflect-metadata@0.2.1)(rxjs@7.8.1))(@nestjs/core@10.3.8)(@nestjs/throttler@5.1.2(@nestjs/common@10.3.8(class-validator@0.14.1)(reflect-metadata@0.2.1)(rxjs@7.8.1))(@nestjs/core@10.3.8)(reflect-metadata@0.2.1))(ioredis@5.4.1)(reflect-metadata@0.2.1)
|
||||
nocodb-sdk:
|
||||
specifier: workspace:^
|
||||
version: link:../nocodb-sdk
|
||||
specifier: 0.258.0
|
||||
version: 0.258.0(debug@4.3.4)
|
||||
nodemailer:
|
||||
specifier: ^6.9.13
|
||||
version: 6.9.13
|
||||
@@ -1000,7 +1000,7 @@ importers:
|
||||
version: 6.3.4
|
||||
ts-jest:
|
||||
specifier: 29.1.2
|
||||
version: 29.1.2(@babel/core@7.24.3)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.3))(jest@29.7.0(@types/node@20.11.30)(ts-node@10.9.2(@swc/wasm@1.5.25)(@types/node@20.11.30)(typescript@5.4.5)))(typescript@5.4.5)
|
||||
version: 29.1.2(@babel/core@7.24.3)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.3))(jest@29.7.0)(typescript@5.4.5)
|
||||
ts-loader:
|
||||
specifier: ^9.5.1
|
||||
version: 9.5.1(typescript@5.4.5)(webpack@5.90.1)
|
||||
@@ -1070,7 +1070,7 @@ importers:
|
||||
version: 5.0.7
|
||||
ts-jest:
|
||||
specifier: ^29.1.2
|
||||
version: 29.1.2(@babel/core@7.24.3)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.3))(jest@29.7.0(@types/node@20.11.30)(ts-node@10.9.2(@swc/wasm@1.5.25)(@types/node@20.11.30)(typescript@5.4.5)))(typescript@5.4.5)
|
||||
version: 29.1.2(@babel/core@7.24.3)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.3))(jest@29.7.0)(typescript@5.4.5)
|
||||
tsc-alias:
|
||||
specifier: ^1.8.10
|
||||
version: 1.8.10
|
||||
@@ -10930,8 +10930,8 @@ packages:
|
||||
natural-compare@1.4.0:
|
||||
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
|
||||
|
||||
nc-lib-gui@0.257.2:
|
||||
resolution: {integrity: sha512-3sSzAmRNUFqDZjvX5mIe5WRKf0l9ytjLw1Q1WcVHLV5qLT25E1RoaX/vp5qybCG6Y0WPld/tjD/r1wBvpXqz4w==}
|
||||
nc-lib-gui@0.258.0:
|
||||
resolution: {integrity: sha512-xU37sju2WTb67vj2yqTI9AyOmoffq9eCxUiL/yF9p0G353W4SpPB+CeKKXLuEQ8jcVesN2YS3h0ZWPnXrleLlw==}
|
||||
|
||||
negotiator@0.6.3:
|
||||
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
|
||||
@@ -10966,6 +10966,10 @@ packages:
|
||||
xml2js:
|
||||
optional: true
|
||||
|
||||
nocodb-sdk@0.258.0:
|
||||
resolution: {integrity: sha512-tYu4DSvnLooY+qqTluh4q3x7KwXJlD2fvESc5q/ZU7gLnO6hDXhCZlnk8zyi1ZOce6DcFZJyJ3P7KTV/v5ZntQ==}
|
||||
engines: {node: '>=18.19.1'}
|
||||
|
||||
node-abi@3.47.0:
|
||||
resolution: {integrity: sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==}
|
||||
engines: {node: '>=10'}
|
||||
@@ -28594,7 +28598,7 @@ snapshots:
|
||||
|
||||
natural-compare@1.4.0: {}
|
||||
|
||||
nc-lib-gui@0.257.2:
|
||||
nc-lib-gui@0.258.0:
|
||||
dependencies:
|
||||
express: 4.19.2
|
||||
transitivePeerDependencies:
|
||||
@@ -28708,6 +28712,14 @@ snapshots:
|
||||
- supports-color
|
||||
- uWebSockets.js
|
||||
|
||||
nocodb-sdk@0.258.0(debug@4.3.4):
|
||||
dependencies:
|
||||
axios: 1.6.8(debug@4.3.4)
|
||||
dayjs: 1.11.11
|
||||
jsep: 1.3.8
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
|
||||
node-abi@3.47.0:
|
||||
dependencies:
|
||||
semver: 7.6.3
|
||||
@@ -31941,7 +31953,7 @@ snapshots:
|
||||
|
||||
ts-custom-error@3.3.1: {}
|
||||
|
||||
ts-jest@29.1.2(@babel/core@7.24.3)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.3))(jest@29.7.0(@types/node@20.11.30)(ts-node@10.9.2(@swc/wasm@1.5.25)(@types/node@20.11.30)(typescript@5.4.5)))(typescript@5.4.5):
|
||||
ts-jest@29.1.2(@babel/core@7.24.3)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.3))(jest@29.7.0)(typescript@5.4.5):
|
||||
dependencies:
|
||||
bs-logger: 0.2.6
|
||||
fast-json-stable-stringify: 2.1.0
|
||||
|
||||
Reference in New Issue
Block a user