Skip to content

Commit

Permalink
[lerna] upgrade to a recent version
Browse files Browse the repository at this point in the history
This helps get rid of some known security vulnerabilities. Also
took care of a `yarn upgrade` warning, saying that devDependency
`vsce` had been renamed to `@vscode/vsce`.

Fixes eclipse-cdt-cloud#178

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Sep 20, 2023
1 parent 158466d commit f3077c9
Show file tree
Hide file tree
Showing 4 changed files with 3,779 additions and 4,839 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"version": "independent",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
"run": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"eslint-config-prettier": "^9.0.0",
"lerna": "^3.20.2",
"lerna": "^7.0.0",
"prettier": "^3.0.2"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion vscode-trace-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"terser": "4.8.1",
"traceviewer-base": "next",
"traceviewer-react-components": "next",
"vsce": "^1.85.1",
"@vscode/vsce": "^2.21.0",
"vscode-trace-common": "0.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f3077c9

Please sign in to comment.