fix(components): [el-form] fix async-validator version (#3697)

This commit is contained in:
三咲智子 2021-09-28 11:58:16 +08:00 committed by GitHub
parent 4a775cf17d
commit 4a4f04970d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 9 deletions

View File

@ -1,9 +1,9 @@
import type { RuleItem } from 'async-validator'
export declare interface FormItemRule extends RuleItem {
export interface FormItemRule extends RuleItem {
trigger?: string
}
export declare interface FormRulesMap {
export interface FormRulesMap {
[key: string]: FormItemRule | FormItemRule[]
}

View File

@ -35,7 +35,7 @@
"dependencies": {
"@popperjs/core": "^2.10.1",
"@vueuse/core": "~6.1.0",
"async-validator": "^3.4.0",
"async-validator": "^4.0.3",
"dayjs": "^1.10.7",
"lodash": "^4.17.21",
"memoize-one": "^5.2.1",

View File

@ -192,7 +192,7 @@ importers:
specifiers:
'@popperjs/core': ^2.10.1
'@vueuse/core': ~6.1.0
async-validator: ^3.4.0
async-validator: ^4.0.3
dayjs: ^1.10.7
lodash: ^4.17.21
memoize-one: ^5.2.1
@ -201,7 +201,7 @@ importers:
dependencies:
'@popperjs/core': 2.10.1
'@vueuse/core': 6.1.0_vue@3.2.18
async-validator: 3.4.0
async-validator: 4.0.3
dayjs: 1.10.7
lodash: 4.17.21
memoize-one: 5.2.1
@ -2539,10 +2539,6 @@ packages:
async-done: 1.3.2
dev: true
/async-validator/3.4.0:
resolution: {integrity: sha512-VrFk4eYiJAWKskEz115iiuCf9O0ftnMMPXrOFMqyzGH2KxO7YwncKyn/FgOOP+0MDHMfXL7gLExagCutaZGigA==}
dev: false
/async-validator/3.5.2:
resolution: {integrity: sha512-8eLCg00W9pIRZSB781UUX/H6Oskmm8xloZfr09lz5bikRpBVDlJ3hRVuxxP1SxcwsEYfJ4IU8Q19Y8/893r3rQ==}
dev: false