Skip to content

Commit f3cf1ff

Browse files
authored
v5: actually drop Express from the main package's dependencies (#8094)
Forgot to do this previously when making the standalone server not use Express.
1 parent dabe7ba commit f3cf1ff

File tree

4 files changed

+42
-13
lines changed

4 files changed

+42
-13
lines changed

.changeset/smart-impalas-pump.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

package-lock.json

Lines changed: 38 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"@types/async-retry": "1.4.9",
5252
"@types/body-parser": "1.19.6",
5353
"@types/cors": "2.8.19",
54+
"@types/express": "^4.17.13",
55+
"@types/express-serve-static-core": "^4.17.30",
5456
"@types/finalhandler": "1.2.4",
5557
"@types/lodash.sumby": "4.6.9",
5658
"@types/negotiator": "0.6.4",

packages/server/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,10 @@
136136
"@apollo/utils.usagereporting": "^2.1.0",
137137
"@apollo/utils.withrequired": "^3.0.0",
138138
"@graphql-tools/schema": "^10.0.0",
139-
"@types/express": "^4.17.13",
140-
"@types/express-serve-static-core": "^4.17.30",
141139
"async-retry": "^1.2.1",
142140
"body-parser": "^2.2.0",
143141
"cors": "^2.8.5",
144142
"finalhandler": "^2.1.0",
145-
"express": "^4.21.1",
146143
"loglevel": "^1.6.8",
147144
"lru-cache": "^11.1.0",
148145
"negotiator": "^1.0.0",

0 commit comments

Comments
 (0)