Skip to content

Commit

Permalink
fix(prettier): pin prettier version
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-sierra-sngular authored and jemacineiras committed May 7, 2024
1 parent 837c1a5 commit 884a560
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 88 deletions.
173 changes: 87 additions & 86 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 @@ -24,7 +24,7 @@
"prepare": "husky install",
"prepublishOnly": "npm run types:build",
"release": "changeset publish",
"check": "npm run lint:check && npm run format:check && npm run types:check && npm test"
"check": "npm run lint:check && npm run format:check && npm run types:check"
},
"author": {
"name": "SNGULAR"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"scripts": {},
"peerDependencies": {
"prettier": "^3.0.0"
"prettier": "3.2.2"
}
}

0 comments on commit 884a560

Please sign in to comment.