Skip to content

Commit 19c62fd

Browse files
fix(deps): update dependency @sinclair/typemap to v0.9.1
1 parent d868436 commit 19c62fd

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

bun.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lockfileVersion": 0,
2+
"lockfileVersion": 1,
33
"workspaces": {
44
"": {
55
"name": "typescript-runtime-type-benchmarks",
@@ -15,7 +15,7 @@
1515
"@mondrian-framework/model": "2.0.69",
1616
"@sapphire/shapeshift": "3.9.7",
1717
"@sinclair/typebox": "0.34.33",
18-
"@sinclair/typemap": "0.9.0",
18+
"@sinclair/typemap": "0.9.1",
1919
"@skarab/tson": "1.5.1",
2020
"@toi/toi": "1.3.0",
2121
"@typeofweb/schema": "0.7.3",
@@ -485,7 +485,7 @@
485485

486486
"@sinclair/typebox": ["@sinclair/[email protected]", "", {}, "sha512-5HAV9exOMcXRUxo+9iYB5n09XxzCXnfy4VTNW4xnDv+FgjzAGY989C28BIdljKqmF+ZltUwujE3aossvcVtq6g=="],
487487

488-
"@sinclair/typemap": ["@sinclair/[email protected].0", "", { "peerDependencies": { "@sinclair/typebox": "^0.34.30", "valibot": "^1.0.0", "zod": "^3.24.1" } }, "sha512-ZEhbpVqzx0Nsi+5YeNni4e7eMzCORZ6DZmEA4qIeQvJe23jPLEtqbzU4MhJXcWX6SPUNvi5yHmgipGAHb/k/9Q=="],
488+
"@sinclair/typemap": ["@sinclair/[email protected].1", "", { "peerDependencies": { "@sinclair/typebox": "^0.34.30", "valibot": "^1.0.0", "zod": "^3.24.1" } }, "sha512-Df3xzrK3LeYJiHoX1Rf4c7hG3qAPsEceRW3RuYKLLNsmggv6pxPa/a9YYxdtgKXyC0spljKchF7SjK6u2rlf+A=="],
489489

490490
"@skarab/tson": ["@skarab/[email protected]", "", { "optionalDependencies": { "typescript": "^4.6.2" } }, "sha512-DZMeweKar8axpt9OtW+8OW7GmAQELM0IBiDHkz1/rkzkW0MR9VmIiKNMx7TP2BxonZnDIaUtEXB47eOU5oRRpw=="],
491491

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mondrian-framework/model": "2.0.69",
4343
"@sapphire/shapeshift": "3.9.7",
4444
"@sinclair/typebox": "0.34.33",
45-
"@sinclair/typemap": "0.9.0",
45+
"@sinclair/typemap": "0.9.1",
4646
"@skarab/tson": "1.5.1",
4747
"@toi/toi": "1.3.0",
4848
"@typeofweb/schema": "0.7.3",

0 commit comments

Comments
 (0)