Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @types/react to v17.0.34 #1443

Merged
merged 1 commit into from
Nov 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5",
"@types/react": "17.0.33",
"@types/react": "17.0.34",
"@types/react-helmet": "6.1.4",
"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.33"
"@types/react": "17.0.34"
},
"scripts": {
"build": "echo types only",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3771,7 +3771,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@marigold/types@workspace:packages/types"
dependencies:
"@types/react": 17.0.33
"@types/react": 17.0.34
peerDependencies:
"@types/react": ^17.x
languageName: unknown
Expand Down Expand Up @@ -6638,14 +6638,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:17.0.33":
version: 17.0.33
resolution: "@types/react@npm:17.0.33"
"@types/react@npm:17.0.34":
version: 17.0.34
resolution: "@types/react@npm:17.0.34"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 5f53f3dae034229ff1eccb5de1c16d046696e883f8eae81b86e95c532798e655015e4edff8a6c9ec8f1c0ef12bb60dec43622d06256ba33ba6069e67a74b8d4e
checksum: 16729ad7d50922ccbf8eb93874d7781dc2f1c64edc78134b5edc7154839d41e9fe320eb1c11ad2d1c9bf28b99cb1febda344509c1fda025955a5c2b43c688c8f
languageName: node
linkType: hard

Expand Down Expand Up @@ -11609,7 +11609,7 @@ __metadata:
"@mdx-js/mdx": 1.6.22
"@mdx-js/react": 1.6.22
"@types/mdx-js__react": 1.5.5
"@types/react": 17.0.33
"@types/react": 17.0.34
"@types/react-helmet": 6.1.4
babel-preset-gatsby: 2.0.0
gatsby: 4.0.2
Expand Down