Skip to content

Commit af1a93d

Browse files
Bump prettier from 2.7.1 to 3.0.3
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 3.0.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.7.1...3.0.3) --- 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 d1f46af commit af1a93d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"jsonwebtoken": "^8.5.1",
6262
"node-fetch": "^2.6.6",
6363
"nodemon": "^2.0.15",
64-
"prettier": "^2.4.1",
64+
"prettier": "^3.0.3",
6565
"twilio": "^3.74.0",
6666
"typescript": "^4.4.2",
6767
"webpack-bundle-analyzer": "^4.5.0"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10705,11 +10705,16 @@ prettier-linter-helpers@^1.0.0:
1070510705
dependencies:
1070610706
fast-diff "^1.1.2"
1070710707

10708-
prettier@^2.3.0, prettier@^2.4.1:
10708+
prettier@^2.3.0:
1070910709
version "2.7.1"
1071010710
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
1071110711
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
1071210712

10713+
prettier@^3.0.3:
10714+
version "3.0.3"
10715+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
10716+
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
10717+
1071310718
pretty-bytes@^5.3.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
1071410719
version "5.6.0"
1071510720
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"

0 commit comments

Comments
 (0)