Skip to content

Commit

Permalink
Update lerna and minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Dec 5, 2022
1 parent a07a5f7 commit baff8d7
Show file tree
Hide file tree
Showing 2 changed files with 1,589 additions and 1,453 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"name": "parent",
"version": "1.0.0",
"engines": {
"yarn": ">=1.7.0 <2.x.x"
"yarn": ">=1.7.0 <2.x.x",
"node": ">=14.18.0"
},
"scripts": {
"prepare": "lerna run prepare",
Expand All @@ -21,9 +22,9 @@
"download:exampleServer": "ts-node examples/workflow-glsp/scripts/download.ts"
},
"devDependencies": {
"@eclipse-glsp/config": "^1.0.0",
"@types/node": "12.x",
"lerna": "^4.0.0",
"@eclipse-glsp/config": "1.1.0-next.d03ad9f.112",
"@types/node": "14",
"lerna": "^6.1.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "~4.5.5"
Expand Down
Loading

0 comments on commit baff8d7

Please sign in to comment.