Skip to content

Commit

Permalink
fix(deps): update dependency @deepkit/core to v1.0.1-alpha.156 (#1609)
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 30, 2025
1 parent b520750 commit 2d626eb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
6 changes: 3 additions & 3 deletions bun.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"lockfileVersion": 0,
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "typescript-runtime-type-benchmarks",
"dependencies": {
"@aeriajs/validation": "0.0.150",
"@ailabs/ts-utils": "1.4.0",
"@badrap/valita": "0.4.2",
"@deepkit/core": "1.0.1-alpha.154",
"@deepkit/core": "1.0.1-alpha.156",
"@deepkit/type": "1.0.1-alpha.155",
"@deepkit/type-compiler": "1.0.1-alpha.155",
"@effect/schema": "0.75.5",
Expand Down Expand Up @@ -316,7 +316,7 @@

"@cspotcode/source-map-support": ["@cspotcode/[email protected]", "", { "dependencies": { "@jridgewell/trace-mapping": "0.3.9" } }, "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw=="],

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

"@deepkit/type": ["@deepkit/[email protected]", "", { "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=="],

Expand Down
49 changes: 23 additions & 26 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 @@
"@aeriajs/validation": "0.0.150",
"@ailabs/ts-utils": "1.4.0",
"@badrap/valita": "0.4.2",
"@deepkit/core": "1.0.1-alpha.154",
"@deepkit/core": "1.0.1-alpha.156",
"@deepkit/type": "1.0.1-alpha.155",
"@deepkit/type-compiler": "1.0.1-alpha.155",
"@effect/schema": "0.75.5",
Expand Down

0 comments on commit 2d626eb

Please sign in to comment.