Skip to content

Commit

Permalink
Bump up Prettier to version 2.8.2 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 10, 2023
1 parent 49229bc commit 5d0112d
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: 16
- name: "Install Prettier"
run: npm install --global prettier@2.7.1
run: npm install --global prettier@2.8.2
- 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 @@ -18,7 +18,7 @@
"@babel/preset-react": "^7.16.0",
"@testing-library/react": "^11.2.7",
"jest": "^27.5.1",
"prettier": "2.8.1",
"prettier": "2.8.2",
"react-test-renderer": "^17.0.2"
},
"scripts": {
Expand Down

0 comments on commit 5d0112d

Please sign in to comment.