Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2020
1 parent dc10770 commit 9c50d36
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"codecov": "^3.7.2",
"husky": "^4.2.5",
"lerna": "^3.22.1",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"pretty-quick": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion projects/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-prettier": "^3.1.4",
"mongodb-memory-server": "^6.6.0",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"supertest": "^4.0.2",
"ts-jest": "^26.3.0",
"ts-node": "^8.10.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/banner-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.4.0",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"ts-jest": "^26.3.0",
"ts-node": "^8.10.1",
"tslib": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ioredis": "^4.17.1",
"jest": "^26.4.0",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"ts-jest": "^26.3.0",
"ts-node": "^8.10.1",
"typescript": "^3.9.6"
Expand Down
2 changes: 1 addition & 1 deletion projects/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"file-loader": "^6.1.0",
"git-revision-webpack-plugin": "^3.0.6",
"html-webpack-plugin": "^4.3.0",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"react-svg-loader": "^3.0.3",
"style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2",
Expand Down
2 changes: 1 addition & 1 deletion projects/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.4.0",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"ts-jest": "^26.3.0",
"ts-node": "^8.10.1",
"tslib": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11164,10 +11164,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
prettier@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6"
integrity sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==

pretty-bytes@^5.3.0:
version "5.3.0"
Expand Down

0 comments on commit 9c50d36

Please sign in to comment.