Skip to content

Commit

Permalink
Merge pull request #542 from movableink/nicksteffens/bump-prettier/pe…
Browse files Browse the repository at this point in the history
…er-dependency

chore(peer-deps)!: peer deps to use latest prettier and bump to node …
  • Loading branch information
nicksteffens committed Mar 20, 2024
2 parents 11be875 + 95012c6 commit 1ba4f5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"packageManager": "yarn@3.0.2",
"volta": {
"node": "14.19.3",
"node": "16.20.2",
"yarn": "1.22.4"
}
}
2 changes: 1 addition & 1 deletion prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"author": "Alex LaFroscia <alafroscia@movableink.com>",
"license": "MIT",
"peerDependencies": {
"prettier": "^2"
"prettier": "^2 || ^3"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@movable/prettier-config@workspace:prettier-config"
peerDependencies:
prettier: ^2
prettier: ^2 || ^3
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 1ba4f5b

Please sign in to comment.