We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a84ef0 commit 216bf85Copy full SHA for 216bf85
packages/rest/package.json
@@ -27,8 +27,10 @@
27
"@loopback/openapi-v3-types": "^1.0.0",
28
"@types/cors": "^2.8.3",
29
"@types/express": "^4.11.1",
30
+ "@types/express-serve-static-core": "^4.16.0",
31
"@types/http-errors": "^1.6.1",
32
"@types/parseurl": "^1.3.1",
33
+ "@types/serve-static": "1.13.2",
34
"ajv": "^6.5.1",
35
"body": "^5.1.0",
36
"cors": "^2.8.4",
@@ -52,11 +54,9 @@
52
54
"@loopback/repository": "^1.0.2",
53
55
"@loopback/testlab": "^1.0.0",
56
"@types/debug": "0.0.30",
- "@types/express-serve-static-core": "^4.16.0",
57
"@types/js-yaml": "^3.11.1",
58
"@types/lodash": "^4.14.106",
59
"@types/node": "^10.11.2",
- "@types/serve-static": "1.13.2",
60
"@types/qs": "^6.5.1",
61
"@types/type-is": "^1.6.2"
62
},
0 commit comments