Browse Source

chore(gui-v2,deps-dev): upgrade to latest ant-design-vue version

pull/2744/head
braks 2 years ago
parent
commit
46289fa8b7
  1. 4
      packages/nc-gui-v2/components.d.ts
  2. 26
      packages/nc-gui-v2/package-lock.json
  3. 2
      packages/nc-gui-v2/package.json

4
packages/nc-gui-v2/components.d.ts vendored

@ -9,6 +9,10 @@ declare module '@vue/runtime-core' {
export interface GlobalComponents {
ADivider: typeof import('ant-design-vue/es')['Divider']
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
AForm: typeof import('ant-design-vue/es')['Form']
AFormItem: typeof import('ant-design-vue/es')['FormItem']
AInput: typeof import('ant-design-vue/es')['Input']
AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
ALayout: typeof import('ant-design-vue/es')['Layout']
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']

26
packages/nc-gui-v2/package-lock.json generated

@ -7,7 +7,7 @@
"dependencies": {
"@vueuse/core": "^8.7.5",
"@vueuse/integrations": "^8.9.1",
"ant-design-vue": "^3.0.0-beta.8",
"ant-design-vue": "^3.1.0-rc.6",
"dayjs": "^1.11.3",
"jwt-decode": "^3.1.2",
"nocodb-sdk": "file:../nocodb-sdk",
@ -3399,13 +3399,14 @@
}
},
"node_modules/ant-design-vue": {
"version": "3.0.0-beta.8",
"resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-3.0.0-beta.8.tgz",
"integrity": "sha512-3fgfg0pfIqvQ7VN5nKKZayqMH8V1T8nn+e3hWOz6QYdYa7gNydgm5GH+r8ZyhQitkmiAIYXbNDakcqrUdOPXOA==",
"version": "3.2.10",
"resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-3.2.10.tgz",
"integrity": "sha512-aqa0kjJzVQ74MfVw5w7rTOdJQL2JN9V/O6Ro+VQQMq/tY7q91JiomhI9TRKAK3tFdBDXJpUoBCVOsosbbxMzRw==",
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-vue": "^6.0.0",
"@ant-design/icons-vue": "^6.1.0",
"@babel/runtime": "^7.10.5",
"@ctrl/tinycolor": "^3.4.0",
"@simonwep/pickr": "~1.8.0",
"array-tree-filter": "^2.1.0",
"async-validator": "^4.0.0",
@ -3420,13 +3421,15 @@
"vue-types": "^3.0.0",
"warning": "^4.0.0"
},
"engines": {
"node": ">=12.22.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/ant-design-vue"
},
"peerDependencies": {
"@vue/compiler-sfc": ">=3.1.0",
"vue": ">=3.1.0"
"vue": ">=3.2.0"
}
},
"node_modules/anymatch": {
@ -16537,13 +16540,14 @@
}
},
"ant-design-vue": {
"version": "3.0.0-beta.8",
"resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-3.0.0-beta.8.tgz",
"integrity": "sha512-3fgfg0pfIqvQ7VN5nKKZayqMH8V1T8nn+e3hWOz6QYdYa7gNydgm5GH+r8ZyhQitkmiAIYXbNDakcqrUdOPXOA==",
"version": "3.2.10",
"resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-3.2.10.tgz",
"integrity": "sha512-aqa0kjJzVQ74MfVw5w7rTOdJQL2JN9V/O6Ro+VQQMq/tY7q91JiomhI9TRKAK3tFdBDXJpUoBCVOsosbbxMzRw==",
"requires": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-vue": "^6.0.0",
"@ant-design/icons-vue": "^6.1.0",
"@babel/runtime": "^7.10.5",
"@ctrl/tinycolor": "^3.4.0",
"@simonwep/pickr": "~1.8.0",
"array-tree-filter": "^2.1.0",
"async-validator": "^4.0.0",

2
packages/nc-gui-v2/package.json

@ -13,7 +13,7 @@
"dependencies": {
"@vueuse/core": "^8.7.5",
"@vueuse/integrations": "^8.9.1",
"ant-design-vue": "^3.0.0-beta.8",
"ant-design-vue": "^3.1.0-rc.6",
"dayjs": "^1.11.3",
"jwt-decode": "^3.1.2",
"nocodb-sdk": "file:../nocodb-sdk",

Loading…
Cancel
Save