Skip to content

Commit

Permalink
fix(deps): update dependency @types/react-is to v18 (#1763)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 19, 2023
1 parent 8b4cc9a commit 82f7c27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/runtime": "7.22.6",
"@flopflip/types": "13.0.2",
"@types/react-is": "17.0.4",
"@types/react-is": "18.2.1",
"lodash": "4.17.21",
"react-is": "18.2.0",
"tiny-warning": "1.0.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2424,7 +2424,7 @@ __metadata:
"@flopflip/types": 13.0.2
"@types/react": 18.2.15
"@types/react-dom": 18.2.7
"@types/react-is": 17.0.4
"@types/react-is": 18.2.1
lodash: 4.17.21
react: 18.2.0
react-dom: 18.2.0
Expand Down Expand Up @@ -3567,12 +3567,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-is@npm:17.0.4":
version: 17.0.4
resolution: "@types/react-is@npm:17.0.4"
"@types/react-is@npm:18.2.1":
version: 18.2.1
resolution: "@types/react-is@npm:18.2.1"
dependencies:
"@types/react": ^17
checksum: 4c273945795b539f6ae0efdbd917e86edfbd9a9fad12cd6724fb2216bf47d724560b7b3cd07541c3f9e86dd085b386d7020119c5db0a289fbb069524b1242586
"@types/react": "*"
checksum: b44c3262efa2c68fa6fe2beb9ef86170b18305469461a3f97aa14943cc033cb21a26944f718bdb6434eea6e8f7fcba251c4f45b65b897a3fcf751b5a6003cf82
languageName: node
linkType: hard

Expand Down

0 comments on commit 82f7c27

Please sign in to comment.