Skip to content

Commit

Permalink
uberf-8357: remove node fetch from account and services (#6812)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Zinoviev <[email protected]>
  • Loading branch information
lexiv0re authored Oct 4, 2024
1 parent fc9e15f commit bb96ae4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion pods/authProviders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"prettier": "^3.1.0",
"typescript": "^5.3.3",
"@types/ws": "^8.5.11",
"@types/node-fetch": "~2.6.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
Expand Down
4 changes: 1 addition & 3 deletions server/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.3.3",
"@types/node-fetch": "~2.6.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
Expand All @@ -58,7 +57,6 @@
"@hcengineering/server-storage": "^0.6.0",
"@hcengineering/server-core": "^0.6.1",
"@hcengineering/server-pipeline": "^0.6.0",
"@hcengineering/model-all": "^0.6.0",
"node-fetch": "^2.6.6"
"@hcengineering/model-all": "^0.6.0"
}
}
1 change: 0 additions & 1 deletion server/account/src/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import { decodeToken as decodeTokenRaw, generateToken, type Token } from '@hceng
import toolPlugin, { connect } from '@hcengineering/server-tool'
import { randomBytes } from 'crypto'
import { type MongoClient } from 'mongodb'
import fetch from 'node-fetch'
import otpGenerator from 'otp-generator'

import { accountPlugin } from './plugin'
Expand Down
2 changes: 0 additions & 2 deletions services/ai-bot/pod-ai-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@types/express": "^4.17.13",
"@types/jest": "^29.5.5",
"@types/node": "~20.11.16",
"@types/node-fetch": "~2.6.2",
"@types/ws": "^8.5.11",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
Expand Down Expand Up @@ -81,7 +80,6 @@
"form-data": "^4.0.0",
"js-tiktoken": "^1.0.14",
"mongodb": "^6.9.0",
"node-fetch": "^2.6.6",
"openai": "^4.56.0",
"ws": "^8.18.0"
}
Expand Down
2 changes: 0 additions & 2 deletions services/telegram-bot/pod-telegram-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@types/express": "^4.17.13",
"@types/jest": "^29.5.5",
"@types/node": "~20.11.16",
"@types/node-fetch": "~2.6.2",
"@types/otp-generator": "^4.0.2",
"@types/ws": "^8.5.11",
"@typescript-eslint/eslint-plugin": "^6.11.0",
Expand Down Expand Up @@ -80,7 +79,6 @@
"express": "^4.19.2",
"htmlparser2": "^9.0.0",
"mongodb": "^6.9.0",
"node-fetch": "^2.6.6",
"otp-generator": "^4.0.1",
"telegraf": "^4.16.3",
"ws": "^8.18.0"
Expand Down

0 comments on commit bb96ae4

Please sign in to comment.