Skip to content

Commit 3363469

Browse files
committed
Bump lerna from 2.11.0 to 4.0.0
- This change also bumps versions of several other dependencies. This fixes several dependabot warnings. - Update publish scripts to use the lerna publish CLI of v4.0.0 Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
1 parent 713a09e commit 3363469

4 files changed

Lines changed: 4144 additions & 1738 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "2.11.0",
2+
"lerna": "4.0.0",
33
"version": "0.1.0",
44
"useWorkspaces": true,
55
"npmClient": "yarn",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "lerna run start",
1010
"test": "echo 'Should run tests'",
1111
"publish:latest": "lerna publish --registry=https://registry.npmjs.org/ --exact --no-git-tag-version --no-push",
12-
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary=next --npm-tag=next --skip-git --yes"
12+
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary minor --preid=next.$(git rev-parse --short HEAD) --dist-tag=next --no-git-tag-version --no-push --yes"
1313
},
1414
"keywords": [
1515
"gantt",
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/theia-ide/timeline-chart",
2828
"devDependencies": {
2929
"@types/pixi.js": "^5.0.0",
30-
"lerna": "2.11.0",
30+
"lerna": "4.0.0",
3131
"typescript": "^3.2.2"
3232
},
3333
"workspaces": [

timeline-chart/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 theia-ide
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)