Skip to content

Commit 4fdf1d6

Browse files
committed
chore: lock file changes, fix standalone dep to httpserver
1 parent 3bb4c83 commit 4fdf1d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/standalone/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
"@types/yargs": "^17.0.32",
2020
"typescript": "^5.3.3"
2121
}
22-
}
22+
}

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ __metadata:
293293
languageName: unknown
294294
linkType: soft
295295

296-
"@finos/git-proxy-httpserver@workspace:^, @finos/git-proxy-httpserver@workspace:packages/httpserver":
296+
"@finos/git-proxy-httpserver@workspace:*, @finos/git-proxy-httpserver@workspace:packages/httpserver":
297297
version: 0.0.0-use.local
298298
resolution: "@finos/git-proxy-httpserver@workspace:packages/httpserver"
299299
dependencies:
@@ -309,7 +309,7 @@ __metadata:
309309
version: 0.0.0-use.local
310310
resolution: "@finos/git-proxy-standalone@workspace:apps/standalone"
311311
dependencies:
312-
"@finos/git-proxy-httpserver": "workspace:^"
312+
"@finos/git-proxy-httpserver": "workspace:*"
313313
"@types/yargs": "npm:^17.0.32"
314314
typescript: "npm:^5.3.3"
315315
yargs: "npm:^17.7.2"

0 commit comments

Comments
 (0)