Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v17.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 17, 2021
1 parent 796e901 commit 6a186e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/mdx-js__react": "1.5.4",
"@types/react": "17.0.20",
"@types/react": "17.0.21",
"@types/react-helmet": "6.1.2",
"tsconfig-paths-webpack-plugin": "3.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/react": "^17.x"
},
"devDependencies": {
"@types/react": "17.0.20"
"@types/react": "17.0.21"
},
"scripts": {
"build": "echo types only",
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3730,7 +3730,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@marigold/types@workspace:packages/types"
dependencies:
"@types/react": 17.0.20
"@types/react": 17.0.21
peerDependencies:
"@types/react": ^17.x
languageName: unknown
Expand Down Expand Up @@ -6318,7 +6318,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:17.0.20, @types/react@npm:>=16.9.0":
"@types/react@npm:*, @types/react@npm:>=16.9.0":
version: 17.0.20
resolution: "@types/react@npm:17.0.20"
dependencies:
Expand All @@ -6329,6 +6329,17 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:17.0.21":
version: 17.0.21
resolution: "@types/react@npm:17.0.21"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: a590bd2e50e4ec0b1957388e198cf248bac3051e525e036901dea10f7d12203bf1c58350aa899e66494cbf8a60ee56402522273866c29748217f72552bb27d04
languageName: node
linkType: hard

"@types/resolve@npm:1.17.1":
version: 1.17.1
resolution: "@types/resolve@npm:1.17.1"
Expand Down Expand Up @@ -11061,7 +11072,7 @@ __metadata:
"@mdx-js/mdx": 1.6.22
"@mdx-js/react": 1.6.22
"@types/mdx-js__react": 1.5.4
"@types/react": 17.0.20
"@types/react": 17.0.21
"@types/react-helmet": 6.1.2
babel-preset-gatsby: 1.13.0
gatsby: 3.13.0
Expand Down

0 comments on commit 6a186e2

Please sign in to comment.