From 93406d26b81aa68d67c5901986910f35d18055e0 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 24 Mar 2025 12:50:54 +0100 Subject: [PATCH] chore(deps): move `@standard-schema/spec` in deps + remove `valibot` --- package.json | 3 +-- pnpm-lock.yaml | 9 +++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 51fe816f..17ab747c 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "@nuxtjs/color-mode": "^3.5.2", "@nuxtjs/tailwindcss": "^6.13.2", "@popperjs/core": "^2.11.8", + "@standard-schema/spec": "^1.0.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/forms": "^0.5.10", @@ -58,7 +59,6 @@ "devDependencies": { "@nuxt/eslint-config": "^1.2.0", "@nuxt/module-builder": "^0.8.4", - "@standard-schema/spec": "^1.0.0", "@nuxt/test-utils": "^3.17.2", "@release-it/conventional-changelog": "^10.0.0", "@vue/test-utils": "^2.4.6", @@ -69,7 +69,6 @@ "release-it": "^18.1.2", "superstruct": "^2.0.2", "typescript": "^5.6.3", - "valibot": "^1.0.0", "vitest": "^3.0.9", "vitest-environment-nuxt": "^1.0.1", "vue-tsc": "^2.1.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f549ae0b..635ff763 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,6 +40,9 @@ importers: '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 + '@standard-schema/spec': + specifier: ^1.0.0 + version: 1.0.0 '@tailwindcss/aspect-ratio': specifier: ^0.4.2 version: 0.4.2(tailwindcss@3.4.17) @@ -95,9 +98,6 @@ importers: '@release-it/conventional-changelog': specifier: ^10.0.0 version: 10.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.1.0)(release-it@18.1.2(@types/node@22.13.12)(typescript@5.6.3)) - '@standard-schema/spec': - specifier: ^1.0.0 - version: 1.0.0 '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 @@ -122,9 +122,6 @@ importers: typescript: specifier: 5.6.3 version: 5.6.3 - valibot: - specifier: ^1.0.0 - version: 1.0.0(typescript@5.6.3) vitest: specifier: ^3.0.9 version: 3.0.9(@types/debug@4.1.12)(@types/node@22.13.12)(happy-dom@17.4.4)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.0)