Skip to content

Commit

Permalink
Merge pull request #10161 from marmelab/fix-create-react-admin-lodash…
Browse files Browse the repository at this point in the history
…-dep

Fix `create-react-admin` fails with Yarn PnP
  • Loading branch information
slax57 authored Aug 27, 2024
2 parents 0804298 + 7dd5352 commit 07a69bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-react-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"ink": "^5.0.0",
"ink-select-input": "^6.0.0",
"ink-text-input": "^6.0.0",
"lodash": "~4.17.5",
"meow": "^9.0.0",
"react": "^18.3.1",
"yn": "^5.0.0"
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9011,6 +9011,7 @@ __metadata:
ink: "npm:^5.0.0"
ink-select-input: "npm:^6.0.0"
ink-text-input: "npm:^6.0.0"
lodash: "npm:~4.17.5"
meow: "npm:^9.0.0"
react: "npm:^18.3.1"
typescript: "npm:^5.1.3"
Expand Down

0 comments on commit 07a69bd

Please sign in to comment.