Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f1184b0

Browse files
authoredFeb 13, 2025··
chore(deps): update dependency prettier to v3
1 parent a13f7ae commit f1184b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "https://github.com/react-bootstrap/code-sandbox-examples",
66
"license": "MIT",
77
"dependencies": {
8-
"prettier": "^2.7.1"
8+
"prettier": "^3.5.1"
99
},
1010
"scripts": {
1111
"lint": "prettier --check **/*.{js,tsx,css,md}",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
prettier@^2.7.1:
6-
version "2.7.1"
7-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
8-
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
5+
prettier@^3.5.1:
6+
version "3.5.1"
7+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.1.tgz#22fac9d0b18c0b92055ac8fb619ac1c7bef02fb7"
8+
integrity sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==

0 commit comments

Comments
 (0)
Please sign in to comment.