Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #220 from saiichihashimoto/update-type-fest
Browse files Browse the repository at this point in the history
fix(deps): update type-fest
  • Loading branch information
kodiakhq[bot] authored Apr 26, 2023
2 parents bb9528f + e15d291 commit c8257af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@portabletext/types": "1.0.3",
"@types/lodash": "4.14.182",
"lodash": "4.17.21",
"type-fest": "2.18.0",
"type-fest": "2.19.0",
"zod": "3.17.10"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import type {
UrlDefinition,
} from "sanity";
import type { Simplify } from "type-fest";
// TODO [type-fest@>=3.5.0]: IsEqual is available directly from type-fest
import type { IsEqual } from "type-fest/source/internal";
import type { GetRule } from "types";

Expand Down

0 comments on commit c8257af

Please sign in to comment.