Skip to content

Commit

Permalink
Merge pull request #264 from eclipse-cdt-cloud/upgrade-lerna
Browse files Browse the repository at this point in the history
[lerna] upgrade to recent version
  • Loading branch information
marcdumais-work authored Sep 21, 2023
2 parents 0e3e11a + 7791a42 commit 5662085
Show file tree
Hide file tree
Showing 4 changed files with 4,656 additions and 5,235 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"lerna": "4.0.0",
"lerna": "7.3.0",
"version": "0.2.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
"run": {
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
},
"homepage": "https://github.com/theia-ide/timeline-chart",
"devDependencies": {
"@types/pixi.js": "^5.0.0",
"lerna": "4.0.0",
"typescript": "latest"
"lerna": "^7.0.0",
"typescript": "^5.2.2"
},
"workspaces": [
"timeline-chart",
Expand Down
2 changes: 1 addition & 1 deletion timeline-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"enzyme-adapter-react-16": "^1.15.6",
"jest": "^27.4.3",
"jest-canvas-mock": "^2.3.1",
"ts-jest": "^27.0.7"
"ts-jest": "^29.0.0"
}
}
Loading

0 comments on commit 5662085

Please sign in to comment.