Skip to content

Commit

Permalink
Fix create-react-admin fails with Yarn PnP
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Aug 26, 2024
1 parent 0804298 commit 7dd5352
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 7dd5352

Please sign in to comment.