Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.78
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 13, 2024
1 parent be57cf5 commit 19e6185
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@babel/core": "^7.23.0",
"@types/node": "^20.8.2",
"@types/react": "18.2.77",
"@types/react": "18.2.78",
"eslint": "8.57.0",
"eslint-config-custom": "*",
"tsconfig": "*",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -652,14 +652,22 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@18.2.77", "@types/react@^18.2.24":
"@types/react@*", "@types/react@^18.2.24":
version "18.2.77"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.77.tgz#af2f857b6a6dfb6ca89ec102ebc147b1f1616880"
integrity sha512-CUT9KUUF+HytDM7WiXKLF9qUSg4tGImwy4FXTlfEDPEkkNUzJ7rVFolYweJ9fS1ljoIaP7M7Rdjc5eUm/Yu5AA==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/[email protected]":
version "18.2.78"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.78.tgz#94aec453d0ccca909998a2b4b2fd78af15a7d2fe"
integrity sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/send@*":
version "0.17.4"
resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.4.tgz#6619cd24e7270793702e4e6a4b958a9010cfc57a"
Expand Down Expand Up @@ -1442,6 +1450,8 @@ escape-string-regexp@^4.0.0:

eslint-config-next@^14.0.0:
version "14.2.1"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.1.tgz#b19b53ca3d10379a98bc9bf497dbea651dfcd070"
integrity sha512-BgD0kPCWMlqoItRf3xe9fG0MqwObKfVch+f2ccwDpZiCJA8ghkz2wrASH+bI6nLZzGcOJOpMm1v1Q1euhfpt4Q==
dependencies:
"@next/eslint-plugin-next" "14.2.1"
"@rushstack/eslint-patch" "^1.3.3"
Expand Down

0 comments on commit 19e6185

Please sign in to comment.