refactor(nx/client): add types for http proxy

This commit is contained in:
Elian Doran 2025-04-23 10:16:11 +03:00
parent 659ccd8561
commit 0d4de2a7dd
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View File

@ -81,6 +81,7 @@
"@types/debounce": "1.2.4",
"@types/ejs": "3.1.5",
"@types/escape-html": "1.0.4",
"@types/express-http-proxy": "1.6.6",
"@types/express-session": "1.18.1",
"@types/fs-extra": "11.0.4",
"@types/html": "1.0.4",

11
package-lock.json generated
View File

@ -292,6 +292,7 @@
"@types/debounce": "1.2.4",
"@types/ejs": "3.1.5",
"@types/escape-html": "1.0.4",
"@types/express-http-proxy": "1.6.6",
"@types/express-session": "1.18.1",
"@types/fs-extra": "11.0.4",
"@types/html": "1.0.4",
@ -9062,6 +9063,16 @@
"@types/serve-static": "*"
}
},
"node_modules/@types/express-http-proxy": {
"version": "1.6.6",
"resolved": "https://registry.npmjs.org/@types/express-http-proxy/-/express-http-proxy-1.6.6.tgz",
"integrity": "sha512-J8ZqHG76rq1UB716IZ3RCmUhg406pbWxsM3oFCFccl5xlWUPzoR4if6Og/cE4juK8emH0H9quZa5ltn6ZdmQJg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/express": "*"
}
},
"node_modules/@types/express-serve-static-core": {
"version": "4.19.6",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",