Skip to content

Commit 37b81e7

Browse files
committed
chore: Bump dependencies.
1 parent ffacf3a commit 37b81e7

File tree

5 files changed

+1037
-484
lines changed

5 files changed

+1037
-484
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.0.0
1+
v22.9.0

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3"
21
services:
32
protoc:
43
build:

integration/update-code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for TEST in $TESTS; do
2424
fi
2525

2626
PROTO_FILES=$(find . -name '*.proto' -type f)
27-
NODE_OPTIONS="--import tsx" protoc --experimental_allow_proto3_optional \
27+
NODE_DEBUG=module NODE_OPTIONS="--import tsx --trace-uncaught" protoc --experimental_allow_proto3_optional \
2828
"--plugin=$PLUGIN_PATH" \
2929
--ts_proto_opt="annotateFilesWithVersion=false,${PARAMETERS}" \
3030
--ts_proto_out=./ \

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,30 +46,30 @@
4646
"@types/jest": "^29.5.3",
4747
"@types/node": "^16.18.38",
4848
"@types/object-hash": "^3.0.2",
49-
"chokidar": "^3.5.3",
49+
"chokidar": "^4.0.1",
5050
"conventional-changelog-conventionalcommits": "^8.0.0",
5151
"dataloader": "^2.2.2",
52-
"jest": "^29.6.1",
52+
"jest": "^29.7.0",
5353
"jest-ts-webcompat-resolver": "^1.0.0",
54-
"mongodb": "^5.7.0",
54+
"mongodb": "^6.9.0",
5555
"nano-date": "^4.1.0",
5656
"nice-grpc": "^2.1.4",
5757
"object-hash": "^3.0.0",
58-
"prettier": "^2.8.8",
59-
"protobufjs": "^7.2.4",
60-
"protobufjs-cli": "^1.1.1",
58+
"prettier": "^3.3.3",
59+
"protobufjs": "^7.4.0",
60+
"protobufjs-cli": "^1.1.3",
6161
"reflect-metadata": "^0.1.13",
6262
"rxjs": "^7.8.1",
63-
"semantic-release": "^24.0.0",
64-
"ts-jest": "^29.1.1",
65-
"tsx": "^4.17.0",
66-
"typescript": "^5.5.4",
67-
"uglify-js": "^3.17.4"
63+
"semantic-release": "^24.1.2",
64+
"ts-jest": "^29.2.5",
65+
"tsx": "^4.19.1",
66+
"typescript": "^5.6.2",
67+
"uglify-js": "^3.19.3"
6868
},
6969
"dependencies": {
7070
"@bufbuild/protobuf": "^2.0.0",
7171
"case-anything": "^2.1.13",
72-
"ts-poet": "^6.7.0",
72+
"ts-poet": "^6.9.0",
7373
"ts-proto-descriptors": "2.0.0"
7474
},
7575
"packageManager": "yarn@4.4.0"

0 commit comments

Comments
 (0)