Skip to content

Commit 4cad1aa

Browse files
build(deps-dev): bump prettier from 2.8.8 to 3.0.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 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.8...3.0.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34846c4 commit 4cad1aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"cspell": "^6.1.1",
3737
"husky": "^8.0.1",
3838
"lint-staged": "^13.0.1",
39-
"prettier": "^2.6.2",
39+
"prettier": "^3.0.0",
4040
"semantic-release": "^19.0.2"
4141
}
4242
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3801,10 +3801,10 @@ pkg-conf@^2.1.0:
38013801
find-up "^2.0.0"
38023802
load-json-file "^4.0.0"
38033803

3804-
prettier@^2.6.2:
3805-
version "2.8.8"
3806-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
3807-
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
3804+
prettier@^3.0.0:
3805+
version "3.0.0"
3806+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0.tgz#e7b19f691245a21d618c68bc54dc06122f6105ae"
3807+
integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==
38083808

38093809
proc-log@^2.0.0, proc-log@^2.0.1:
38103810
version "2.0.1"

0 commit comments

Comments
 (0)