Skip to content

Commit

Permalink
Bump prettier from 2.3.2 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.3.2...2.4.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Sep 11, 2021
1 parent 92801d1 commit 3ff2444
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/package.json
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-react-native": "^3.11.0",
"eslint-plugin-relay": "^1.8.2",
"eslint-plugin-sx": "^0.14.0",
"prettier": "^2.3.2"
"prettier": "^2.4.0"
},
"devDependencies": {
"deep-diff": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/icons/package.json
Expand Up @@ -23,7 +23,7 @@
"@svgr/core": "^5.5.0",
"@svgr/plugin-svgo": "^5.5.0",
"change-case": "^4.1.2",
"prettier": "^2.3.2"
"prettier": "^2.4.0"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion src/sx-jest-snapshot-serializer/package.json
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@adeira/sx": "^0.28.0",
"@babel/runtime": "^7.15.4",
"prettier": "^2.3.2",
"prettier": "^2.4.0",
"pretty-format": "^27.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/sx/package.json
Expand Up @@ -24,7 +24,7 @@
"fast-levenshtein": "^3.0.0",
"json-stable-stringify": "^1.0.1",
"mdn-data": "^2.0.21",
"prettier": "^2.3.2",
"prettier": "^2.4.0",
"stylis": "^4.0.10"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -14605,10 +14605,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^2.0.1, prettier@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
prettier@^2.0.1, prettier@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.0.tgz#85bdfe0f70c3e777cf13a4ffff39713ca6f64cba"
integrity sha512-DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ==

prettier@~2.2.1:
version "2.2.1"
Expand Down

0 comments on commit 3ff2444

Please sign in to comment.