Skip to content

Commit 1ab5c25

Browse files
build(deps-dev): bump @types/react from 18.2.57 to 18.2.58 in /website (#2170)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.57 to 18.2.58. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 876d5ad commit 1ab5c25

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/jest": "^29.5.12",
4040
"@types/node": "^20.11.20",
4141
"@types/openpgp": "^4.4.22",
42-
"@types/react": "^18.2.57",
42+
"@types/react": "^18.2.58",
4343
"@types/react-dom": "^18.2.19",
4444
"@types/react-dropzone": "^5.1.0",
4545
"@types/react-router-dom": "^5.3.3",

website/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -995,10 +995,10 @@
995995
dependencies:
996996
"@types/react" "*"
997997

998-
"@types/react@*", "@types/react@^18.2.57":
999-
version "18.2.57"
1000-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.57.tgz#147b516d8bdb2900219acbfc6f939bdeecca7691"
1001-
integrity sha512-ZvQsktJgSYrQiMirAN60y4O/LRevIV8hUzSOSNB6gfR3/o3wCBFQx3sPwIYtuDMeiVgsSS3UzCV26tEzgnfvQw==
998+
"@types/react@*", "@types/react@^18.2.58":
999+
version "18.2.58"
1000+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.58.tgz#22082d12898d11806f4a1aefb5583116a047493d"
1001+
integrity sha512-TaGvMNhxvG2Q0K0aYxiKfNDS5m5ZsoIBBbtfUorxdH4NGSXIlYvZxLJI+9Dd3KjeB3780bciLyAb7ylO8pLhPw==
10021002
dependencies:
10031003
"@types/prop-types" "*"
10041004
"@types/scheduler" "*"

0 commit comments

Comments
 (0)