Skip to content

Commit

Permalink
fix(nextjs): add missing express dependencies to next plugin (#15854)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored and FrozenPandaz committed Mar 23, 2023
1 parent 54bc5ca commit f88cc40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/next/package.json
Expand Up @@ -44,7 +44,9 @@
"chalk": "^4.1.0",
"copy-webpack-plugin": "^10.2.4",
"dotenv": "~10.0.0",
"express": "^4.18.1",
"fs-extra": "^11.1.0",
"http-proxy-middleware": "^2.0.6",
"ignore": "^5.0.4",
"semver": "7.3.4",
"ts-node": "10.9.1",
Expand Down

0 comments on commit f88cc40

Please sign in to comment.