chore: update antdv 4.0.6
parent
8ce86658ff
commit
9c27d6d3b6
10
package.json
10
package.json
|
@ -53,7 +53,7 @@
|
|||
"@vue/runtime-core": "^3.3.4",
|
||||
"@vueuse/core": "^10.5.0",
|
||||
"@zxcvbn-ts/core": "^3.0.4",
|
||||
"ant-design-vue": "^4.0.5",
|
||||
"ant-design-vue": "^4.0.6",
|
||||
"axios": "^1.5.1",
|
||||
"benz-amr-recorder": "^1.1.5",
|
||||
"codemirror": "5.65.15",
|
||||
|
@ -85,13 +85,13 @@
|
|||
"@antfu/eslint-config": "^1.0.0-beta.27",
|
||||
"@commitlint/cli": "^17.8.0",
|
||||
"@commitlint/config-conventional": "^17.8.0",
|
||||
"@iconify/json": "^2.2.129",
|
||||
"@iconify/json": "^2.2.130",
|
||||
"@purge-icons/generated": "^0.9.0",
|
||||
"@types/codemirror": "^5.60.10",
|
||||
"@types/codemirror": "^5.60.11",
|
||||
"@types/crypto-js": "^4.1.2",
|
||||
"@types/fs-extra": "^11.0.2",
|
||||
"@types/inquirer": "^9.0.4",
|
||||
"@types/lodash-es": "^4.17.9",
|
||||
"@types/inquirer": "^9.0.5",
|
||||
"@types/lodash-es": "^4.17.10",
|
||||
"@types/node": "^20.8.6",
|
||||
"@types/nprogress": "^0.2.1",
|
||||
"@types/qs": "^6.9.8",
|
||||
|
|
|
@ -27,8 +27,8 @@ dependencies:
|
|||
specifier: ^3.0.4
|
||||
version: 3.0.4
|
||||
ant-design-vue:
|
||||
specifier: ^4.0.5
|
||||
version: 4.0.5(vue@3.3.4)
|
||||
specifier: ^4.0.6
|
||||
version: 4.0.6(vue@3.3.4)
|
||||
axios:
|
||||
specifier: ^1.5.1
|
||||
version: 1.5.1(debug@4.3.4)
|
||||
|
@ -119,14 +119,14 @@ devDependencies:
|
|||
specifier: ^17.8.0
|
||||
version: 17.8.0
|
||||
'@iconify/json':
|
||||
specifier: ^2.2.129
|
||||
version: 2.2.129
|
||||
specifier: ^2.2.130
|
||||
version: 2.2.130
|
||||
'@purge-icons/generated':
|
||||
specifier: ^0.9.0
|
||||
version: 0.9.0
|
||||
'@types/codemirror':
|
||||
specifier: ^5.60.10
|
||||
version: 5.60.10
|
||||
specifier: ^5.60.11
|
||||
version: 5.60.11
|
||||
'@types/crypto-js':
|
||||
specifier: ^4.1.2
|
||||
version: 4.1.2
|
||||
|
@ -134,11 +134,11 @@ devDependencies:
|
|||
specifier: ^11.0.2
|
||||
version: 11.0.2
|
||||
'@types/inquirer':
|
||||
specifier: ^9.0.4
|
||||
version: 9.0.4
|
||||
specifier: ^9.0.5
|
||||
version: 9.0.5
|
||||
'@types/lodash-es':
|
||||
specifier: ^4.17.9
|
||||
version: 4.17.9
|
||||
specifier: ^4.17.10
|
||||
version: 4.17.10
|
||||
'@types/node':
|
||||
specifier: ^20.8.6
|
||||
version: 20.8.6
|
||||
|
@ -2090,8 +2090,8 @@ packages:
|
|||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
|
||||
/@iconify/json@2.2.129:
|
||||
resolution: {integrity: sha512-gzyHA8zeBtZwFdHaVJnd53oZc1/G4HNAAvKSe4Ydp+9BI2kpcLtHqN9CI3AtHEy/bMfkY9LM9wioMD0dGivgWg==}
|
||||
/@iconify/json@2.2.130:
|
||||
resolution: {integrity: sha512-xP9g3gcSpQ8/fDFFacNgkX/h/vfYHMty2vtPB0G14zZxODuYOLUqpv3R8recsFjd222qJ9kNZipsWY1RYjUp6A==}
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
pathe: 1.1.1
|
||||
|
@ -2658,8 +2658,8 @@ packages:
|
|||
resolution: {integrity: sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==}
|
||||
dev: true
|
||||
|
||||
/@types/codemirror@5.60.10:
|
||||
resolution: {integrity: sha512-ZTA3teiCWKT8HUUofqlGPlShu5ojdIajizsS0HpH6GL0/iEdjRt7fXbCLHHqKYP5k7dC/HnnWIjZAiELUwBdjQ==}
|
||||
/@types/codemirror@5.60.11:
|
||||
resolution: {integrity: sha512-EaT5pbQH8uFIyoMx3wn1Ii5IogQUz9nff10Yg6hOOoFcr5/TDiNyhNxhV5VhrE48/R79NgS2pu6RbOT78zKoIA==}
|
||||
dependencies:
|
||||
'@types/tern': 0.23.5
|
||||
dev: true
|
||||
|
@ -2683,8 +2683,8 @@ packages:
|
|||
'@types/node': 20.8.6
|
||||
dev: true
|
||||
|
||||
/@types/inquirer@9.0.4:
|
||||
resolution: {integrity: sha512-x8UgutCLm5tsp995aeYB8dlT+sGBCtv0zE43tHvo7OljtlA2Rn4+COyLKe9+YjB20uy0G14y0C9vCD2KtNtyGA==}
|
||||
/@types/inquirer@9.0.5:
|
||||
resolution: {integrity: sha512-j3QoaC6WX4waapzwBW32csSrMCgwK40TOt1Nxc60frDcQyef4QmlKZus4wUZH6e559kPoIECxrXRU4+I4hPTcQ==}
|
||||
dependencies:
|
||||
'@types/through': 0.0.31
|
||||
rxjs: 7.8.1
|
||||
|
@ -2700,8 +2700,8 @@ packages:
|
|||
'@types/node': 20.8.6
|
||||
dev: true
|
||||
|
||||
/@types/lodash-es@4.17.9:
|
||||
resolution: {integrity: sha512-ZTcmhiI3NNU7dEvWLZJkzG6ao49zOIjEgIE0RgV7wbPxU0f2xT3VSAHw2gmst8swH6V0YkLRGp4qPlX/6I90MQ==}
|
||||
/@types/lodash-es@4.17.10:
|
||||
resolution: {integrity: sha512-YJP+w/2khSBwbUSFdGsSqmDvmnN3cCKoPOL7Zjle6s30ZtemkkqhjVfFqGwPN7ASil5VyjE2GtyU/yqYY6mC0A==}
|
||||
dependencies:
|
||||
'@types/lodash': 4.14.199
|
||||
dev: true
|
||||
|
@ -3628,8 +3628,8 @@ packages:
|
|||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/ant-design-vue@4.0.5(vue@3.3.4):
|
||||
resolution: {integrity: sha512-wZnT+on4fHWuoCABZ3f0ASN36nothzYsZ5Nn7ICwdwl/tJF/DmMnAqkverXqi98GVO1DQArfUs7jwNcR3b8DNA==}
|
||||
/ant-design-vue@4.0.6(vue@3.3.4):
|
||||
resolution: {integrity: sha512-6kh3b8Ito9SAbOKTW0wyfcCnd859uhQQlttjo8RjMj6YjLK52yNO2TdgYRwed06scUm5RwEnQ2JKMxYYoeG1MA==}
|
||||
engines: {node: '>=12.22.0'}
|
||||
peerDependencies:
|
||||
vue: '>=3.2.0'
|
||||
|
|
Loading…
Reference in New Issue