Skip to content

Commit 4ff56d6

Browse files
Update prettier requirement from ^2.3.2 to ^2.4.0 (#88)
Updates the requirements on [prettier](https://github.com/prettier/prettier) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a57a15b commit 4ff56d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"eslint-plugin-import": "^2.24.2",
3131
"eslint-plugin-node": "^11.1.0",
3232
"eslint-plugin-promise": "^5.1.0",
33-
"prettier": "^2.3.2"
33+
"prettier": "^2.4.0"
3434
}
3535
}

0 commit comments

Comments
 (0)