Skip to content

Commit 17d9f45

Browse files
Update dependency @types/react to v16.9.41 (#673)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3fd5e0c commit 17d9f45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/html-webpack-plugin": "3.2.2",
5050
"@types/jest": "25.2.1",
5151
"@types/mini-css-extract-plugin": "0.9.1",
52-
"@types/react": "16.9.34",
52+
"@types/react": "16.9.41",
5353
"@types/react-dom": "16.9.8",
5454
"@types/react-router": "5.1.5",
5555
"@types/react-router-dom": "5.1.4",
@@ -126,7 +126,7 @@
126126
]
127127
},
128128
"resolutions": {
129-
"@types/react": "16.9.34",
129+
"@types/react": "16.9.41",
130130
"@types/react-dom": "16.9.8"
131131
}
132132
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2311,10 +2311,10 @@
23112311
dependencies:
23122312
"@types/react" "*"
23132313

2314-
"@types/react@*", "@types/[email protected].34", "@types/react@^16.9.11":
2315-
version "16.9.34"
2316-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
2317-
integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==
2314+
"@types/react@*", "@types/[email protected].41", "@types/react@^16.9.11":
2315+
version "16.9.41"
2316+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.41.tgz#925137ee4d2ff406a0ecf29e8e9237390844002e"
2317+
integrity sha512-6cFei7F7L4wwuM+IND/Q2cV1koQUvJ8iSV+Gwn0c3kvABZ691g7sp3hfEQHOUBJtccl1gPi+EyNjMIl9nGA0ug==
23182318
dependencies:
23192319
"@types/prop-types" "*"
23202320
csstype "^2.2.0"

0 commit comments

Comments
 (0)