Skip to content

Commit cef3976

Browse files
Bump prettier from 2.8.8 to 3.1.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.1.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.1.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc74585 commit cef3976

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
@@ -21,7 +21,7 @@
2121
"eslint-plugin-import": "^2.22.1",
2222
"eslint-plugin-prettier": "^3.4.0",
2323
"mocha": "^8.3.2",
24-
"prettier": "^2.2.1",
24+
"prettier": "^3.1.0",
2525
"ts-node": "^9.1.1",
2626
"typescript": "^3.5.3"
2727
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,10 +1588,10 @@ prettier-linter-helpers@^1.0.0:
15881588
dependencies:
15891589
fast-diff "^1.1.2"
15901590

1591-
prettier@^2.2.1:
1592-
version "2.8.8"
1593-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
1594-
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
1591+
prettier@^3.1.0:
1592+
version "3.1.0"
1593+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
1594+
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
15951595

15961596
progress@^2.0.0:
15971597
version "2.0.3"

0 commit comments

Comments
 (0)