Skip to content

Commit

Permalink
Bump prettier from 2.8.7 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 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.7...3.1.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 Nov 20, 2023
1 parent c3fb5e4 commit bf6b953
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"husky": "^8.0.1",
"lerna": "^7.0.0",
"lint-staged": "^14.0.1",
"prettier": "^2.4.1"
"prettier": "^3.1.0"
},
"dependencies": {
"cypress-file-upload": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion services/app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"graphql-tag": "^2.12.5",
"jest": "^29.6.2",
"lint-staged": "^14.0.1",
"prettier": "^2.4.1",
"prettier": "^3.1.0",
"prisma": "^4.6",
"serverless": "^3.27.0",
"serverless-associate-waf": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion services/app-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"graphql.macro": "^1.4.2",
"jest-launchdarkly-mock": "^2.1.0",
"lint-staged": "^14.0.1",
"prettier": "^2.3.2",
"prettier": "^3.1.0",
"react-scripts": "5.0.1",
"react-select-event": "^5.5.0",
"react-test-renderer": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion services/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"husky": "^8.0.1",
"lint-staged": "^14.0.1",
"prettier": "^2.4.1"
"prettier": "^3.1.0"
},
"dependencies": {
"@apollo/client": "^3.4.15",
Expand Down
2 changes: 1 addition & 1 deletion services/ui-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "CC0-1.0",
"devDependencies": {
"prettier": "^2.2.1",
"prettier": "^3.1.0",
"serverless-iam-helper": "CMSgov/serverless-iam-helper",
"serverless-stack-termination-protection": "^2.0.2",
"serverless-s3-bucket-helper": "CMSgov/serverless-s3-bucket-helper"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30329,10 +30329,10 @@ prettier-linter-helpers@^1.0.0:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==

prettier@^2.2.1, prettier@^2.3.2, prettier@^2.4.1:
version "2.8.7"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==
prettier@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==

pretty-bytes@^5.3.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
version "5.6.0"
Expand Down

0 comments on commit bf6b953

Please sign in to comment.