Skip to content

Commit dbf1cb4

Browse files
chore(deps): update dependency @types/react-dom to v17 (#144)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a833a5c commit dbf1cb4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: basic-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@types/jest": "26.0.19",
77
"@types/node": "12.19.8",
88
"@types/react": "16.14.2",
9-
"@types/react-dom": "16.9.10",
9+
"@types/react-dom": "17.0.0",
1010
"bootstrap": "^4.5.3",
1111
"react": "^17.0.1",
1212
"react-bootstrap": "^1.4.0",

Diff for: basic-ts/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1641,12 +1641,12 @@
16411641
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
16421642
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
16431643

1644-
"@types/react-dom@16.9.10":
1645-
version "16.9.10"
1646-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.10.tgz#4485b0bec3d41f856181b717f45fd7831101156f"
1647-
integrity sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw==
1644+
"@types/react-dom@17.0.0":
1645+
version "17.0.0"
1646+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a"
1647+
integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==
16481648
dependencies:
1649-
"@types/react" "^16"
1649+
"@types/react" "*"
16501650

16511651
"@types/react-transition-group@^4.4.0":
16521652
version "4.4.0"
@@ -1655,7 +1655,7 @@
16551655
dependencies:
16561656
"@types/react" "*"
16571657

1658-
"@types/react@*", "@types/[email protected]", "@types/react@^16", "@types/react@^16.9.35":
1658+
"@types/react@*", "@types/[email protected]", "@types/react@^16.9.35":
16591659
version "16.14.2"
16601660
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
16611661
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==

0 commit comments

Comments
 (0)