Commit 4d6ba2e8 authored by sunguoshu's avatar sunguoshu

添加验证库

parent 0b906947
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"moment": "^2.29.4", "moment": "^2.29.4",
"pinia": "^2.1.4", "pinia": "^2.1.4",
"pinia-plugin-persist": "^1.0.0", "pinia-plugin-persist": "^1.0.0",
"valibot": "^0.8.0", "validator": "^13.9.0",
"vue": "2.7.14", "vue": "2.7.14",
"vue-i18n": "^8.28.2", "vue-i18n": "^8.28.2",
"vue-router": "3.6.5", "vue-router": "3.6.5",
...@@ -7784,10 +7784,13 @@ ...@@ -7784,10 +7784,13 @@
"node": ">=10.12.0" "node": ">=10.12.0"
} }
}, },
"node_modules/valibot": { "node_modules/validator": {
"version": "0.8.0", "version": "13.9.0",
"resolved": "https://registry.npmmirror.com/valibot/-/valibot-0.8.0.tgz", "resolved": "https://registry.npmmirror.com/validator/-/validator-13.9.0.tgz",
"integrity": "sha512-wQHXVkVFj6Z0R3297icGCp3UX8S66onuIg03ihJ8aVgMn8pMJvYSfmrKb+aIg7w/Aw08togrklaMSqDP2vKtIA==" "integrity": "sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA==",
"engines": {
"node": ">= 0.10"
}
}, },
"node_modules/vary": { "node_modules/vary": {
"version": "1.1.2", "version": "1.1.2",
...@@ -14783,10 +14786,10 @@ ...@@ -14783,10 +14786,10 @@
"convert-source-map": "^1.6.0" "convert-source-map": "^1.6.0"
} }
}, },
"valibot": { "validator": {
"version": "0.8.0", "version": "13.9.0",
"resolved": "https://registry.npmmirror.com/valibot/-/valibot-0.8.0.tgz", "resolved": "https://registry.npmmirror.com/validator/-/validator-13.9.0.tgz",
"integrity": "sha512-wQHXVkVFj6Z0R3297icGCp3UX8S66onuIg03ihJ8aVgMn8pMJvYSfmrKb+aIg7w/Aw08togrklaMSqDP2vKtIA==" "integrity": "sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA=="
}, },
"vary": { "vary": {
"version": "1.1.2", "version": "1.1.2",
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
"moment": "^2.29.4", "moment": "^2.29.4",
"pinia": "^2.1.4", "pinia": "^2.1.4",
"pinia-plugin-persist": "^1.0.0", "pinia-plugin-persist": "^1.0.0",
"valibot": "^0.8.0", "validator": "^13.9.0",
"vue": "2.7.14", "vue": "2.7.14",
"vue-i18n": "^8.28.2", "vue-i18n": "^8.28.2",
"vue-router": "3.6.5", "vue-router": "3.6.5",
......
...@@ -35,9 +35,9 @@ dependencies: ...@@ -35,9 +35,9 @@ dependencies:
pinia-plugin-persist: pinia-plugin-persist:
specifier: ^1.0.0 specifier: ^1.0.0
version: 1.0.0(pinia@2.1.4)(vue@2.7.14) version: 1.0.0(pinia@2.1.4)(vue@2.7.14)
valibot: validator:
specifier: ^0.8.0 specifier: ^13.9.0
version: 0.8.0 version: 13.9.0
vue: vue:
specifier: 2.7.14 specifier: 2.7.14
version: 2.7.14 version: 2.7.14
...@@ -5339,8 +5339,9 @@ packages: ...@@ -5339,8 +5339,9 @@ packages:
convert-source-map: 1.9.0 convert-source-map: 1.9.0
dev: true dev: true
/valibot@0.8.0: /validator@13.9.0:
resolution: {integrity: sha512-wQHXVkVFj6Z0R3297icGCp3UX8S66onuIg03ihJ8aVgMn8pMJvYSfmrKb+aIg7w/Aw08togrklaMSqDP2vKtIA==} resolution: {integrity: sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA==}
engines: {node: '>= 0.10'}
dev: false dev: false
/vary@1.1.2: /vary@1.1.2:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment