Skip to content

Commit 5e04804

Browse files
build(deps-dev): bump prettier from 2.2.1 to 2.3.2 in /template
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.2.1...2.3.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 715f43f commit 5e04804

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-react": "^7.23.2",
4242
"eslint-plugin-react-hooks": "^4.2.0",
4343
"eslint-plugin-testing-library": "^4.7.0",
44-
"prettier": "^2.2.1",
44+
"prettier": "^2.3.2",
4545
"typescript": "^4.3.2"
4646
},
4747
"dependencies": {

template/packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"jest": "^26.6.3",
6868
"jest-circus": "^27.0.6",
6969
"originate-scripts": "^1.1.0",
70-
"prettier": "^2.2.1",
70+
"prettier": "^2.3.2",
7171
"supertest": "^6.1.1",
7272
"ts-graphql-plugin": "^2.1.3",
7373
"ts-jest": "^26.5.6",

template/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14401,7 +14401,12 @@ prettier-linter-helpers@^1.0.0:
1440114401
dependencies:
1440214402
fast-diff "^1.1.2"
1440314403

14404-
prettier@^2.2.1, prettier@~2.2.1:
14404+
prettier@^2.3.2:
14405+
version "2.3.2"
14406+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
14407+
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
14408+
14409+
prettier@~2.2.1:
1440514410
version "2.2.1"
1440614411
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
1440714412
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==

0 commit comments

Comments
 (0)