Skip to content

Commit 060f403

Browse files
Bump prettier-eslint from 16.4.1 to 16.4.2 in /demos/moderator (#1454)
Bumps [prettier-eslint](https://github.com/prettier/prettier-eslint) from 16.4.1 to 16.4.2. - [Release notes](https://github.com/prettier/prettier-eslint/releases) - [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md) - [Commits](prettier/prettier-eslint@v16.4.1...v16.4.2) --- updated-dependencies: - dependency-name: prettier-eslint dependency-version: 16.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <[email protected]>
1 parent 0edd769 commit 060f403

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

demos/moderator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"parcel-bundler": "1.12.5",
4343
"postcss-modules": "3.2.2",
4444
"prettier": "3.5.3",
45-
"prettier-eslint": "16.4.1"
45+
"prettier-eslint": "16.4.2"
4646
},
4747
"snyk": true
4848
}

demos/moderator/yarn.lock

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11428,10 +11428,10 @@ prepend-http@^1.0.1:
1142811428
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
1142911429
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
1143011430

11431-
11432-
version "16.4.1"
11433-
resolved "https://registry.yarnpkg.com/prettier-eslint/-/prettier-eslint-16.4.1.tgz#eaee9cdd55537af04d925853b32d46a0087c1e13"
11434-
integrity sha512-qf8Grhq68kg0tyhXVik2aOx72W8Jxre2ABXgV1pC3OCb3jOo40UZuvk3f/I3/ZA7Qw6qydZX4b7ySSCSgv4/8A==
11431+
11432+
version "16.4.2"
11433+
resolved "https://registry.yarnpkg.com/prettier-eslint/-/prettier-eslint-16.4.2.tgz#d84bff76e0ce4a6ffccacacb2474f7635ca8ac35"
11434+
integrity sha512-vtJAQEkaN8fW5QKl08t7A5KCjlZuDUNeIlr9hgolMS5s3+uzbfRHDwaRnzrdqnY2YpHDmeDS/8zY0MKQHXJtaA==
1143511435
dependencies:
1143611436
"@typescript-eslint/parser" "^6.21.0"
1143711437
common-tags "^1.8.2"
@@ -11443,6 +11443,7 @@ [email protected]:
1144311443
prettier "^3.5.3"
1144411444
pretty-format "^29.7.0"
1144511445
require-relative "^0.8.7"
11446+
tslib "^2.8.1"
1144611447
vue-eslint-parser "^9.4.3"
1144711448

1144811449
prettier-linter-helpers@^1.0.0:
@@ -13414,12 +13415,7 @@ tslib@^1.9.3:
1341413415
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1341513416
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1341613417

13417-
tslib@^2.4.0:
13418-
version "2.4.1"
13419-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
13420-
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
13421-
13422-
tslib@^2.8.1:
13418+
tslib@^2.4.0, tslib@^2.8.1:
1342313419
version "2.8.1"
1342413420
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
1342513421
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

0 commit comments

Comments
 (0)