Browse Source

chore: update package-lock.json

pull/1984/head
Wing-Kam Wong 2 years ago
parent
commit
0563fe3a3e
  1. 79
      packages/nc-gui/package-lock.json
  2. 79
      packages/nocodb/package-lock.json

79
packages/nc-gui/package-lock.json generated

@ -27,7 +27,7 @@
"monaco-editor": "^0.19.3",
"monaco-themes": "^0.2.5",
"nano-assign": "^1.0.1",
"nocodb-sdk": "0.90.11",
"nocodb-sdk": "file:../nocodb-sdk",
"nuxt": "^2.14.0",
"odometer": "^0.4.8",
"papaparse": "^5.3.1",
@ -71,6 +71,42 @@
"vue-eslint-parser": "^7.9.0"
}
},
"../nocodb-sdk": {
"version": "0.90.11",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"jsep": "^0.4.0"
},
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"ava": "^3.12.1",
"codecov": "^3.5.0",
"cspell": "^4.1.0",
"cz-conventional-changelog": "^3.3.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",
"gh-pages": "^3.1.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"open-cli": "^6.0.1",
"prettier": "^2.1.1",
"standard-version": "^9.0.0",
"ts-node": "^9.0.0",
"typedoc": "^0.19.0",
"typescript": "^4.0.2"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@ampproject/remapping": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz",
@ -10727,16 +10763,8 @@
}
},
"node_modules/nocodb-sdk": {
"version": "0.90.11",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.90.11.tgz",
"integrity": "sha512-HaqHrD8L3lQLhTCq3Qmt/Rb/CfmE+kibfvAq/I9aIAtLFbrjlKMy4hkLiX3sIAp7F/4HQatikC17LiTYExzjRg==",
"dependencies": {
"axios": "^0.21.1",
"jsep": "^0.4.0"
},
"engines": {
"node": ">=10"
}
"resolved": "../nocodb-sdk",
"link": true
},
"node_modules/node-fetch": {
"version": "2.6.7",
@ -25343,12 +25371,33 @@
}
},
"nocodb-sdk": {
"version": "0.90.11",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.90.11.tgz",
"integrity": "sha512-HaqHrD8L3lQLhTCq3Qmt/Rb/CfmE+kibfvAq/I9aIAtLFbrjlKMy4hkLiX3sIAp7F/4HQatikC17LiTYExzjRg==",
"version": "file:../nocodb-sdk",
"requires": {
"@ava/typescript": "^1.1.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"ava": "^3.12.1",
"axios": "^0.21.1",
"jsep": "^0.4.0"
"codecov": "^3.5.0",
"cspell": "^4.1.0",
"cz-conventional-changelog": "^3.3.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",
"gh-pages": "^3.1.0",
"jsep": "^0.4.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"open-cli": "^6.0.1",
"prettier": "^2.1.1",
"standard-version": "^9.0.0",
"ts-node": "^9.0.0",
"typedoc": "^0.19.0",
"typescript": "^4.0.2"
}
},
"node-fetch": {

79
packages/nocodb/package-lock.json generated

@ -72,7 +72,7 @@
"nc-lib-gui": "0.90.11",
"nc-plugin": "^0.1.1",
"ncp": "^2.0.0",
"nocodb-sdk": "0.90.11",
"nocodb-sdk": "file:../nocodb-sdk",
"nodemailer": "^6.4.10",
"ora": "^4.0.4",
"os-locale": "^5.0.0",
@ -152,6 +152,42 @@
"node": ">=8.9"
}
},
"../nocodb-sdk": {
"version": "0.90.11",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"jsep": "^0.4.0"
},
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"ava": "^3.12.1",
"codecov": "^3.5.0",
"cspell": "^4.1.0",
"cz-conventional-changelog": "^3.3.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",
"gh-pages": "^3.1.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"open-cli": "^6.0.1",
"prettier": "^2.1.1",
"standard-version": "^9.0.0",
"ts-node": "^9.0.0",
"typedoc": "^0.19.0",
"typescript": "^4.0.2"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@assemblyscript/loader": {
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@assemblyscript/loader/-/loader-0.10.1.tgz",
@ -16060,16 +16096,8 @@
"dev": true
},
"node_modules/nocodb-sdk": {
"version": "0.90.11",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.90.11.tgz",
"integrity": "sha512-HaqHrD8L3lQLhTCq3Qmt/Rb/CfmE+kibfvAq/I9aIAtLFbrjlKMy4hkLiX3sIAp7F/4HQatikC17LiTYExzjRg==",
"dependencies": {
"axios": "^0.21.1",
"jsep": "^0.4.0"
},
"engines": {
"node": ">=10"
}
"resolved": "../nocodb-sdk",
"link": true
},
"node_modules/node-addon-api": {
"version": "2.0.0",
@ -37407,12 +37435,33 @@
"dev": true
},
"nocodb-sdk": {
"version": "0.90.11",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.90.11.tgz",
"integrity": "sha512-HaqHrD8L3lQLhTCq3Qmt/Rb/CfmE+kibfvAq/I9aIAtLFbrjlKMy4hkLiX3sIAp7F/4HQatikC17LiTYExzjRg==",
"version": "file:../nocodb-sdk",
"requires": {
"@ava/typescript": "^1.1.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"ava": "^3.12.1",
"axios": "^0.21.1",
"jsep": "^0.4.0"
"codecov": "^3.5.0",
"cspell": "^4.1.0",
"cz-conventional-changelog": "^3.3.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",
"gh-pages": "^3.1.0",
"jsep": "^0.4.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"open-cli": "^6.0.1",
"prettier": "^2.1.1",
"standard-version": "^9.0.0",
"ts-node": "^9.0.0",
"typedoc": "^0.19.0",
"typescript": "^4.0.2"
}
},
"node-addon-api": {

Loading…
Cancel
Save