summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2023-09-28 14:40:14 +0100
committerGitHub <noreply@github.com>2023-09-28 14:40:14 +0100
commitd3f92b76a8a6261e450673b01d3af8cee776a79d (patch)
tree6f37aa7f85ab8cdcb0e9671f39fb1374807a151f /package.json
parentec206eb1eb13535d95e56e477ab716889801d491 (diff)
parent2bc847a4fc81fb3c3c63b8a1023eff7ca51e85b5 (diff)
Merge pull request #108 from dariusk/patch-1
Update typescript version
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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"
}
}