Skip to content

Commit

Permalink
Update dependency typescript to v4.5.5 (#822)
Browse files Browse the repository at this point in the history
* Update dependency typescript to v4.5.5

* Update compiler options

Workaround for angular/angularfire#3090

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Chris Keller <xylo04@gmail.com>
  • Loading branch information
3 people committed Jan 22, 2022
1 parent 1f67c42 commit 449894c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"prettier": "2.5.1",
"protractor": "7.0.0",
"ts-node": "10.4.0",
"typescript": "4.4.4"
"typescript": "4.5.5"
},
"lint-staged": {
"*.{js,ts,json,html,css,scss,md,yml,yaml,webmanifest}": "prettier --write"
Expand Down
6 changes: 3 additions & 3 deletions src/assets/license-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,9 @@
{
"name": "typescript",
"licenseType": "Apache-2.0",
"link": "git+https://github.com/Microsoft/TypeScript.git",
"comment": "4.4.4",
"installedVersion": "4.4.4",
"link": "https://github.com/Microsoft/TypeScript.git",
"comment": "4.5.5",
"installedVersion": "4.5.5",
"author": "Microsoft Corp."
}
]
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"target": "es2015",
"module": "es2020",
"lib": ["es2018", "dom"]
Expand Down

0 comments on commit 449894c

Please sign in to comment.