Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1b78d4

Browse files
authored
chore: use latest version of tslint-etc and legacy-peer-deps (#6486)
* chore: use latest version of tslint-etc Closes #6485 * chore: add --legacy-peer-deps flag
1 parent 6ed3e58 commit a1b78d4

3 files changed

Lines changed: 166 additions & 28 deletions

File tree

.github/workflows/ci_ts_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
run: |
2424
npm install -g npm@latest
2525
npm ci
26-
npm install --no-save typescript@latest tslib@latest @types/node@latest
26+
npm install --legacy-peer-deps --no-save typescript@latest tslib@latest @types/node@latest
2727
npm run compile
2828

package-lock.json

Lines changed: 164 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"ts-node": "^9.0.0",
189189
"tslint": "^5.20.1",
190190
"tslint-config-prettier": "^1.18.0",
191-
"tslint-etc": "1.9.2",
191+
"tslint-etc": "1.13.10",
192192
"tslint-no-toplevel-property-access": "0.0.2",
193193
"tslint-no-unused-expression-chai": "0.0.3",
194194
"typedoc": "^0.17.8",

0 commit comments

Comments
 (0)