Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 3a74ac3

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update devDependencies (patch)
1 parent b4d813f commit 3a74ac3

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"@types/node": "17.0.18",
6363
"@types/react": "17.0.39",
6464
"@types/react-bootstrap": "0.32.29",
65-
"@types/react-dom": "17.0.11",
66-
"@types/react-redux": "7.1.22",
65+
"@types/react-dom": "17.0.13",
66+
"@types/react-redux": "7.1.23",
6767
"@types/react-router-dom": "5.1.9",
6868
"axios-mock-adapter": "1.20.0",
6969
"babel-loader": "8.1.0",

yarn.lock

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3424,14 +3424,31 @@
34243424
dependencies:
34253425
"@types/react" "*"
34263426

3427-
"@types/react-dom@*", "@types/[email protected]":
3427+
"@types/react-dom@*":
34283428
version "17.0.11"
34293429
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
34303430
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
34313431
dependencies:
34323432
"@types/react" "*"
34333433

3434-
"@types/[email protected]", "@types/react-redux@^7.1.20":
3434+
3435+
version "17.0.13"
3436+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.13.tgz#a3323b974ee4280070982b3112351bb1952a7809"
3437+
integrity sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==
3438+
dependencies:
3439+
"@types/react" "*"
3440+
3441+
3442+
version "7.1.23"
3443+
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.23.tgz#3c2bb1bcc698ae69d70735f33c5a8e95f41ac528"
3444+
integrity sha512-D02o3FPfqQlfu2WeEYwh3x2otYd2Dk1o8wAfsA0B1C2AJEFxE663Ozu7JzuWbznGgW248NaOF6wsqCGNq9d3qw==
3445+
dependencies:
3446+
"@types/hoist-non-react-statics" "^3.3.0"
3447+
"@types/react" "*"
3448+
hoist-non-react-statics "^3.3.0"
3449+
redux "^4.0.0"
3450+
3451+
"@types/react-redux@^7.1.20":
34353452
version "7.1.22"
34363453
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.22.tgz#0eab76a37ef477cc4b53665aeaf29cb60631b72a"
34373454
integrity sha512-GxIA1kM7ClU73I6wg9IRTVwSO9GS+SAKZKe0Enj+82HMU6aoESFU2HNAdNi3+J53IaOHPiUfT3kSG4L828joDQ==

0 commit comments

Comments
 (0)