diff options
author | Joel Spadin <[email protected]> | 2023-04-23 16:55:01 -0500 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2023-05-20 01:33:11 -0600 |
commit | dae020787e5b29290e5cbd564fb5cdc4d29a0324 (patch) | |
tree | 450259b42ea7c5f7a9a3c7d9a7b9a3bbe716651d /docs/package.json | |
parent | c6bf95a901164e57d87d76cc65962434bba7b25d (diff) | |
download | zmk-dae020787e5b29290e5cbd564fb5cdc4d29a0324.tar.gz zmk-dae020787e5b29290e5cbd564fb5cdc4d29a0324.zip |
docs: Update tree-sitter
Updated web-tree-sitter and the devicetree grammar.
web-tree-sitter now supports a custom function to locate its .wasm file,
so performing a string replace is no longer necessary to get it to work
with Docusaurus' Webpack configuration. We now check when tree-sitter is
locating its .wasm file and provide the Webpack-adjusted URL.
Diffstat (limited to 'docs/package.json')
-rw-r--r-- | docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json index 44274becbb..15d5aa38ee 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,7 +28,7 @@ "react-copy-to-clipboard": "^5.0.3", "react-dom": "^17.0.2", "react-toastify": "^7.0.4", - "web-tree-sitter": "^0.19.4" + "web-tree-sitter": "^0.20.8" }, "browserslist": { "production": [ |