Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v17.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 20, 2021
1 parent c65b0c4 commit 0d532d4
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.22",
"@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.22"
},
"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.22
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.22":
version: 17.0.22
resolution: "@types/react@npm:17.0.22"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 691c7abda8f5b16d26f6b9940f75e6a9831f12d5ca070e62391454c26fd1a3d0dbe64e0199655773e0389e35e7c7984fa8a06c4561d3164562cd167f60c759e6
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.22
"@types/react-helmet": 6.1.2
babel-preset-gatsby: 1.13.0
gatsby: 3.13.0
Expand Down

0 comments on commit 0d532d4

Please sign in to comment.