Skip to content

Commit 0bcd29e

Browse files
Update dependency @types/react to v16.9.43 (module-federation#190)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 19f19eb commit 0bcd29e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

typescript/app1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "7.10.4",
77
"@babel/preset-react": "7.10.4",
88
"@babel/preset-typescript": "7.10.4",
9-
"@types/react": "16.9.41",
9+
"@types/react": "16.9.43",
1010
"@types/react-dom": "16.9.8",
1111
"babel-loader": "8.1.0",
1212
"html-webpack-plugin": "git://github.com/ScriptedAlchemy/html-webpack-plugin#master",

typescript/app2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "7.10.4",
77
"@babel/preset-react": "7.10.4",
88
"@babel/preset-typescript": "7.10.4",
9-
"@types/react": "16.9.41",
9+
"@types/react": "16.9.43",
1010
"@types/react-dom": "16.9.8",
1111
"babel-loader": "8.1.0",
1212
"html-webpack-plugin": "git://github.com/ScriptedAlchemy/html-webpack-plugin#master",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3197,14 +3197,22 @@
31973197
dependencies:
31983198
"@types/react" "*"
31993199

3200-
"@types/react@*", "@types/[email protected]":
3200+
"@types/react@*":
32013201
version "16.9.41"
32023202
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.41.tgz#925137ee4d2ff406a0ecf29e8e9237390844002e"
32033203
integrity sha512-6cFei7F7L4wwuM+IND/Q2cV1koQUvJ8iSV+Gwn0c3kvABZ691g7sp3hfEQHOUBJtccl1gPi+EyNjMIl9nGA0ug==
32043204
dependencies:
32053205
"@types/prop-types" "*"
32063206
csstype "^2.2.0"
32073207

3208+
3209+
version "16.9.43"
3210+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.43.tgz#c287f23f6189666ee3bebc2eb8d0f84bcb6cdb6b"
3211+
integrity sha512-PxshAFcnJqIWYpJbLPriClH53Z2WlJcVZE+NP2etUtWQs2s7yIMj3/LDKZT/5CHJ/F62iyjVCDu2H3jHEXIxSg==
3212+
dependencies:
3213+
"@types/prop-types" "*"
3214+
csstype "^2.2.0"
3215+
32083216
"@types/serve-static@*":
32093217
version "1.13.4"
32103218
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.4.tgz#6662a93583e5a6cabca1b23592eb91e12fa80e7c"

0 commit comments

Comments
 (0)