Skip to content

Commit 53ba409

Browse files
fix(deps): update dependency @deepkit/type to v1.0.1-alpha.156
1 parent 2d626eb commit 53ba409

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@ailabs/ts-utils": "1.4.0",
99
"@badrap/valita": "0.4.2",
1010
"@deepkit/core": "1.0.1-alpha.156",
11-
"@deepkit/type": "1.0.1-alpha.155",
11+
"@deepkit/type": "1.0.1-alpha.156",
1212
"@deepkit/type-compiler": "1.0.1-alpha.155",
1313
"@effect/schema": "0.75.5",
1414
"@mojotech/json-type-validation": "3.1.0",
@@ -318,7 +318,7 @@
318318

319319
"@deepkit/core": ["@deepkit/[email protected]", "", { "dependencies": { "dot-prop": "^5.1.1", "to-fast-properties": "^3.0.1" } }, "sha512-LHwqX2mEaRkMtqrW2joipDG/RtabnMY/tDDfka3ZWHdfyArjGqb585K6rk04xDnwNabYQ6AzAONJ232vLm746g=="],
320320

321-
"@deepkit/type": ["@deepkit/[email protected].155", "", { "dependencies": { "@deepkit/type-spec": "^1.0.1-alpha.116", "@types/uuid": "^8.3.0", "buffer": "^5.2.1", "uuid": "^8.3.2" }, "peerDependencies": { "@deepkit/core": "^1.0.1-alpha.13" } }, "sha512-hVzR+D5yz2D9Bld/YE4bw8eqv7w21pV1XGqaQJWxKjaZjWiy5HVS7K1WQGzwU1ZbhDepnTlBzG6jmIM1iYn9eQ=="],
321+
"@deepkit/type": ["@deepkit/[email protected].156", "", { "dependencies": { "@deepkit/type-spec": "^1.0.1-alpha.116", "@types/uuid": "^8.3.0", "buffer": "^5.2.1", "uuid": "^8.3.2" }, "peerDependencies": { "@deepkit/core": "^1.0.1-alpha.13" } }, "sha512-I3H1Fx1MyPGEvxnRA4/pYSXj/ci2l1naBxxQ3+jzSiw19WTrpckLk5ho3xOTH6TSyXmXW0FZ92xqcT44D4TLgQ=="],
322322

323323
"@deepkit/type-compiler": ["@deepkit/[email protected]", "", { "dependencies": { "@deepkit/type-spec": "^1.0.1-alpha.116", "@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-f203TkV/wVDSQNpGPomkB16TbrmjL4R3TJeJ8uYYXk0it9tdN6sVpuMoe2ouP7UzQVaV4Si75fWTbQsSQeuxiQ=="],
324324

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
@@ -34,7 +34,7 @@
3434
"@ailabs/ts-utils": "1.4.0",
3535
"@badrap/valita": "0.4.2",
3636
"@deepkit/core": "1.0.1-alpha.156",
37-
"@deepkit/type": "1.0.1-alpha.155",
37+
"@deepkit/type": "1.0.1-alpha.156",
3838
"@deepkit/type-compiler": "1.0.1-alpha.155",
3939
"@effect/schema": "0.75.5",
4040
"@mojotech/json-type-validation": "3.1.0",

0 commit comments

Comments
 (0)