Skip to content

Commit 1203976

Browse files
authored
Merge pull request #23 from ahmnouira/renovate/react-dom-17.x
fix(deps): update dependency @types/react-dom to v17
2 parents e649068 + 67533d7 commit 1203976

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/jest": "^26.0.20",
1212
"@types/node": "^12.19.15",
1313
"@types/react": "^16.14.3",
14-
"@types/react-dom": "^16.9.10",
14+
"@types/react-dom": "17.0.11",
1515
"@types/react-router": "^5.1.11",
1616
"@types/react-router-dom": "^5.1.7",
1717
"ionic-react-header-parallax": "^0.3.0",

example/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,12 +1872,12 @@
18721872
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
18731873
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
18741874

1875-
"@types/react-dom@^16.9.10":
1876-
version "16.9.14"
1877-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.14.tgz#674b8f116645fe5266b40b525777fc6bb8eb3bcd"
1878-
integrity sha512-FIX2AVmPTGP30OUJ+0vadeIFJJ07Mh1m+U0rxfgyW34p3rTlXI+nlenvAxNn4BP36YyI9IJ/+UJ7Wu22N1pI7A==
1875+
"@types/react-dom@17.0.11":
1876+
version "17.0.11"
1877+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
1878+
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
18791879
dependencies:
1880-
"@types/react" "^16"
1880+
"@types/react" "*"
18811881

18821882
"@types/react-router-dom@^5.1.7":
18831883
version "5.3.3"
@@ -1905,7 +1905,7 @@
19051905
"@types/scheduler" "*"
19061906
csstype "^3.0.2"
19071907

1908-
"@types/react@^16", "@types/react@^16.14.3":
1908+
"@types/react@^16.14.3":
19091909
version "16.14.22"
19101910
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.22.tgz#ee332c031561fa6c5b7fa83d74defce837a2947b"
19111911
integrity sha512-4NnkxKDd2UO9SiCckuhCQOCzdO+RtE4Epf1D6eGz3f9jZjiIXOVo+Bk3jqSad+8EOT+LBXwKdkFX0V0F+NFzDQ==

0 commit comments

Comments
 (0)