Skip to content

Commit

Permalink
bump prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Sep 25, 2023
1 parent 7c57bdd commit 3e0e819
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "2.8.8-sdk",
"version": "3.0.3-sdk",
"main": "./index.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^2.8.8"
"prettier": "^3.0.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md,html,yml,yaml,json}": "prettier --write",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
"prettier@npm:^3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
bin:
prettier: bin-prettier.js
checksum: 00cdb6ab0281f98306cd1847425c24cbaaa48a5ff03633945ab4c701901b8e96ad558eb0777364ffc312f437af9b5a07d0f45346266e8245beaf6247b9c62b24
prettier: bin/prettier.cjs
checksum: ccf1ead9794b017be6b42d0873f459070beef2069eb393c8b4c0d11aa3430acefc54f6d5f44a5b7ce9af05ad8daf694b912f0aa2808d1c22dfa86e61e9d563f8
languageName: node
linkType: hard

Expand All @@ -391,7 +391,7 @@ __metadata:
dependencies:
husky: "npm:^8.0.3"
lint-staged: "npm:^14.0.1"
prettier: "npm:^2.8.8"
prettier: "npm:^3.0.3"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 3e0e819

Please sign in to comment.