Skip to content

Commit 2b70505

Browse files
authored
Merge pull request #90 from envoy/fix-allow-for-express-5
Fix allow for express 5
2 parents e78f24e + b48dbfb commit 2b70505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envoy/envoy-integrations-sdk",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "SDK for building Envoy integrations.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -78,6 +78,6 @@
7878
"typescript": "4.2"
7979
},
8080
"peerDependencies": {
81-
"@types/express": "^4"
81+
"@types/express": "^4 || ^5"
8282
}
8383
}

0 commit comments

Comments
 (0)