Skip to content

Commit

Permalink
Change Prettier peer dependencies from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Sep 25, 2023
1 parent cb5a25f commit 8d81651
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Breaking Changes

- Change the required major version of Prettier from v2 to v3 ([#54775](https://github.com/WordPress/gutenberg/pull/54775)).

## 16.0.0 (2023-09-20)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"peerDependencies": {
"@babel/core": ">=7",
"eslint": ">=8",
"prettier": ">=2",
"prettier": ">=3",
"typescript": ">=4"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 4 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Breaking Change

- Change the required major version of Prettier from v2 to v3 ([#54775](https://github.com/WordPress/gutenberg/pull/54775)).

## 2.25.0 (2023-09-20)

## 2.24.0 (2023-08-31)
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"main": "lib/index.js",
"types": "build-types",
"peerDependencies": {
"prettier": ">=2"
"prettier": ">=3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8d81651

Please sign in to comment.