Skip to content

Commit 7a028db

Browse files
build(deps-dev): bump prettier from 2.8.7 to 3.0.0 in /demos/moderator (#694)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 3.0.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.7...3.0.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <[email protected]>
1 parent 7c1ce4f commit 7a028db

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

demos/moderator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"npm-run-all": "4.1.5",
4242
"parcel-bundler": "1.12.5",
4343
"postcss-modules": "3.2.2",
44-
"prettier": "2.8.7",
44+
"prettier": "3.0.0",
4545
"prettier-eslint": "15.0.1"
4646
},
4747
"snyk": true

demos/moderator/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10035,7 +10035,12 @@ prettier-linter-helpers@^1.0.0:
1003510035
dependencies:
1003610036
fast-diff "^1.1.2"
1003710037

10038-
[email protected], prettier@^2.5.1:
10038+
10039+
version "3.0.0"
10040+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0.tgz#e7b19f691245a21d618c68bc54dc06122f6105ae"
10041+
integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==
10042+
10043+
prettier@^2.5.1:
1003910044
version "2.8.7"
1004010045
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
1004110046
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==

0 commit comments

Comments
 (0)