Skip to content

Commit

Permalink
chore: update prettier plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebon committed Jan 23, 2024
1 parent e4d815e commit 2ab5e16
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-prettier": "5.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "8.0.0",
Expand Down
1 change: 0 additions & 1 deletion server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6073,7 +6073,6 @@ __metadata:
resolution: "systeminformation@npm:5.21.24"
bin:
systeminformation: lib/cli.js
checksum: d3cfe6a1b1e58494ca0a149e5fcf39f0fa09cda2813a1b9cdf7b0265a2cfd1fb98f331e78c4a7a92c74e87c4c1d83c10ef5f8f8db6e134f8223d7aa41b5137a6
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
languageName: node
linkType: hard
Expand Down
42 changes: 35 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2627,6 +2627,13 @@ __metadata:
languageName: node
linkType: hard

"@pkgr/core@npm:^0.1.0":
version: 0.1.1
resolution: "@pkgr/core@npm:0.1.1"
checksum: 6f25fd2e3008f259c77207ac9915b02f1628420403b2630c92a07ff963129238c9262afc9e84344c7a23b5cc1f3965e2cd17e3798219f5fd78a63d144d3cceba
languageName: node
linkType: hard

"@polka/url@npm:^1.0.0-next.9":
version: 1.0.0-next.11
resolution: "@polka/url@npm:1.0.0-next.11"
Expand Down Expand Up @@ -6342,18 +6349,22 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:3.4.1":
version: 3.4.1
resolution: "eslint-plugin-prettier@npm:3.4.1"
"eslint-plugin-prettier@npm:5.0":
version: 5.0.1
resolution: "eslint-plugin-prettier@npm:5.0.1"
dependencies:
prettier-linter-helpers: ^1.0.0
synckit: ^0.8.5
peerDependencies:
eslint: ">=5.0.0"
prettier: ">=1.13.0"
"@types/eslint": ">=8.0.0"
eslint: ">=8.0.0"
prettier: ">=3.0.0"
peerDependenciesMeta:
"@types/eslint":
optional: true
eslint-config-prettier:
optional: true
checksum: fa6a89f0d7cba1cc87064352f5a4a68dc3739448dd279bec2bced1bfa3b704467e603d13b69dcec853f8fa30b286b8b715912898e9da776e1b016cf0ee48bd99
checksum: c2261033b97bafe99ccb7cc47c2fac6fa85b8bbc8b128042e52631f906b69e12afed2cdd9d7e3021cc892ee8dd4204a3574e1f32a0b718b4bb3b440944b6983b
languageName: node
linkType: hard

Expand Down Expand Up @@ -12897,6 +12908,16 @@ __metadata:
languageName: node
linkType: hard

"synckit@npm:^0.8.5":
version: 0.8.8
resolution: "synckit@npm:0.8.8"
dependencies:
"@pkgr/core": ^0.1.0
tslib: ^2.6.2
checksum: 9ed5d33abb785f5f24e2531efd53b2782ca77abf7912f734d170134552b99001915531be5a50297aa45c5701b5c9041e8762e6cd7a38e41e2461c1e7fccdedf8
languageName: node
linkType: hard

"table@npm:^5.2.3":
version: 5.4.6
resolution: "table@npm:5.4.6"
Expand Down Expand Up @@ -13268,6 +13289,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
languageName: node
linkType: hard

"tsutils@npm:^3.17.1":
version: 3.17.1
resolution: "tsutils@npm:3.17.1"
Expand Down Expand Up @@ -14094,7 +14122,7 @@ __metadata:
eslint-plugin-jest: 27.6.3
eslint-plugin-jsdoc: 48.0.2
eslint-plugin-no-unsanitized: 4.0.2
eslint-plugin-prettier: 3.4.1
eslint-plugin-prettier: 5.0
eslint-plugin-react: 7.30.1
eslint-plugin-react-hooks: 4.6.0
eslint-plugin-simple-import-sort: 8.0.0
Expand Down

0 comments on commit 2ab5e16

Please sign in to comment.