Skip to content

Commit

Permalink
chore: update dependency prettier to v3 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mew-ton <[email protected]>
  • Loading branch information
renovate[bot] and mew-ton authored Jul 25, 2023
1 parent c985bd6 commit 6f68130
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-mirrors-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"type-assurer": patch
---

chore: update dependency prettier to v3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4385,7 +4385,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.7.1, prettier@npm:^2.8.8":
"prettier@npm:^2.7.1":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
Expand All @@ -4394,6 +4394,15 @@ __metadata:
languageName: node
linkType: hard

"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

"pretty-format@npm:^29.5.0":
version: 29.6.1
resolution: "pretty-format@npm:29.6.1"
Expand Down Expand Up @@ -5384,7 +5393,7 @@ __metadata:
eslint-config-prettier: ^8.8.0
eslint-plugin-import: ^2.27.5
lodash: ^4.17.21
prettier: ^2.8.8
prettier: ^3.0.0
tsup: ^7.1.0
typescript: ^5.1.6
vitest: ^0.33.0
Expand Down

0 comments on commit 6f68130

Please sign in to comment.