From ea0e79ff4f19dee1c5a351c8a5dc98d50a703a22 Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Thu, 28 Nov 2024 01:50:54 +0200 Subject: [PATCH] chore: upgrade standard schema dep --- package.json | 2 +- test/standardSchema.ts | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f40a3a0a..a6b9f24d 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@babel/preset-typescript": "^7.22.5", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-node-resolve": "^13.3.0", - "@standard-schema/spec": "^1.0.0-beta.3", + "@standard-schema/spec": "^1.0.0-beta.4", "@types/jest": "^27.5.2", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", diff --git a/test/standardSchema.ts b/test/standardSchema.ts index 34f53ba2..2fda1816 100644 --- a/test/standardSchema.ts +++ b/test/standardSchema.ts @@ -8,10 +8,10 @@ import { mixed, tuple, } from '../src'; -import type { v1 } from '@standard-schema/spec'; +import type { StandardSchemaV1 } from '@standard-schema/spec'; function verifyStandardSchema( - schema: v1.StandardSchema, + schema: StandardSchemaV1, ) { return ( schema['~standard'].version === 1 && diff --git a/yarn.lock b/yarn.lock index 6cb7993b..f171096f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1592,10 +1592,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@standard-schema/spec@^1.0.0-beta.3": - version "1.0.0-beta.3" - resolved "https://registry.yarnpkg.com/@standard-schema/spec/-/spec-1.0.0-beta.3.tgz#4dbf9a3c69e10fa2997e1ac1f39d8e9f33213576" - integrity sha512-0ifF3BjA1E8SY9C+nUew8RefNOIq0cDlYALPty4rhUm8Rrl6tCM8hBT4bhGhx7I7iXD0uAgt50lgo8dD73ACMw== +"@standard-schema/spec@^1.0.0-beta.4": + version "1.0.0-beta.4" + resolved "https://registry.yarnpkg.com/@standard-schema/spec/-/spec-1.0.0-beta.4.tgz#62f520109add3eb016004098363bfee0678dd1ec" + integrity sha512-d3IxtzLo7P1oZ8s8YNvxzBUXRXojSut8pbPrTYtzsc5sn4+53jVqbk66pQerSZbZSJZQux6LkclB/+8IDordHg== "@textlint/ast-node-types@^12.1.1": version "12.1.1"