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

Commit 133e973

Browse files
Update react-types (#10762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64f762d commit 133e973

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"coverage": "yarn test --coverage"
5656
},
5757
"resolutions": {
58-
"@types/react-dom": "17.0.19",
59-
"@types/react": "17.0.58"
58+
"@types/react-dom": "17.0.20",
59+
"@types/react": "17.0.65"
6060
},
6161
"dependencies": {
6262
"@babel/runtime": "^7.12.5",
@@ -168,9 +168,9 @@
168168
"@types/pako": "^2.0.0",
169169
"@types/prettier": "^2.7.0",
170170
"@types/qrcode": "^1.3.5",
171-
"@types/react": "17.0.58",
171+
"@types/react": "17.0.65",
172172
"@types/react-beautiful-dnd": "^13.0.0",
173-
"@types/react-dom": "17.0.19",
173+
"@types/react-dom": "17.0.20",
174174
"@types/react-transition-group": "^4.4.0",
175175
"@types/sanitize-html": "2.9.0",
176176
"@types/sdp-transform": "^2.4.6",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,10 +2853,10 @@
28532853
dependencies:
28542854
"@types/react" "*"
28552855

2856-
"@types/react-dom@17.0.19", "@types/react-dom@<18.0.0":
2857-
version "17.0.19"
2858-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.19.tgz#36feef3aa35d045cacd5ed60fe0eef5272f19492"
2859-
integrity sha512-PiYG40pnQRdPHnlf7tZnp0aQ6q9tspYr72vD61saO6zFCybLfMqwUCN0va1/P+86DXn18ZWeW30Bk7xlC5eEAQ==
2856+
"@types/react-dom@17.0.20", "@types/react-dom@<18.0.0":
2857+
version "17.0.20"
2858+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.20.tgz#e0c8901469d732b36d8473b40b679ad899da1b53"
2859+
integrity sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==
28602860
dependencies:
28612861
"@types/react" "^17"
28622862

@@ -2871,16 +2871,16 @@
28712871
redux "^4.0.0"
28722872

28732873
"@types/react-transition-group@^4.4.0":
2874-
version "4.4.5"
2875-
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.5.tgz#aae20dcf773c5aa275d5b9f7cdbca638abc5e416"
2876-
integrity sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==
2874+
version "4.4.6"
2875+
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.6.tgz#18187bcda5281f8e10dfc48f0943e2fdf4f75e2e"
2876+
integrity sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==
28772877
dependencies:
28782878
"@types/react" "*"
28792879

2880-
"@types/react@*", "@types/react@17.0.58", "@types/react@^17":
2881-
version "17.0.58"
2882-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.58.tgz#c8bbc82114e5c29001548ebe8ed6c4ba4d3c9fb0"
2883-
integrity sha512-c1GzVY97P0fGxwGxhYq989j4XwlcHQoto6wQISOC2v6wm3h0PORRWJFHlkRjfGsiG3y1609WdQ+J+tKxvrEd6A==
2880+
"@types/react@*", "@types/react@17.0.65", "@types/react@^17":
2881+
version "17.0.65"
2882+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.65.tgz#95f6a2ab61145ffb69129d07982d047f9e0870cd"
2883+
integrity sha512-oxur785xZYHvnI7TRS61dXbkIhDPnGfsXKv0cNXR/0ml4SipRIFpSMzA7HMEfOywFwJ5AOnPrXYTEiTRUQeGlQ==
28842884
dependencies:
28852885
"@types/prop-types" "*"
28862886
"@types/scheduler" "*"

0 commit comments

Comments
 (0)