From b24bc277482623385a1de307a0df3b5f4c055498 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 30 Jan 2026 12:14:07 +0800 Subject: [PATCH] add valibot --- next-ui/package-lock.json | 41 ++++++++++++++++++++++++++------------- next-ui/package.json | 1 + 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/next-ui/package-lock.json b/next-ui/package-lock.json index fd868085..9d6b274f 100644 --- a/next-ui/package-lock.json +++ b/next-ui/package-lock.json @@ -21,6 +21,7 @@ "openapi-fetch": "^0.15.0", "pinia": "^3.0.4", "pinia-plugin-persistedstate": "^4.7.1", + "valibot": "^1.2.0", "vue": "^3.5.27", "vue-intl": "^7.1.1", "vuedraggable": "^4.1.0", @@ -7845,16 +7846,6 @@ "graceful-fs": "^4.1.6" } }, - "node_modules/jsonfile/node_modules/universalify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.0.0" - } - }, "node_modules/jsonify": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz", @@ -7954,9 +7945,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "dev": true, "license": "MIT" }, @@ -11068,6 +11059,16 @@ "node": ">=18.12.0" } }, + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.0.0" + } + }, "node_modules/unocss": { "version": "66.6.0", "resolved": "https://registry.npmjs.org/unocss/-/unocss-66.6.0.tgz", @@ -11471,6 +11472,20 @@ "dev": true, "license": "MIT" }, + "node_modules/valibot": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-1.2.0.tgz", + "integrity": "sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==", + "license": "MIT", + "peerDependencies": { + "typescript": ">=5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, "node_modules/varint": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz", diff --git a/next-ui/package.json b/next-ui/package.json index 691cf349..186e3af9 100644 --- a/next-ui/package.json +++ b/next-ui/package.json @@ -42,6 +42,7 @@ "openapi-fetch": "^0.15.0", "pinia": "^3.0.4", "pinia-plugin-persistedstate": "^4.7.1", + "valibot": "^1.2.0", "vue": "^3.5.27", "vue-intl": "^7.1.1", "vuedraggable": "^4.1.0",