Skip to content

Commit

Permalink
Fix lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jan 10, 2024
1 parent c6e7876 commit dd64190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6213,7 +6213,7 @@ __metadata:
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
typescript: "*"
typescript: ">= 4.2.x"
peerDependenciesMeta:
typescript:
optional: true
Expand Down Expand Up @@ -6253,7 +6253,7 @@ __metadata:
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
typescript: "*"
typescript: ">= 4.2.x"
peerDependenciesMeta:
typescript:
optional: true
Expand Down

0 comments on commit dd64190

Please sign in to comment.