Browse Source

chore: update `@pureadmin/utils` latest

i18n
xiaoxian521 2 years ago
parent
commit
cc8a07d25b
  1. 2
      package.json
  2. 8
      pnpm-lock.yaml

2
package.json

@ -32,7 +32,7 @@
"@pureadmin/components": "^1.1.0", "@pureadmin/components": "^1.1.0",
"@pureadmin/descriptions": "^1.1.0", "@pureadmin/descriptions": "^1.1.0",
"@pureadmin/table": "^1.2.0", "@pureadmin/table": "^1.2.0",
"@pureadmin/utils": "^1.1.2",
"@pureadmin/utils": "^1.1.3",
"@vueuse/core": "^9.3.0", "@vueuse/core": "^9.3.0",
"@vueuse/motion": "^2.0.0-beta.12", "@vueuse/motion": "^2.0.0-beta.12",
"@vueuse/shared": "^9.1.1", "@vueuse/shared": "^9.1.1",

8
pnpm-lock.yaml

@ -12,7 +12,7 @@ specifiers:
"@pureadmin/descriptions": ^1.1.0 "@pureadmin/descriptions": ^1.1.0
"@pureadmin/table": ^1.2.0 "@pureadmin/table": ^1.2.0
"@pureadmin/theme": ^2.4.0 "@pureadmin/theme": ^2.4.0
"@pureadmin/utils": ^1.1.2
"@pureadmin/utils": ^1.1.3
"@types/element-resize-detector": 1.1.3 "@types/element-resize-detector": 1.1.3
"@types/js-cookie": ^3.0.1 "@types/js-cookie": ^3.0.1
"@types/lodash": ^4.14.180 "@types/lodash": ^4.14.180
@ -98,7 +98,7 @@ dependencies:
"@pureadmin/components": 1.1[email protected] "@pureadmin/components": 1.1[email protected]
"@pureadmin/descriptions": 1.1.1 "@pureadmin/descriptions": 1.1.1
"@pureadmin/table": 1.2.0 "@pureadmin/table": 1.2.0
"@pureadmin/utils": 1.1.2_7f78bda4b8c80174b50d3da38250cc61
"@pureadmin/utils": 1.1.3_7f78bda4b8c80174b50d3da38250cc61
"@vueuse/core": 9.3[email protected] "@vueuse/core": 9.3[email protected]
"@vueuse/motion": 2.0.0-[email protected] "@vueuse/motion": 2.0.0-[email protected]
"@vueuse/shared": 9.3[email protected] "@vueuse/shared": 9.3[email protected]
@ -1254,10 +1254,10 @@ packages:
string-hash: 1.1.3 string-hash: 1.1.3
dev: true dev: true
/@pureadmin/utils/1.1.2_7f78bda4b8c80174b50d3da38250cc61:
/@pureadmin/utils/1.1.3_7f78bda4b8c80174b50d3da38250cc61:
resolution: resolution:
{ {
integrity: sha512-qOMd1chPiYWFotvG6zUIrTUlcvfezqTp32dR5eI+l+hcHcdvpAsyMj22NOhkjUCiCWWP+L9t84B09xHVSCBzYA==
integrity: sha512-9w0i8iXFIFEm2P486u2l4Ngb0i1U/jGidLgwhN15m7mnKrGS1hzlI8vUBhbVsTfeNExZEQR7Sv9LE2vRWW327w==
} }
peerDependencies: peerDependencies:
dayjs: "*" dayjs: "*"

Loading…
Cancel
Save