|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
"leaflet.markercluster": "^1.5.3", |
|
|
|
|
"locale-codes": "^1.3.1", |
|
|
|
|
"monaco-editor": "^0.33.0", |
|
|
|
|
"nocodb-sdk": "0.108.0", |
|
|
|
|
"nocodb-sdk": "file:../nocodb-sdk", |
|
|
|
|
"papaparse": "^5.3.2", |
|
|
|
|
"pinia": "^2.0.33", |
|
|
|
|
"qrcode": "^1.5.1", |
|
|
|
@ -111,7 +111,6 @@
|
|
|
|
|
}, |
|
|
|
|
"../nocodb-sdk": { |
|
|
|
|
"version": "0.108.0", |
|
|
|
|
"extraneous": true, |
|
|
|
|
"license": "AGPL-3.0-or-later", |
|
|
|
|
"dependencies": { |
|
|
|
|
"axios": "^0.21.1", |
|
|
|
@ -8776,6 +8775,7 @@
|
|
|
|
|
"version": "1.15.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz", |
|
|
|
|
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==", |
|
|
|
|
"devOptional": true, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"type": "individual", |
|
|
|
@ -12294,21 +12294,8 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/nocodb-sdk": { |
|
|
|
|
"version": "0.108.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.108.0.tgz", |
|
|
|
|
"integrity": "sha512-AKv6aIy0ZWdvU6ZeniaiCYeeQB2EPjCfKOtSGLZtt1b8fqqoLBSER7l/IrzfR0qUH/4GsO2mb0hUuGiBqYdSfQ==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"axios": "^0.21.1", |
|
|
|
|
"jsep": "^1.3.6" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/nocodb-sdk/node_modules/axios": { |
|
|
|
|
"version": "0.21.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", |
|
|
|
|
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"follow-redirects": "^1.14.0" |
|
|
|
|
} |
|
|
|
|
"resolved": "../nocodb-sdk", |
|
|
|
|
"link": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/node-abi": { |
|
|
|
|
"version": "3.23.0", |
|
|
|
@ -24810,7 +24797,8 @@
|
|
|
|
|
"follow-redirects": { |
|
|
|
|
"version": "1.15.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz", |
|
|
|
|
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==" |
|
|
|
|
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==", |
|
|
|
|
"devOptional": true |
|
|
|
|
}, |
|
|
|
|
"form-data": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
@ -27360,22 +27348,22 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"nocodb-sdk": { |
|
|
|
|
"version": "0.108.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.108.0.tgz", |
|
|
|
|
"integrity": "sha512-AKv6aIy0ZWdvU6ZeniaiCYeeQB2EPjCfKOtSGLZtt1b8fqqoLBSER7l/IrzfR0qUH/4GsO2mb0hUuGiBqYdSfQ==", |
|
|
|
|
"version": "file:../nocodb-sdk", |
|
|
|
|
"requires": { |
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.0.1", |
|
|
|
|
"@typescript-eslint/parser": "^4.0.1", |
|
|
|
|
"axios": "^0.21.1", |
|
|
|
|
"jsep": "^1.3.6" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"axios": { |
|
|
|
|
"version": "0.21.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", |
|
|
|
|
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", |
|
|
|
|
"requires": { |
|
|
|
|
"follow-redirects": "^1.14.0" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
"cspell": "^4.1.0", |
|
|
|
|
"eslint": "^7.8.0", |
|
|
|
|
"eslint-config-prettier": "^6.11.0", |
|
|
|
|
"eslint-plugin-eslint-comments": "^3.2.0", |
|
|
|
|
"eslint-plugin-functional": "^3.0.2", |
|
|
|
|
"eslint-plugin-import": "^2.22.0", |
|
|
|
|
"eslint-plugin-prettier": "^4.0.0", |
|
|
|
|
"jsep": "^1.3.6", |
|
|
|
|
"npm-run-all": "^4.1.5", |
|
|
|
|
"prettier": "^2.1.1", |
|
|
|
|
"typescript": "^4.0.2" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node-abi": { |
|
|
|
|