diff options
author | Raphael <mail@raphaelkabo.com> | 2023-09-28 14:57:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 14:57:00 +0100 |
commit | 558329cd608e75a8b0417f0b3592609edc5ef907 (patch) | |
tree | 2f37873dfeb051cbfe01c698d7ac1d192696aa7e /package.json | |
parent | ce14c7897988176a00f9fa1530801378ad6db9f4 (diff) | |
parent | d3f92b76a8a6261e450673b01d3af8cee776a79d (diff) |
Merge branch 'main' into patch-1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 90047c3..afbca27 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "eslint": "^8.40.0", "nodemon": "^2.0.22", "prettier": "^2.8.8", - "typescript": "^5.0.4" + "typescript": "5.1.6" } } |