Skip to content

Commit f139e20

Browse files
Update dependency @types/react to v16.14.2 (#675)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 90033a6 commit f139e20

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.41",
52+
"@types/react": "16.14.2",
5353
"@types/react-dom": "16.9.8",
5454
"@types/react-router": "5.1.5",
5555
"@types/react-router-dom": "5.1.6",
@@ -126,7 +126,7 @@
126126
]
127127
},
128128
"resolutions": {
129-
"@types/react": "16.9.41",
129+
"@types/react": "16.14.2",
130130
"@types/react-dom": "16.9.8"
131131
}
132132
}

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,13 +2325,13 @@
23252325
dependencies:
23262326
"@types/react" "*"
23272327

2328-
"@types/react@*", "@types/react@16.9.41", "@types/react@^16.9.11":
2329-
version "16.9.41"
2330-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.41.tgz#925137ee4d2ff406a0ecf29e8e9237390844002e"
2331-
integrity sha512-6cFei7F7L4wwuM+IND/Q2cV1koQUvJ8iSV+Gwn0c3kvABZ691g7sp3hfEQHOUBJtccl1gPi+EyNjMIl9nGA0ug==
2328+
"@types/react@*", "@types/react@16.14.2", "@types/react@^16.9.11":
2329+
version "16.14.2"
2330+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
2331+
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
23322332
dependencies:
23332333
"@types/prop-types" "*"
2334-
csstype "^2.2.0"
2334+
csstype "^3.0.2"
23352335

23362336
"@types/relateurl@*":
23372337
version "0.2.28"
@@ -5060,6 +5060,11 @@ csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.7:
50605060
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
50615061
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
50625062

5063+
csstype@^3.0.2:
5064+
version "3.0.5"
5065+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
5066+
integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==
5067+
50635068
cyclist@^1.0.1:
50645069
version "1.0.1"
50655070
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"

0 commit comments

Comments
 (0)