Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit c452bcc

Browse files
committed
chore(deps): update dependency @types/react to v17.0.51
1 parent d712ee2 commit c452bcc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@graphql-codegen/typescript": "2.8.0",
5555
"@graphql-codegen/typescript-operations": "2.5.5",
5656
"@graphql-codegen/typescript-react-apollo": "3.3.5",
57-
"@types/react": "17.0.50",
57+
"@types/react": "17.0.51",
5858
"@types/react-dom": "17.0.17",
5959
"@types/react-native": "0.70.6",
6060
"eslint-plugin-react": "7.31.10",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@graphql-codegen/typescript-operations": "2.5.5",
5555
"@graphql-codegen/typescript-react-apollo": "3.3.5",
5656
"@types/cookie": "0.5.1",
57-
"@types/react": "17.0.50",
57+
"@types/react": "17.0.51",
5858
"@types/react-dom": "17.0.17",
5959
"eslint-config-next": "12.3.1"
6060
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5892,10 +5892,10 @@
58925892
"@types/scheduler" "*"
58935893
csstype "^3.0.2"
58945894

5895-
"@types/[email protected].50":
5896-
version "17.0.50"
5897-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc"
5898-
integrity sha512-ZCBHzpDb5skMnc1zFXAXnL3l1FAdi+xZvwxK+PkglMmBrwjpp9nKaWuEvrGnSifCJmBFGxZOOFuwC6KH/s0NuA==
5895+
"@types/[email protected].51":
5896+
version "17.0.51"
5897+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.51.tgz#ee8ee128b36d360cae2dc7986caa325079e4365c"
5898+
integrity sha512-YMddzAE+nSH04BiTJ5GydTxk0/3hckqyuOclg0s6zQYj/XzfRVNzHZAFwZb5SCSavkzTYUtcq/gwjLnvt2Y4cg==
58995899
dependencies:
59005900
"@types/prop-types" "*"
59015901
"@types/scheduler" "*"

0 commit comments

Comments
 (0)