Skip to content

Commit

Permalink
fix(deps): update dependency prettier to v3 (#1777)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 20, 2023
1 parent 02b2030 commit 5337e51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"jest-localstorage-mock": "2.4.26",
"lint-staged": "13.2.2",
"pinst": "3.0.0",
"prettier": "2.8.8",
"prettier": "3.0.0",
"raf": "3.4.1",
"regenerator-runtime": "0.13.11",
"rimraf": "5.0.1",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6838,7 +6838,7 @@ __metadata:
jest-localstorage-mock: 2.4.26
lint-staged: 13.2.2
pinst: 3.0.0
prettier: 2.8.8
prettier: 3.0.0
raf: 3.4.1
regenerator-runtime: 0.13.11
rimraf: 5.0.1
Expand Down Expand Up @@ -10481,7 +10481,16 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.8.8, prettier@npm:^2.7.1":
"prettier@npm:3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
bin:
prettier: bin/prettier.cjs
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
languageName: node
linkType: hard

"prettier@npm:^2.7.1":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
Expand Down

0 comments on commit 5337e51

Please sign in to comment.