Skip to content

Commit

Permalink
Remove undici as a dependency now that fetch is built in to Node
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg committed Sep 20, 2023
1 parent 465d118 commit 22cbfc7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 67 deletions.
70 changes: 6 additions & 64 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ts-mockito": "2.6.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"undici": "5.25.0",
"yargs": "17.7.2"
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion scripts/post-promote-tasks-utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {fetch} from 'undici';
import {Octokit} from '@octokit/rest';

const octokit = new Octokit({
Expand Down
1 change: 0 additions & 1 deletion test/check-live-release.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import assert from 'assert';
import yargs from 'yargs/yargs';
import versionsJson from '../configs/versions.json';
import {fetch} from 'undici';

const {diff} = yargs(process.argv.slice(2))
.options({diff: {type: 'string', demandOption: true}})
Expand Down

0 comments on commit 22cbfc7

Please sign in to comment.