Skip to content

Commit

Permalink
Remove node-fetch from dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Sep 3, 2024
1 parent 432ad7e commit 1b658d3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 18 deletions.
14 changes: 0 additions & 14 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "eb82df4c18604f27a55346fce2f1d98d55b467f6",
"pnpmShrinkwrapHash": "d2b7857ec8d95c90fd800c6b48ae3be27839523f",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
2 changes: 0 additions & 2 deletions trackers/javascript-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@
"wdio-chromedriver-service": "~8.1.1",
"webdriverio": "~8.39.1",
"@wdio/shared-store-service": "~8.39.1",
"node-fetch": "2",
"@types/node-fetch": "2",
"@wdio/globals": "~8.39.1",
"wdio-safaridriver-service": "~2.1.1",
"wdio-edgedriver-service": "~3.0.3",
Expand Down
1 change: 0 additions & 1 deletion trackers/javascript-tracker/test/micro.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Docker from 'dockerode';
import { Writable } from 'stream';
import fetch from 'node-fetch';

export interface DockerWrapper {
url: string;
Expand Down
1 change: 1 addition & 0 deletions trackers/node-tracker/test/got_emitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ test('gotEmitter should add STM querystring parameter when sending POST requests
});

test('gotEmitter should add STM querystring parameter when sending GET requests', async (t) => {
sinon.restore();
const testTime = new Date('2020-06-15T09:12:30.000Z').getTime();
const clock = sinon.useFakeTimers(testTime);

Expand Down

0 comments on commit 1b658d3

Please sign in to comment.