Skip to content

Commit

Permalink
Merge pull request #80 from YutaUra/feature/remove-node-fetch
Browse files Browse the repository at this point in the history
remove unused deps
  • Loading branch information
YutaUra authored Aug 25, 2024
2 parents 06303cf + 9ce894e commit 1e28d81
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions examples/firebase-admin-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"@shared/prettier-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/node": "20.16.1",
"@types/node-fetch": "2.6.11",
"node-fetch": "2.7.0",
"typescript": "4.9.5",
"vitest": "2.0.5"
}
Expand Down
1 change: 0 additions & 1 deletion examples/firebase-admin-vitest/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
FieldValue,
setLogFunction,
} from 'firebase-admin/firestore'
import fetch from 'node-fetch'
import { expect, describe, it, beforeAll, beforeEach, afterAll } from 'vitest'

const LOGGING = false as boolean
Expand Down
2 changes: 0 additions & 2 deletions examples/firebase-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"@shared/typescript-config": "workspace:^",
"@types/jest": "29.5.12",
"@types/node": "20.16.1",
"@types/node-fetch": "2.6.11",
"jest": "29.7.0",
"node-fetch": "2.7.0",
"ts-jest": "29.2.4",
"typescript": "4.9.5"
}
Expand Down
1 change: 0 additions & 1 deletion examples/firebase-admin/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
FieldValue,
setLogFunction,
} from 'firebase-admin/firestore'
import fetch from 'node-fetch'

const LOGGING = false as boolean

Expand Down
20 changes: 0 additions & 20 deletions pnpm-lock.yaml

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

0 comments on commit 1e28d81

Please sign in to comment.