Skip to content
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

Update dependency eslint-plugin-prettier to v5 #978

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 @@ -65,7 +65,7 @@
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
Expand Down
45 changes: 37 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3366,6 +3366,20 @@ __metadata:
languageName: node
linkType: hard

"@pkgr/utils@npm:^2.4.2":
version: 2.4.2
resolution: "@pkgr/utils@npm:2.4.2"
dependencies:
cross-spawn: ^7.0.3
fast-glob: ^3.3.0
is-glob: ^4.0.3
open: ^9.1.0
picocolors: ^1.0.0
tslib: ^2.6.0
checksum: 24e04c121269317d259614cd32beea3af38277151c4002df5883c4be920b8e3490bb897748e844f9d46bf68230f86dabd4e8f093773130e7e60529a769a132fc
languageName: node
linkType: hard

"@pnpm/network.ca-file@npm:^1.0.1":
version: 1.0.1
resolution: "@pnpm/network.ca-file@npm:1.0.1"
Expand Down Expand Up @@ -9941,18 +9955,23 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:^4.2.1":
version: 4.2.1
resolution: "eslint-plugin-prettier@npm:4.2.1"
"eslint-plugin-prettier@npm:^5.1.2":
version: 5.1.2
resolution: "eslint-plugin-prettier@npm:5.1.2"
dependencies:
prettier-linter-helpers: ^1.0.0
synckit: ^0.8.6
peerDependencies:
eslint: ">=7.28.0"
prettier: ">=2.0.0"
"@types/eslint": ">=8.0.0"
eslint: ">=8.0.0"
eslint-config-prettier: "*"
prettier: ">=3.0.0"
peerDependenciesMeta:
"@types/eslint":
optional: true
eslint-config-prettier:
optional: true
checksum: b9e839d2334ad8ec7a5589c5cb0f219bded260839a857d7a486997f9870e95106aa59b8756ff3f37202085ebab658de382b0267cae44c3a7f0eb0bcc03a4f6d6
checksum: ee972ca16c1d05773abe370dcd43c71ffe729ad4eca86752e21be3d4afbc18f04184b4143e9d17869395d534eb8ad685b7589fcdc2706cb734fe17c3c3f4e6cd
languageName: node
linkType: hard

Expand Down Expand Up @@ -19307,6 +19326,16 @@ __metadata:
languageName: node
linkType: hard

"synckit@npm:^0.8.6":
version: 0.8.6
resolution: "synckit@npm:0.8.6"
dependencies:
"@pkgr/utils": ^2.4.2
tslib: ^2.6.2
checksum: 7c1f4991d0afd63c090c0537f1cf8619dd5777a40cf83bf46beadbf4eb0f9e400d92044e90a177a305df4bcb56efbaf1b689877f301f2672d865b6eecf1be75a
languageName: node
linkType: hard

"tailwindcss@npm:^3.3.5":
version: 3.3.5
resolution: "tailwindcss@npm:3.3.5"
Expand Down Expand Up @@ -19683,7 +19712,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.0.0":
"tslib@npm:^2.0.0, tslib@npm:^2.6.0, tslib@npm:^2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
Expand Down Expand Up @@ -19917,7 +19946,7 @@ __metadata:
eslint-import-resolver-node: ^0.3.9
eslint-plugin-import: ^2.29.0
eslint-plugin-jsx-a11y: ^6.7.1
eslint-plugin-prettier: ^4.2.1
eslint-plugin-prettier: ^5.1.2
eslint-plugin-react: ^7.33.2
eslint-plugin-react-hooks: ^4.6.0
fork-ts-checker-webpack-plugin: ^9.0.2
Expand Down
Loading