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 @@ -37,7 +37,7 @@
"eslint-config-next": "13.5.11",
"eslint-config-twilio": "2.0.0",
"eslint-config-twilio-react": "2.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.5.4",
"jest": "29.7.0",
"prettier": "2.8.8",
"start-server-and-test": "2.0.12"
Expand Down
40 changes: 38 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2895,6 +2895,13 @@ __metadata:
languageName: node
linkType: hard

"@pkgr/core@npm:^0.2.9":
version: 0.2.9
resolution: "@pkgr/core@npm:0.2.9"
checksum: bb2fb86977d63f836f8f5b09015d74e6af6488f7a411dcd2bfdca79d76b5a681a9112f41c45bdf88a9069f049718efc6f3900d7f1de66a2ec966068308ae517f
languageName: node
linkType: hard

"@popperjs/core@npm:^2.5.4":
version: 2.11.6
resolution: "@popperjs/core@npm:2.11.6"
Expand Down Expand Up @@ -10222,7 +10229,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.4":
version: 5.5.4
resolution: "eslint-plugin-prettier@npm:5.5.4"
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: 0dd05ed85018ab0e98da80325b7bd4c4ab6dd684398f1270a7c8cf4261df714dd4502ba4c7f85f651aade9989da0a7d2adda03af8873b73b52014141abf385de
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 @@ -13694,7 +13721,7 @@ __metadata:
eslint-config-next: 13.5.11
eslint-config-twilio: 2.0.0
eslint-config-twilio-react: 2.0.0
eslint-plugin-prettier: 4.2.1
eslint-plugin-prettier: 5.5.4
fs: ^0.0.1-security
jest: 29.7.0
next: 14.2.25
Expand Down Expand Up @@ -15427,6 +15454,15 @@ __metadata:
languageName: node
linkType: hard

"synckit@npm:^0.11.7":
version: 0.11.11
resolution: "synckit@npm:0.11.11"
dependencies:
"@pkgr/core": ^0.2.9
checksum: bc896d4320525501495654766e6b0aa394e522476ea0547af603bdd9fd7e9b65dcd6e3a237bc7eb3ab7e196376712f228bf1bf6ed1e1809f4b32dc9baf7ad413
languageName: node
linkType: hard

"tar@npm:^7.4.3":
version: 7.4.3
resolution: "tar@npm:7.4.3"
Expand Down
Loading