Skip to content

Commit

Permalink
fix(deps): update dependency @deepkit/type to v1.0.1-alpha.156 (#1610)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent d87354f commit fb8a5a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions bun.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lockfileVersion": 0,
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "typescript-runtime-type-benchmarks",
Expand All @@ -8,7 +8,7 @@
"@ailabs/ts-utils": "1.4.0",
"@badrap/valita": "0.4.2",
"@deepkit/core": "1.0.1-alpha.156",
"@deepkit/type": "1.0.1-alpha.155",
"@deepkit/type": "1.0.1-alpha.156",
"@deepkit/type-compiler": "1.0.1-alpha.155",
"@effect/schema": "0.75.5",
"@mojotech/json-type-validation": "3.1.0",
Expand Down Expand Up @@ -318,7 +318,7 @@

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

"@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=="],
"@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=="],

"@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=="],

Expand Down
14 changes: 7 additions & 7 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 @@ -34,7 +34,7 @@
"@ailabs/ts-utils": "1.4.0",
"@badrap/valita": "0.4.2",
"@deepkit/core": "1.0.1-alpha.156",
"@deepkit/type": "1.0.1-alpha.155",
"@deepkit/type": "1.0.1-alpha.156",
"@deepkit/type-compiler": "1.0.1-alpha.155",
"@effect/schema": "0.75.5",
"@mojotech/json-type-validation": "3.1.0",
Expand Down

0 comments on commit fb8a5a0

Please sign in to comment.