Skip to content

Commit

Permalink
fix: fix semver not being found in pnpm setups (#47310)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Oct 31, 2024
1 parent 4fc2c8f commit 0def73d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/community-cli-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"metro-config": "^0.81.0",
"metro-core": "^0.81.0",
"node-fetch": "^2.2.0",
"readline": "^1.3.0"
"readline": "^1.3.0",
"semver": "^7.1.3"
},
"devDependencies": {
"metro-resolver": "^0.81.0"
Expand Down

0 comments on commit 0def73d

Please sign in to comment.