diff options
| author | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-07-11 22:34:50 +0900 |
|---|---|---|
| committer | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-07-13 22:44:29 +0900 |
| commit | 9d06aa55b41dfcf60cfe4606eec54aa7bfd83cb2 (patch) | |
| tree | 396b7ebc06204ebdfe92db5ae8819ae1687c3b78 /editors/code/package.json | |
| parent | eed1888b81592478fdc4c49708c7b2897e871f97 (diff) | |
| download | rust-9d06aa55b41dfcf60cfe4606eec54aa7bfd83cb2.tar.gz rust-9d06aa55b41dfcf60cfe4606eec54aa7bfd83cb2.zip | |
editor/code: Update prettier to v3
https://prettier.io/blog/2023/07/05/3.0.0.html
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index ebdfef6f6ad..5ad8502b5f1 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -59,7 +59,7 @@ "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "ovsx": "^0.8.1", - "prettier": "^2.8.8", + "prettier": "^3.0.0", "tslib": "^2.6.0", "typescript": "^5.1.6" }, |
