Skip to content

Commit 0203495

Browse files
fix(deps): update dependency @deepkit/type-compiler to v1.0.5 (#1790)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d868436 commit 0203495

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",
@@ -9,7 +9,7 @@
99
"@badrap/valita": "0.4.3",
1010
"@deepkit/core": "1.0.5",
1111
"@deepkit/type": "1.0.5",
12-
"@deepkit/type-compiler": "1.0.2",
12+
"@deepkit/type-compiler": "1.0.5",
1313
"@effect/schema": "0.75.5",
1414
"@mojotech/json-type-validation": "3.1.0",
1515
"@mondrian-framework/model": "2.0.69",
@@ -323,7 +323,7 @@
323323

324324
"@deepkit/type": ["@deepkit/[email protected]", "", { "dependencies": { "@deepkit/type-spec": "^1.0.1", "@types/uuid": "^8.3.0", "buffer": "^5.2.1", "uuid": "^8.3.2" }, "peerDependencies": { "@deepkit/core": "^1.0.1" } }, "sha512-vZZf5KBz2BMxnRaW8dGr1kXFFMYoaQjDgeqTBKoioX3VgCtjFEnIog6w8Gh8tmEdfdiiKCCZr/h4D158R9BGyw=="],
325325

326-
"@deepkit/type-compiler": ["@deepkit/[email protected].2", "", { "dependencies": { "@deepkit/type-spec": "^1.0.1", "@marcj/ts-clone-node": "^2.0.0", "@rollup/pluginutils": "^5.1.0", "@typescript/vfs": "1.5.0", "get-tsconfig": "^4.5.0", "lz-string": "^1.4.4", "micromatch": "^4.0.5", "strip-json-comments": "^3.1.1" }, "peerDependencies": { "typescript": "*" }, "bin": { "deepkit-type-install": "deepkit-type-install.js", "deepkit-compiler-debug": "deepkit-compiler-debug.js" } }, "sha512-qYrZPkEg2wYPVcv+VNFLv7RtKDphzkGI8AQOn4wNS1BoOVBBMhoylc98NDPZ14hW5QIcBGXlzlnoXmMzwz1Q5A=="],
326+
"@deepkit/type-compiler": ["@deepkit/[email protected].5", "", { "dependencies": { "@deepkit/type-spec": "^1.0.1", "@marcj/ts-clone-node": "^2.0.0", "@rollup/pluginutils": "^5.1.0", "@typescript/vfs": "1.5.0", "get-tsconfig": "^4.5.0", "lz-string": "^1.4.4", "micromatch": "^4.0.5", "strip-json-comments": "^3.1.1" }, "peerDependencies": { "typescript": "*" }, "bin": { "deepkit-compiler-debug": "deepkit-compiler-debug.js", "deepkit-type-install": "deepkit-type-install.js" } }, "sha512-KiKvy/CmB4hVWKLqJonLGHW0BUKYzcuzUvhd746SLbu5jvvvuF4mnwzAKeIk3rdNojimLzURVkJyqM7CryJtug=="],
327327

328328
"@deepkit/type-spec": ["@deepkit/[email protected]", "", {}, "sha512-14iJbtfGdjewxhzSWTU+nxQOD+sopFg8MP0W0kizJQMRADxhreDID8lDUk6zWoAJ6aLsQ1QbKZAl1UokzRI69A=="],
329329

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
@@ -36,7 +36,7 @@
3636
"@badrap/valita": "0.4.3",
3737
"@deepkit/core": "1.0.5",
3838
"@deepkit/type": "1.0.5",
39-
"@deepkit/type-compiler": "1.0.2",
39+
"@deepkit/type-compiler": "1.0.5",
4040
"@effect/schema": "0.75.5",
4141
"@mojotech/json-type-validation": "3.1.0",
4242
"@mondrian-framework/model": "2.0.69",

0 commit comments

Comments
 (0)