Skip to content

Commit

Permalink
Update dependency eslint-plugin-prettier to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 19, 2023
1 parent 237ed38 commit 9d601a7
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 9 deletions.
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.0",
"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.0":
version: 5.1.0
resolution: "eslint-plugin-prettier@npm:5.1.0"
dependencies:
prettier-linter-helpers: ^1.0.0
synckit: ^0.8.5
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: 3a1c53899373dafcabdfb1d8e7638de249d3685825b787a59a743581d43ef849d4afac14edd2628fb80c57f507a31613c557c3f816144bc7179ad18c5e7afcf5
languageName: node
linkType: hard

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

"synckit@npm:^0.8.5":
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.0
eslint-plugin-react: ^7.33.2
eslint-plugin-react-hooks: ^4.6.0
fork-ts-checker-webpack-plugin: ^9.0.2
Expand Down

0 comments on commit 9d601a7

Please sign in to comment.