diff options
author | Joel Spadin <[email protected]> | 2023-04-23 00:00:12 -0500 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2023-04-24 16:07:04 -0700 |
commit | 5b07c86d05a81a82d4fd72ad29d3daa846a2b458 (patch) | |
tree | b8814762e89a6f40d87cae6b308bd912097d9911 /docs/package.json | |
parent | 94061bb91629a83cfe251e63799a9be04a1564d4 (diff) | |
download | zmk-5b07c86d05a81a82d4fd72ad29d3daa846a2b458.tar.gz zmk-5b07c86d05a81a82d4fd72ad29d3daa846a2b458.zip |
chore: Update Prettier
Added a workaround to select the latest version of Prettier with
pre-commit, since the pre-commit mirror repo started tracking alpha
releases and doesn't have anything beyond 2.7.1.
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 95d47b9f0b..70105b54f6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -58,7 +58,7 @@ "mustache": "^4.2.0", "null-loader": "^4.0.0", "prebuild-webpack-plugin": "^1.1.1", - "prettier": "^2.7.1", + "prettier": "^2.8.7", "string-replace-loader": "^3.1.0", "typescript": "^4.6.3", "webpack": "^5.72.1" |