Skip to content

Commit

Permalink
Update typescript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 26, 2022
1 parent 7a567c3 commit 12cd00d
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 119 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@changesets/cli": "2.24.4",
"@types/node-fetch": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
Expand All @@ -48,7 +48,7 @@
"rimraf": "3.0.2",
"rxjs": "7.5.6",
"tar": "6.1.11",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.11.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -59,7 +59,7 @@
"npm-run-all": "4.1.5",
"ts-jest": "29.0.2",
"ts-node": "10.9.1",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"engines": {
"node": ">=8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -27,6 +27,6 @@
"jest": "29.0.3",
"npm-run-all": "4.1.5",
"ts-jest": "29.0.2",
"typescript": "4.9.3"
"typescript": "4.9.4"
}
}
6 changes: 3 additions & 3 deletions packages/common/package.json
Expand Up @@ -48,9 +48,9 @@
"npm-run-all": "4.1.5",
"reflect-metadata": "0.1.13",
"ts-jest": "29.0.2",
"typedoc": "0.23.21",
"typedoc-plugin-markdown": "3.13.6",
"typescript": "4.9.3"
"typedoc": "0.23.23",
"typedoc-plugin-markdown": "3.14.0",
"typescript": "4.9.4"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Expand Up @@ -31,8 +31,8 @@
"@types/lodash": "4.14.185",
"jest": "29.0.3",
"ts-jest": "29.0.2",
"typedoc": "0.23.21",
"typedoc-plugin-markdown": "3.13.6",
"typescript": "4.9.3"
"typedoc": "0.23.23",
"typedoc-plugin-markdown": "3.14.0",
"typescript": "4.9.4"
}
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Expand Up @@ -51,7 +51,7 @@
"semver": "7.3.7",
"supertest": "6.2.4",
"ts-jest": "29.0.2",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"dependencies": {
"@nestjs/apollo": "10.1.6",
Expand Down

0 comments on commit 12cd00d

Please sign in to comment.