Skip to content

Commit

Permalink
chore: upgrade standard schema dep
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Nov 27, 2024
1 parent d857686 commit ea0e79f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions test/standardSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Input, Output>(
schema: v1.StandardSchema<Input, Output>,
schema: StandardSchemaV1<Input, Output>,
) {
return (
schema['~standard'].version === 1 &&
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ea0e79f

Please sign in to comment.