Skip to content

Commit

Permalink
fix(deps): update dependency react to v18.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 4a5c8ce commit e1aa799
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion snapshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"input/*"
],
"dependencies": {
"react": "18.0.0",
"react": "18.2.0",
"@sourcegraph/tsconfig": "4.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions snapshots/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ loose-envify@^1.1.0:
dependencies:
js-tokens "^3.0.0 || ^4.0.0"

react@18.0.0:
version "18.0.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==
react@18.2.0:
version "18.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
dependencies:
loose-envify "^1.1.0"

0 comments on commit e1aa799

Please sign in to comment.