Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 2.8.8 to 3.0.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and loopingz committed Jul 7, 2023
1 parent 0a9267f commit ab465f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"merge-stream": "^2.0.0",
"mocha": ">=9.0.2",
"nyc": "^15.0.1",
"prettier": "^2.3.2",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.0.0",
"sinon": "^15.0.0",
"ts-node": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"c8": "^8.0.0",
"fs-extra": "^11.0.0",
"mocha": "^10.0.0",
"prettier": "^2.3.2",
"prettier": "^3.0.0",
"sinon": "^15.0.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"glob": "^10.0.0",
"js-beautify": "^1.14.7",
"mocha": "^10.2.0",
"prettier": "^2.8.4",
"prettier": "^3.0.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/workout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"c8": "^8.0.0",
"mocha": "^10.0.0",
"mock-stdin": "^1.0.0",
"prettier": "^2.3.2",
"prettier": "^3.0.0",
"sinon": "^15.0.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.1.0",
Expand Down

0 comments on commit ab465f1

Please sign in to comment.