Skip to content

Commit

Permalink
chore: update protobuf dependencies (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis authored Oct 3, 2023
1 parent d69ff51 commit 45b757e
Show file tree
Hide file tree
Showing 17 changed files with 129 additions and 172 deletions.
2 changes: 1 addition & 1 deletion libraries/grpc-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/node": "18.15.11",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions libraries/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prom-client": "^14.2.0",
"protobufjs": "^7.2.3",
"winston": "^3.8.2",
"winston-loki": "^6.0.6"
"winston-loki": "^6.0.7"
},
"directories": {
"lib": "dist",
Expand All @@ -48,7 +48,7 @@
"@types/node": "18.15.11",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/testing-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/node": "18.15.11",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion modules/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/uuid": "^9.0.1",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion modules/authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/uuid": "^9.0.1",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion modules/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/uuid": "^9.0.1",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion modules/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/dottie": "^2.0.4",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion modules/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"cross-env": "^7.0.3",
"rimraf": "^5.0.0",
"smtp-server": "^3.11.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion modules/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "18.15.11",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
4 changes: 2 additions & 2 deletions modules/push-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"@grpc/proto-loader": "^0.7.6",
"@onesignal/node-onesignal": "^1.0.0-beta9",
"convict": "^6.2.4",
"firebase-admin": "^11.6.0",
"firebase-admin": "^11.11.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/convict": "^6.1.1",
"@types/lodash": "^4.14.192",
"@types/node": "18.15.11",
"copyfiles": "^2.4.1",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"rimraf": "^5.0.0",
"typescript": "~5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion modules/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/node": "18.15.11",
"express": "~4.18.2",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion modules/sms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "18.15.11",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion modules/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/uuid": "^9.0.1",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/validator": "^13.7.14",
"express": "~4.18.2",
"rimraf": "^5.0.0",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"ts-proto": "^1.146.0",
"ts-proto": "^1.159.2",
"typescript": "~5.0.4"
}
}
Loading

0 comments on commit 45b757e

Please sign in to comment.