Skip to content

Commit

Permalink
fix: Upgrade lerna from 4.0.0 to 5.0.0
Browse files Browse the repository at this point in the history
  v4.0.0 ships with an old version of `node-gyp` which is incompatible
  with recent versions of python (v3.11+) and thus prevents installing
  `parcel` because its `deasync` dependency needs to be compiled.
  • Loading branch information
taratatach committed Apr 28, 2023
1 parent abeff8a commit 95f2c6a
Show file tree
Hide file tree
Showing 2 changed files with 1,070 additions and 615 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"css-loader": "2.1.1",
"git-directory-deploy": "1.5.1",
"husky": "1.3.1",
"lerna": "4.0.0",
"lerna": "5.0.0",
"mini-css-extract-plugin": "0.5.0",
"react-styleguidist": "9.1.16",
"remark-cli": "9.0.0",
Expand Down
Loading

0 comments on commit 95f2c6a

Please sign in to comment.