Skip to content

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 5d0112d commit fc724b2
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: 16
- 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 @@ -18,7 +18,7 @@
"@babel/preset-react": "^7.16.0",
"@testing-library/react": "^11.2.7",
"jest": "^27.5.1",
"prettier": "2.8.2",
"prettier": "3.0.1",
"react-test-renderer": "^17.0.2"
},
"scripts": {
Expand Down

0 comments on commit fc724b2

Please sign in to comment.