Skip to content

Commit d9dc4c3

Browse files
committed
fix(deps): update dependency typescript to v5
1 parent 13b9c65 commit d9dc4c3

File tree

2 files changed

+32
-11
lines changed

2 files changed

+32
-11
lines changed

package-lock.json

+30-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"npm-run-all": "4.1.5",
3737
"remark-cli": "11.0.0",
3838
"remark-toc": "8.0.1",
39-
"typescript": "4.9.5"
39+
"typescript": "5.0.2"
4040
},
4141
"dependencies": {
4242
"@typescript-eslint/eslint-plugin": "^5.0.0",
4343
"@typescript-eslint/parser": "^5.0.0"
4444
},
4545
"peerDependencies": {
46-
"typescript": "^4.4.2"
46+
"typescript": "^4.4.2 || ^5.0.0"
4747
}
4848
}

0 commit comments

Comments
 (0)