Skip to content

Commit

Permalink
chore: upgrade lerna again
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckPierce committed May 17, 2024
1 parent 7bf8761 commit 8924500
Show file tree
Hide file tree
Showing 4 changed files with 1,105 additions and 1,442 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**"],
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true
"packages": ["pkgs/*"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/semver": "6.2.0",
"eslint": "6.6.0",
"jest": "26.6.3",
"lerna": "5.6.2",
"lerna": "7.4.2",
"prettier": "2.4.0",
"shx": "0.3.3",
"ts-jest": "26.4.4",
Expand All @@ -44,7 +44,7 @@
}
},
"volta": {
"node": "14.21.3",
"node": "16.20.0",
"yarn": "1.22.10"
}
}
2 changes: 1 addition & 1 deletion pkgs/kona/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "CPAL-1.0",
"repository": "https://github.com/percolate/blend/tree/master/pkgs/kona",
"engines": {
"node": "^14",
"node": "^16",
"yarn": "^1.19"
},
"bin": {
Expand Down
Loading

0 comments on commit 8924500

Please sign in to comment.