Skip to content

chore(deps): update dependency eslint-plugin-prettier to v5 #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-config-next": "13.5.8",
"eslint-config-twilio": "2.0.0",
"eslint-config-twilio-react": "2.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.5.0",
"jest": "29.7.0",
"prettier": "2.8.8",
"start-server-and-test": "2.0.10"
Expand Down
40 changes: 38 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2771,6 +2771,13 @@ __metadata:
languageName: node
linkType: hard

"@pkgr/core@npm:^0.2.4":
version: 0.2.7
resolution: "@pkgr/core@npm:0.2.7"
checksum: b16959878940f3d3016b79a4b2c23fd518aaec6b47295baa3154fbcf6574fee644c51023bb69069fa3ea9cdcaca40432818f54695f11acc0ae326cf56676e4d1
languageName: node
linkType: hard

"@pkgr/utils@npm:^2.3.1":
version: 2.3.1
resolution: "@pkgr/utils@npm:2.3.1"
Expand Down Expand Up @@ -7660,7 +7667,27 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:4.2.1, eslint-plugin-prettier@npm:^4.0.0":
"eslint-plugin-prettier@npm:5.5.0":
version: 5.5.0
resolution: "eslint-plugin-prettier@npm:5.5.0"
dependencies:
prettier-linter-helpers: ^1.0.0
synckit: ^0.11.7
peerDependencies:
"@types/eslint": ">=8.0.0"
eslint: ">=8.0.0"
eslint-config-prettier: ">= 7.0.0 <10.0.0 || >=10.1.0"
prettier: ">=3.0.0"
peerDependenciesMeta:
"@types/eslint":
optional: true
eslint-config-prettier:
optional: true
checksum: 63eab6adfa0cca78fafbc8482c2f04676dd3efc92b260b1abf15c63cd42a8a3207dc128a73694f177bec37a91a275976aa5fcb21676916dcb91cf49e9312d9a2
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:^4.0.0":
version: 4.2.1
resolution: "eslint-plugin-prettier@npm:4.2.1"
dependencies:
Expand Down Expand Up @@ -10887,7 +10914,7 @@ __metadata:
eslint-config-next: 13.5.8
eslint-config-twilio: 2.0.0
eslint-config-twilio-react: 2.0.0
eslint-plugin-prettier: 4.2.1
eslint-plugin-prettier: 5.5.0
jest: 29.7.0
next: 13.5.8
prettier: 2.8.8
Expand Down Expand Up @@ -12366,6 +12393,15 @@ __metadata:
languageName: node
linkType: hard

"synckit@npm:^0.11.7":
version: 0.11.8
resolution: "synckit@npm:0.11.8"
dependencies:
"@pkgr/core": ^0.2.4
checksum: dd7193736e0b5eb209192e280649b98b539537bf23bef20c8a2b24cd12ccde47bcf4e77773ff9cb66c35960d2cb41e28c05e0b19124488abbfb6423258b56275
languageName: node
linkType: hard

"synckit@npm:^0.8.4":
version: 0.8.5
resolution: "synckit@npm:0.8.5"
Expand Down
Loading