Skip to content

Commit 8ce7d0d

Browse files
chore(deps): update dependency prettier to v3
1 parent 775fcf6 commit 8ce7d0d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@types/cors": "2.8.17",
2121
"@types/express": "4.17.21",
22-
"prettier": "2.8.8",
22+
"prettier": "3.8.1",
2323
"typescript": "4.9.5"
2424
}
2525
}

api/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,10 @@ path-to-regexp@0.1.7:
501501
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
502502
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
503503

504-
prettier@2.8.8:
505-
version "2.8.8"
506-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
507-
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
504+
prettier@3.8.1:
505+
version "3.8.1"
506+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173"
507+
integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==
508508

509509
proxy-addr@~2.0.7:
510510
version "2.0.7"

scraper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@types/lodash": "4.14.202",
2323
"@types/puppeteer": "5.4.7",
24-
"prettier": "2.8.8",
24+
"prettier": "3.8.1",
2525
"typescript": "4.9.5"
2626
}
2727
}

scraper/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,10 @@ pkg-dir@4.2.0:
405405
dependencies:
406406
find-up "^4.0.0"
407407

408-
prettier@2.8.8:
409-
version "2.8.8"
410-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
411-
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
408+
prettier@3.8.1:
409+
version "3.8.1"
410+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173"
411+
integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==
412412

413413
progress@2.0.3:
414414
version "2.0.3"

0 commit comments

Comments
 (0)