From 1003a31b4d9c11600902f2fb3a7fd95dfb799fc4 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sat, 22 Oct 2022 11:55:15 +0800 Subject: [PATCH] chore: update --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- types/shims-vue.d.ts | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c419160..9388b96 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@pureadmin/components": "^1.1.0", "@pureadmin/descriptions": "^1.1.0", "@pureadmin/table": "^1.2.0", - "@pureadmin/utils": "^1.1.3", + "@pureadmin/utils": "^1.1.5", "@vueuse/core": "^9.3.0", "@vueuse/motion": "^2.0.0-beta.12", "@vueuse/shared": "^9.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f512d27..8e44745 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ specifiers: "@pureadmin/descriptions": ^1.1.0 "@pureadmin/table": ^1.2.0 "@pureadmin/theme": ^2.4.0 - "@pureadmin/utils": ^1.1.3 + "@pureadmin/utils": ^1.1.5 "@types/element-resize-detector": 1.1.3 "@types/js-cookie": ^3.0.1 "@types/lodash": ^4.14.180 @@ -98,7 +98,7 @@ dependencies: "@pureadmin/components": 1.1.0_vue@3.2.41 "@pureadmin/descriptions": 1.1.1 "@pureadmin/table": 1.2.0 - "@pureadmin/utils": 1.1.3_7f78bda4b8c80174b50d3da38250cc61 + "@pureadmin/utils": 1.1.5_7f78bda4b8c80174b50d3da38250cc61 "@vueuse/core": 9.3.1_vue@3.2.41 "@vueuse/motion": 2.0.0-beta.12_vue@3.2.41 "@vueuse/shared": 9.3.1_vue@3.2.41 @@ -1254,10 +1254,10 @@ packages: string-hash: 1.1.3 dev: true - /@pureadmin/utils/1.1.3_7f78bda4b8c80174b50d3da38250cc61: + /@pureadmin/utils/1.1.5_7f78bda4b8c80174b50d3da38250cc61: resolution: { - integrity: sha512-9w0i8iXFIFEm2P486u2l4Ngb0i1U/jGidLgwhN15m7mnKrGS1hzlI8vUBhbVsTfeNExZEQR7Sv9LE2vRWW327w== + integrity: sha512-5nQZyFAbs59gkMBj0WLox7BlY7llILR/ENo2QNEKW6avMt8sDL1+858EFjEbELl6enPsVvJpoCTxatmZzVjyAw== } peerDependencies: dayjs: "*" diff --git a/types/shims-vue.d.ts b/types/shims-vue.d.ts index dfc2afe..755d737 100644 --- a/types/shims-vue.d.ts +++ b/types/shims-vue.d.ts @@ -10,3 +10,6 @@ declare module "*.scss" { } declare module "vuedraggable/src/vuedraggable"; +declare module "@pureadmin/components"; +declare module "@pureadmin/theme"; +declare module "@pureadmin/theme/dist/browser-utils";