Skip to content

Commit

Permalink
chore: Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Sep 29, 2024
1 parent ffacf3a commit 1335572
Show file tree
Hide file tree
Showing 4 changed files with 1,036 additions and 483 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.0.0
v22.9.0
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
protoc:
build:
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,30 @@
"@types/jest": "^29.5.3",
"@types/node": "^16.18.38",
"@types/object-hash": "^3.0.2",
"chokidar": "^3.5.3",
"chokidar": "^4.0.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"dataloader": "^2.2.2",
"jest": "^29.6.1",
"jest": "^29.7.0",
"jest-ts-webcompat-resolver": "^1.0.0",
"mongodb": "^5.7.0",
"mongodb": "^6.9.0",
"nano-date": "^4.1.0",
"nice-grpc": "^2.1.4",
"object-hash": "^3.0.0",
"prettier": "^2.8.8",
"protobufjs": "^7.2.4",
"protobufjs-cli": "^1.1.1",
"prettier": "^3.3.3",
"protobufjs": "^7.4.0",
"protobufjs-cli": "^1.1.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"semantic-release": "^24.0.0",
"ts-jest": "^29.1.1",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"uglify-js": "^3.17.4"
"semantic-release": "^24.1.2",
"ts-jest": "^29.2.5",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"uglify-js": "^3.19.3"
},
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"case-anything": "^2.1.13",
"ts-poet": "^6.7.0",
"ts-poet": "^6.9.0",
"ts-proto-descriptors": "2.0.0"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 1335572

Please sign in to comment.