Skip to content

Commit 42e214a

Browse files
authored
[compliance] Update opensource api dependencies (#588)
## Summary Update dependencies for API opensource package. ## How was it tested? pnpm test ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 1ea28b4 commit 42e214a

File tree

2 files changed

+494
-679
lines changed

2 files changed

+494
-679
lines changed

api/ts/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
"typecheck": "tsc --noEmit"
3535
},
3636
"devDependencies": {
37-
"@typescript-eslint/parser": "^7.17.0",
38-
"eslint": "^9.7.0",
39-
"eslint-config-prettier": "^9.1.0",
40-
"prettier": "^3.3.3",
41-
"tsup": "^8.5.0",
42-
"typescript": "^5.0.4"
37+
"@typescript-eslint/parser": "^7.18.0",
38+
"eslint": "^9.39.1",
39+
"eslint-config-prettier": "^9.1.2",
40+
"prettier": "^3.7.4",
41+
"tsup": "^8.5.1",
42+
"typescript": "^5.9.3"
4343
},
4444
"dependencies": {
45-
"@bufbuild/protobuf": "^1.4.0",
46-
"@connectrpc/connect": "^1.1.2",
47-
"@connectrpc/connect-web": "^1.1.2"
45+
"@bufbuild/protobuf": "^1.10.1",
46+
"@connectrpc/connect": "^1.7.0",
47+
"@connectrpc/connect-web": "^1.7.0"
4848
},
4949
"engines": {
5050
"node": ">=18"

0 commit comments

Comments
 (0)