Skip to content

Commit

Permalink
[lerna] upgrade to recent version
Browse files Browse the repository at this point in the history
Fixes #262

Updated lerna from v4.x to 7.x, getting rid of several big security
vulnerabilities, that were present in the older version.

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Sep 19, 2023
1 parent 0e3e11a commit 7791a42
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 7791a42

Please sign in to comment.