Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v2.5.1 (#33)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v2.5.1

* Create friendly-suns-fold.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: roikoren755 <26850796+roikoren755@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 4, 2021
1 parent 63cbe6d commit 92f785e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-suns-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-es-roikoren": patch
---

chore(deps): update dependency prettier to v2.5.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"watch": "mocha tests/**/*.ts --reporter progress --watch"
},
"resolutions": {
"prettier": "2.5.0"
"prettier": "2.5.1"
},
"dependencies": {
"@typescript-eslint/experimental-utils": "5.5.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"lint-staged": "12.1.2",
"mocha": "9.1.3",
"nyc": "15.1.0",
"prettier": "2.5.0",
"prettier": "2.5.1",
"semver": "7.3.5",
"typescript": "4.5.2",
"yarn-deduplicate": "3.1.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3269,10 +3269,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@2.5.0, prettier@^1.19.1:
version "2.5.0"
resolved "https://registry.npmjs.org/prettier/-/prettier-2.5.0.tgz#a6370e2d4594e093270419d9cc47f7670488f893"
integrity sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==
prettier@2.5.1, prettier@^1.19.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==

process-on-spawn@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 92f785e

Please sign in to comment.