Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2023
1 parent 06b8694 commit 3d42007
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"redux-thunk": "^2.4.0"
},
"devDependencies": {
"@types/react": "18.0.31",
"@types/react": "18.0.38",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.33.0",
Expand Down
11 changes: 10 additions & 1 deletion src/main/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected]":
"@types/react@*":
version "18.0.31"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.31.tgz#a69ef8dd7bfa849734d258c793a8fe343a338205"
integrity sha512-EEG67of7DsvRDU6BLLI0p+k1GojDLz9+lZsnCpCRTa/lOokvyPBvp8S5x+A24hME3yyQuIipcP70KJ6H7Qupww==
Expand All @@ -1247,6 +1247,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected]":
version "18.0.38"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.38.tgz#02a23bef8848b360a0d1dceef4432c15c21c600c"
integrity sha512-ExsidLLSzYj4cvaQjGnQCk4HFfVT9+EZ9XZsQ8Hsrcn8QNgXtpZ3m9vSIC2MWtx7jHictK6wYhQgGh6ic58oOw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/scheduler@*":
version "0.16.3"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5"
Expand Down

0 comments on commit 3d42007

Please sign in to comment.