From af83deb199dc1d8cae4365ec2c5acf07e29358df Mon Sep 17 00:00:00 2001 From: Zach Wegrzyniak Date: Mon, 6 Jun 2022 13:12:00 -0400 Subject: [PATCH] fix: add `@types/serve-static` to dependencies (#4468) Co-authored-by: Nitin Kumar --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index 014a919cf3..a8798cb1cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "@types/connect-history-api-fallback": "^1.3.5", "@types/express": "^4.17.13", "@types/serve-index": "^1.9.1", + "@types/serve-static": "^1.13.10", "@types/sockjs": "^0.3.33", "@types/ws": "^8.5.1", "ansi-html-community": "^0.0.8", diff --git a/package.json b/package.json index c4bccac3a7..9fdf1fe98c 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "@types/connect-history-api-fallback": "^1.3.5", "@types/express": "^4.17.13", "@types/serve-index": "^1.9.1", + "@types/serve-static": "^1.13.10", "@types/sockjs": "^0.3.33", "@types/ws": "^8.5.1", "ansi-html-community": "^0.0.8",