Skip to content

Commit

Permalink
chore: lock file changes, fix standalone dep to httpserver
Browse files Browse the repository at this point in the history
  • Loading branch information
coopernetes committed Jun 8, 2024
1 parent 3bb4c83 commit 4fdf1d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"@types/yargs": "^17.0.32",
"typescript": "^5.3.3"
}
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ __metadata:
languageName: unknown
linkType: soft

"@finos/git-proxy-httpserver@workspace:^, @finos/git-proxy-httpserver@workspace:packages/httpserver":
"@finos/git-proxy-httpserver@workspace:*, @finos/git-proxy-httpserver@workspace:packages/httpserver":
version: 0.0.0-use.local
resolution: "@finos/git-proxy-httpserver@workspace:packages/httpserver"
dependencies:
Expand All @@ -309,7 +309,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@finos/git-proxy-standalone@workspace:apps/standalone"
dependencies:
"@finos/git-proxy-httpserver": "workspace:^"
"@finos/git-proxy-httpserver": "workspace:*"
"@types/yargs": "npm:^17.0.32"
typescript: "npm:^5.3.3"
yargs: "npm:^17.7.2"
Expand Down

0 comments on commit 4fdf1d6

Please sign in to comment.