aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/package.json
diff options
context:
space:
mode:
authorPeter Johanson <[email protected]>2022-04-05 19:28:46 +0000
committerPete Johanson <[email protected]>2022-04-06 06:01:39 -0400
commit17affd8081a03669720dc05766832dfa21d0c639 (patch)
tree080295c436cdea6e1c08066f58bae5d9a12e22b8 /docs/package.json
parent60d367cbb9ca085316986a40b90b32f7a6c08fe0 (diff)
downloadzmk-17affd8081a03669720dc05766832dfa21d0c639.tar.gz
zmk-17affd8081a03669720dc05766832dfa21d0c639.zip
refactor(docs): Bump typescript dependency.
* Newer `tsc` needed for Docusaurus changes.
Diffstat (limited to 'docs/package.json')
-rw-r--r--docs/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json
index 53b69bbb3a..755482b6c8 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -60,7 +60,7 @@
"prebuild-webpack-plugin": "^1.1.1",
"prettier": "2.3.1",
"string-replace-loader": "^3.0.3",
- "typescript": "^4.2.3",
+ "typescript": "^4.6.3",
"webpack": "^5.46.0"
}
}