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.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed Aug 3, 2023
1 parent 7b7b433 commit ea63c4d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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: "15"
- name: "Install Prettier"
run: npm install --global prettier@2.8.2
run: npm install --global prettier@3.0.1
- name: "Check format"
run: make check

Expand Down
18 changes: 9 additions & 9 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": "2.8.2"
"prettier": "3.0.1"
}
}

0 comments on commit ea63c4d

Please sign in to comment.