Skip to content

Commit

Permalink
Update typescript to 4.0.2 (#475)
Browse files Browse the repository at this point in the history
* update typescript to 4.0.2

* fix misspelling

* Update background-layer-helpers.ts

* remove readonly arrays from most css parsing types

* fix(All) Removed ReadonlyArray patch and reverted changes around that

* fix(website) Fixed a new compile error in the website project

* fix(tests) Fixed up snapshots that were altered by the TS update

Co-authored-by: Rheeseyb <[email protected]>
  • Loading branch information
alecmolloy and Rheeseyb authored Sep 2, 2020
1 parent 9614e09 commit de06b86
Show file tree
Hide file tree
Showing 22 changed files with 8,958 additions and 4,983 deletions.
50 changes: 22 additions & 28 deletions .github/actions/get-google-fonts-list-file/package-lock.json

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

4 changes: 2 additions & 2 deletions .github/actions/get-google-fonts-list-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/jest": "26.0.7",
"@types/node": "14.0.25",
"@types/node-fetch": "2.5.7",
"@typescript-eslint/parser": "3.7.0",
"@typescript-eslint/parser": "3.10.1",
"@zeit/ncc": "0.22.3",
"eslint": "7.5.0",
"eslint-plugin-github": "4.1.1",
Expand All @@ -42,6 +42,6 @@
"js-yaml": "3.14.0",
"prettier": "2.0.5",
"ts-jest": "24.3.0",
"typescript": "3.9.7"
"typescript": "4.0.2"
}
}
Loading

0 comments on commit de06b86

Please sign in to comment.