Skip to content

Commit 884a560

Browse files
javier-sierra-sngularjemacineiras
authored andcommitted
fix(prettier): pin prettier version
1 parent 837c1a5 commit 884a560

3 files changed

Lines changed: 89 additions & 88 deletions

File tree

package-lock.json

Lines changed: 87 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepare": "husky install",
2525
"prepublishOnly": "npm run types:build",
2626
"release": "changeset publish",
27-
"check": "npm run lint:check && npm run format:check && npm run types:check && npm test"
27+
"check": "npm run lint:check && npm run format:check && npm run types:check"
2828
},
2929
"author": {
3030
"name": "SNGULAR"

packages/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"scripts": {},
1616
"peerDependencies": {
17-
"prettier": "^3.0.0"
17+
"prettier": "3.2.2"
1818
}
1919
}

0 commit comments

Comments
 (0)