Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump up Prettier to version 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed May 7, 2024
1 parent 3e57ddf commit 876240d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: "18"
- name: "Install Prettier"
run: npm install --global prettier@3.0.1
run: npm install --global prettier@3.2.5
- name: "Check format"
run: make check

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"mocha": "10.2.0",
"prettier": "3.0.1"
"prettier": "3.2.5"
}
}

0 comments on commit 876240d

Please sign in to comment.