From 18a144373f6247c7724eae0be7b75b917288c56c Mon Sep 17 00:00:00 2001 From: alan-wu Date: Wed, 9 Oct 2024 12:27:47 +1300 Subject: [PATCH] Update dependencies. --- package-lock.json | 10 +++++----- package.json | 2 +- src/components.d.ts | 2 -- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0211be0c..9d23712f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@abi-software/flatmap-viewer": "3.1.9", - "@abi-software/map-utilities": "^1.1.1", + "@abi-software/map-utilities": "^1.1.2", "@abi-software/sparc-annotation": "0.3.1", "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", @@ -72,13 +72,13 @@ } }, "node_modules/@abi-software/map-utilities": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@abi-software/map-utilities/-/map-utilities-1.1.1.tgz", - "integrity": "sha512-AuZdwmqdQGbqKJVESH9sY2pCbD5/EHqChe/zz443tZVPYmCJwnyyZ7cO7fm4nsLQwpFmIBqI3SuREPIa1kg54w==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@abi-software/map-utilities/-/map-utilities-1.1.2.tgz", + "integrity": "sha512-NMERIqSq6pVwy7Daq+Uip8Cm1UE2KEJoquOqVXACrMoTDHV77LPbWAtawn3f7De5HK69oqLwZ+wbnFLy5aisrQ==", "dependencies": { "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", - "element-plus": "^2.7.3", + "element-plus": "2.8.4", "mitt": "^3.0.1", "vue": "^3.4.21" } diff --git a/package.json b/package.json index af44dc20..c3455389 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@abi-software/flatmap-viewer": "3.1.9", - "@abi-software/map-utilities": "^1.1.1", + "@abi-software/map-utilities": "^1.1.2", "@abi-software/sparc-annotation": "0.3.1", "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", diff --git a/src/components.d.ts b/src/components.d.ts index 2799c294..974a7996 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -8,7 +8,6 @@ export {} declare module 'vue' { export interface GlobalComponents { DynamicLegends: typeof import('./components/legends/DynamicLegends.vue')['default'] - ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete'] ElButton: typeof import('element-plus/es')['ElButton'] ElCheckbox: typeof import('element-plus/es')['ElCheckbox'] ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup'] @@ -24,7 +23,6 @@ declare module 'vue' { ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] ElRow: typeof import('element-plus/es')['ElRow'] ElSelect: typeof import('element-plus/es')['ElSelect'] - ElSwitch: typeof import('element-plus/es')['ElSwitch'] FlatmapVuer: typeof import('./components/FlatmapVuer.vue')['default'] MultiFlatmapVuer: typeof import('./components/MultiFlatmapVuer.vue')['default'] SelectionsGroup: typeof import('./components/SelectionsGroup.vue')['default']