Skip to content

Commit

Permalink
chore(deps): update typescript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 6877e89 commit 9208a64
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 183 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@changesets/cli": "2.26.1",
"@types/node-fetch": "2.6.3",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
Expand All @@ -48,7 +48,7 @@
"rimraf": "5.0.0",
"rxjs": "7.8.1",
"tar": "6.1.14",
"typescript": "5.1.3"
"typescript": "5.5.3"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"oclif": "3.9.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.5.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"ts-jest": "29.1.0",
"typescript": "5.1.3"
"typescript": "5.5.3"
}
}
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"nock": "13.3.1",
"npm-run-all": "4.1.5",
"ts-jest": "29.1.0",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "5.1.3"
"typedoc": "0.26.4",
"typedoc-plugin-markdown": "3.17.1",
"typescript": "5.5.3"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@types/lodash": "4.14.194",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "5.1.3"
"typedoc": "0.26.4",
"typedoc-plugin-markdown": "3.17.1",
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"semver": "7.5.0",
"supertest": "6.3.3",
"ts-jest": "29.1.0",
"typescript": "5.1.3"
"typescript": "5.5.3"
},
"dependencies": {
"@apollo/server": "4.9.3",
Expand Down
Loading

0 comments on commit 9208a64

Please sign in to comment.