Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Sep 4, 2020
1 parent 0533663 commit b3b7bab
Show file tree
Hide file tree
Showing 41 changed files with 5,842 additions and 15,730 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ All of major releases are supported for 18 months.
| Release | Status | Active Start | Maintenance Start | End-of-life | Node min version | TS min version |
| --- | --- | --- | --- | --- | --- | --- |
| 2.x | *Pending* | Summer 2020 | Summer 2021 | 2021-12-31 | 10.x | 3.9 |
| 2.x | *Pending* | Summer 2020 | Summer 2021 | 2021-12-31 | 10.x | 4.0 |
| 1.x | *Active* | 2019-07-11 | Summer 2020 | 2020-12-31 | 8.x | 3.5 |
| 0.8 | *End-of-Life* | 2019-02-16 | - | 2019-07-11 | 8.x | 2.9 |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install global dependencies (lerna, pm2, codecov)
run: npm install -g lerna pm2 codecov
run: npm install -g lerna@3.20 pm2 codecov
- name: Install project dependencies
run: npm install
- name: Install package dependencies and build packages
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"express-jwt": "^5.3.1",
"helmet": "^3.16.0",
"morgan": "^1.9.1",
"typescript": "^3.4.4"
"typescript": "~4.0.2"
}
}
Loading

0 comments on commit b3b7bab

Please sign in to comment.