Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 6e2ef9d commit c64e36b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@types/react": "18.2.18",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"parcel": "^2.0.0",
"process": "^0.11.10",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/helper-explode-assignable-expression": "^7.18.6",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@types/react": "18.2.18",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"cypress": "12.17.3",
"lerna": "4.0.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4528,7 +4528,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@18.2.18", "@types/react@^17.0.0 || ^18.0.0":
"@types/react@*", "@types/react@^17.0.0 || ^18.0.0":
version "18.2.18"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.18.tgz#c8b233919eef1bdc294f6f34b37f9727ad677516"
integrity sha512-da4NTSeBv/P34xoZPhtcLkmZuJ+oYaCxHmyHzwaDQo9RQPBeXV+06gEk2FpqEcsX9XrnNLvRpVh6bdavDSjtiQ==
Expand All @@ -4537,6 +4537,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected]":
version "18.2.22"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.22.tgz#abe778a1c95a07fa70df40a52d7300a40b949ccb"
integrity sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected]":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"
Expand Down

0 comments on commit c64e36b

Please sign in to comment.