Skip to content

Commit

Permalink
fixup! Use WebClient in the plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Dec 4, 2024
1 parent 6fb5be3 commit b873b47
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
"start-proxy-server": "node ./lib/startProxyServer.js"
},
"devDependencies": {
"@microsoft/rush-lib": "workspace:*",
"@rushstack/heft": "workspace:*",
"local-node-rig": "workspace:*",
"@rushstack/rush-amazon-s3-build-cache-plugin": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/terminal": "workspace:*",
"@types/http-proxy": "~1.17.8",
"@types/node": "18.17.15",
"eslint": "~8.57.0",
"typescript": "~5.4.2",
"http-proxy": "~1.18.1",
"@types/http-proxy": "~1.17.8"
},
"dependencies": {
"@rushstack/terminal": "workspace:*"
"local-node-rig": "workspace:*",
"typescript": "~5.4.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// See LICENSE in the project root for license information.

import { AmazonS3Client } from '@rushstack/rush-amazon-s3-build-cache-plugin';
import { WebClient } from '@rushstack/rush-amazon-s3-build-cache-plugin';
import { WebClient } from '@microsoft/rush-lib/lib/utilities/WebClient';
import { ConsoleTerminalProvider, type ITerminal, Terminal } from '@rushstack/terminal';

const webClient: WebClient = new WebClient();
Expand Down
10 changes: 6 additions & 4 deletions common/config/subspaces/default/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b873b47

Please sign in to comment.