Skip to content

Commit 558b45d

Browse files
chore(deps): update typescript dependencies (#480)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59be509 commit 558b45d

File tree

4 files changed

+102
-86
lines changed

4 files changed

+102
-86
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"devDependencies": {
3030
"@changesets/cli": "2.26.1",
3131
"@types/node-fetch": "2.6.3",
32-
"@typescript-eslint/eslint-plugin": "5.55.0",
33-
"@typescript-eslint/parser": "5.55.0",
32+
"@typescript-eslint/eslint-plugin": "5.59.1",
33+
"@typescript-eslint/parser": "5.59.1",
3434
"eslint": "8.38.0",
3535
"eslint-config-prettier": "8.8.0",
3636
"eslint-plugin-import": "2.27.5",

packages/common/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"npm-run-all": "4.1.5",
4949
"reflect-metadata": "0.1.13",
5050
"ts-jest": "29.1.0",
51-
"typedoc": "0.23.26",
52-
"typedoc-plugin-markdown": "3.14.0",
51+
"typedoc": "0.24.6",
52+
"typedoc-plugin-markdown": "3.15.2",
5353
"typescript": "4.9.5"
5454
},
5555
"peerDependencies": {

packages/types/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@types/lodash": "4.14.194",
3232
"jest": "29.5.0",
3333
"ts-jest": "29.1.0",
34-
"typedoc": "0.23.26",
35-
"typedoc-plugin-markdown": "3.14.0",
34+
"typedoc": "0.24.6",
35+
"typedoc-plugin-markdown": "3.15.2",
3636
"typescript": "4.9.5"
3737
}
3838
}

0 commit comments

Comments
 (0)