Skip to content

Commit 0c0abe0

Browse files
committed
Fix
1 parent 794d586 commit 0c0abe0

File tree

2 files changed

+103
-168
lines changed

2 files changed

+103
-168
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,27 @@
110110
"@whatwg-node/fetch": "0.10.3",
111111
"@whatwg-node/node-fetch": "0.7.7",
112112
"@whatwg-node/server": "0.9.65",
113+
"axios": "^0.28.0",
114+
"cross-fetch": "^3.1.5",
115+
"date-and-time": "^0.14.2",
113116
"es5-ext": "0.10.64",
114117
"esbuild": "^0.24.0",
115118
"graphql": "16.10.0",
116119
"graphql-jit": "patch:graphql-jit@npm%3A0.8.7#~/.yarn/patches/graphql-jit-npm-0.8.7-3ae882ba75.patch",
117120
"graphql-rate-limit": "patch:graphql-rate-limit@npm%3A3.3.0#~/.yarn/patches/graphql-rate-limit-npm-3.3.0-3ae882ba75.patch",
118121
"ioredis-mock": "patch:ioredis-mock@npm%3A8.9.0#~/.yarn/patches/ioredis-mock-npm-8.9.0-3ae882ba75.patch",
119122
"jest-leak-detector": "patch:jest-leak-detector@npm%3A29.7.0#~/.yarn/patches/jest-leak-detector-npm-29.7.0-3ae882ba75.patch",
123+
"node-fetch": "^2.6.7",
120124
"node-gyp": "^11.0.0",
125+
"nth-check": "^2.0.1",
126+
"postcss": "^8.4.31",
127+
"sequelize": "^6.37.5",
121128
"sqlite3": "^5.1.7",
122129
"tslib": "2.8.1",
123-
"uuid": "11.0.5"
130+
"underscore": "^1.12.1",
131+
"uuid": "11.0.5",
132+
"validator": "^13.7.0",
133+
"xml2js": "^0.5.0"
124134
},
125135
"lint-staged": {
126136
"packages/**/src/**/*.{ts,tsx}": [

0 commit comments

Comments
 (0)