Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent 98552e3 commit fa7a627
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/express": "4.17.19",
"@types/jest": "29.5.5",
"@types/node": "20.8.9",
"@types/react": "18.2.30",
"@types/react": "18.2.35",
"@zodios/core": "10.9.6",
"axios": "1.5.1",
"cors": "2.8.5",
Expand All @@ -77,7 +77,7 @@
"zod": "3.22.4"
},
"resolutions": {
"@types/react": "18.2.30"
"@types/react": "18.2.35"
},
"dependencies": {}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1092,10 +1092,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@18.2.30":
version "18.2.30"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.30.tgz#b84f786864fc46f18545364a54d5e1316308e59b"
integrity sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==
"@types/react@*", "@types/react@18.2.35":
version "18.2.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.35.tgz#bacdc6d139a4d6d47e5186e1a96952c65e1f3792"
integrity sha512-LG3xpFZ++rTndV+/XFyX5vUP7NI9yxyk+MQvBDq+CVs8I9DLSc3Ymwb1Vmw5YDoeNeHN4PDZa3HylMKJYT9PNQ==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit fa7a627

Please sign in to comment.