Skip to content

Commit 56fd590

Browse files
committed
fix: update prettier and strip-ansi
1 parent c173235 commit 56fd590

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"husky": "^8.0.1",
5454
"jest": "^29.0.0",
5555
"netlify-plugin-cypress": "^2.2.1",
56-
"prettier": "^2.0.0",
57-
"strip-ansi": "^7.0.1"
56+
"prettier": "3.6.2",
57+
"strip-ansi": "^7.1.2"
5858
},
5959
"husky": {
6060
"hooks": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5635,10 +5635,10 @@ prelude-ls@^1.2.1:
56355635
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
56365636
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
56375637

5638-
prettier@^2.0.0:
5639-
version "2.8.8"
5640-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
5641-
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
5638+
prettier@3.6.2:
5639+
version "3.6.2"
5640+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393"
5641+
integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
56425642

56435643
pretty-bytes@^5.6.0:
56445644
version "5.6.0"
@@ -6486,10 +6486,10 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
64866486
dependencies:
64876487
ansi-regex "^5.0.1"
64886488

6489-
strip-ansi@^7.0.1:
6490-
version "7.1.0"
6491-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
6492-
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
6489+
strip-ansi@^7.1.2:
6490+
version "7.1.2"
6491+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
6492+
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
64936493
dependencies:
64946494
ansi-regex "^6.0.1"
64956495

0 commit comments

Comments
 (0)