Skip to content

Commit 8ccff69

Browse files
committed
fix: make koa prod dep (#4630)
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
1 parent 2bcbf14 commit 8ccff69

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": {
99
"@hashgraph/json-rpc-config-service": "file:../config-service",
1010
"@hashgraph/json-rpc-relay": "file:../relay",
11+
"@koa/cors": "^5.0.0",
1112
"co-body": "6.2.0",
1213
"dotenv": "^17.2.1",
1314
"koa": "^3.0.1",
@@ -17,7 +18,6 @@
1718
},
1819
"devDependencies": {
1920
"@hashgraph/sdk": "^2.63.0",
20-
"@koa/cors": "^5.0.0",
2121
"@types/chai": "^4.3.0",
2222
"@types/cors": "^2.8.12",
2323
"@types/koa__cors": "^5.0.1",

packages/ws-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"@hashgraph/json-rpc-config-service": "file:../config-service",
1010
"@hashgraph/json-rpc-relay": "file:../relay",
1111
"@hashgraph/json-rpc-server": "file:../server",
12+
"@koa/cors": "^5.0.0",
1213
"co-body": "6.2.0",
1314
"dotenv": "^17.2.1",
1415
"koa": "^3.0.1",
@@ -19,7 +20,6 @@
1920
},
2021
"devDependencies": {
2122
"@hashgraph/sdk": "^2.63.0",
22-
"@koa/cors": "^5.0.0",
2323
"@types/chai": "^4.3.0",
2424
"@types/cors": "^2.8.12",
2525
"@types/mocha": "^10.0.10",

0 commit comments

Comments
 (0)