Skip to content

Commit 30e17dc

Browse files
chore(deps): bump the npm-dependencies group with 3 updates
Bumps the npm-dependencies group with 3 updates: [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks), [marked](https://github.com/markedjs/marked) and [typescript](https://github.com/microsoft/TypeScript). Updates `eslint-plugin-react-hooks` from 7.0.1 to 7.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.0/packages/eslint-plugin-react-hooks) Updates `marked` from 18.0.0 to 18.0.1 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v18.0.0...v18.0.1) Updates `typescript` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: marked dependency-version: 18.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca79edd commit 30e17dc

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"eslint-config-google": "^0.14.0",
4646
"eslint-config-prettier": "^10.1.8",
4747
"eslint-plugin-react": "^7.37.5",
48-
"eslint-plugin-react-hooks": "^7.0.1",
48+
"eslint-plugin-react-hooks": "^7.1.0",
4949
"eslint-plugin-simple-import-sort": "^13.0.0",
5050
"highlight.js": "^11.11.1",
5151
"husky": "^9.1.7",
5252
"jest": "^30.3.0",
5353
"markdown-it": "^14.1.1",
54-
"marked": "^18.0.0",
55-
"typescript": "^6.0.2"
54+
"marked": "^18.0.1",
55+
"typescript": "^6.0.3"
5656
}
5757
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,10 +1759,10 @@ eslint-config-prettier@^10.1.8:
17591759
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
17601760
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
17611761

1762-
eslint-plugin-react-hooks@^7.0.1:
1763-
version "7.0.1"
1764-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169"
1765-
integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==
1762+
eslint-plugin-react-hooks@^7.1.0:
1763+
version "7.1.0"
1764+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.0.tgz#46f19a653041fab6fc4b6d66873cd387f779e6ad"
1765+
integrity sha512-LDicyhrRFrIaheDYryeM2W8gWyZXnAs4zIr2WVPiOSeTmIu2RjR4x/9N0xLaRWZ+9hssBDGo3AadcohuzAvSvg==
17661766
dependencies:
17671767
"@babel/core" "^7.24.4"
17681768
"@babel/parser" "^7.24.4"
@@ -3167,10 +3167,10 @@ markdown-it@^14.1.1:
31673167
punycode.js "^2.3.1"
31683168
uc.micro "^2.1.0"
31693169

3170-
marked@^18.0.0:
3171-
version "18.0.0"
3172-
resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.0.tgz#30c5b7629eb2253b8f6d83d94b376e63479076cc"
3173-
integrity sha512-2e7Qiv/HJSXj8rDEpgTvGKsP8yYtI9xXHKDnrftrmnrJPaFNM7VRb2YCzWaX4BP1iCJ/XPduzDJZMFoqTCcIMA==
3170+
marked@^18.0.1:
3171+
version "18.0.1"
3172+
resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.1.tgz#4e69a3518b31efe307a5ecb3e8f921555113dd3f"
3173+
integrity sha512-IILJE4Aap/KIGu4ZRCzQcYMxkhumblXnbqfQe+HAD4f982wrRAsJEGKGM653yAioS6g3Yq3yOhjrUebcrtOgRA==
31743174

31753175
math-intrinsics@^1.1.0:
31763176
version "1.1.0"
@@ -4023,10 +4023,10 @@ typed-array-length@^1.0.7:
40234023
possible-typed-array-names "^1.0.0"
40244024
reflect.getprototypeof "^1.0.6"
40254025

4026-
typescript@^6.0.2:
4027-
version "6.0.2"
4028-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
4029-
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
4026+
typescript@^6.0.3:
4027+
version "6.0.3"
4028+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
4029+
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
40304030

40314031
uc.micro@^2.0.0, uc.micro@^2.1.0:
40324032
version "2.1.0"

0 commit comments

Comments
 (0)