Skip to content

Commit

Permalink
Upgrade typescript to 4.1 (close #870)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock authored and paulboocock committed Dec 15, 2020
1 parent 194097a commit 26bbdb0
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 94 deletions.
150 changes: 59 additions & 91 deletions core/package-lock.json

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

6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@types/lodash": "^4.14.160",
"@types/node": "^14.6.0",
"@types/uuid": "^3.4.6",
"@typescript-eslint/eslint-plugin": "^3.10.0",
"@typescript-eslint/parser": "^3.10.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"@wessberg/rollup-plugin-ts": "^1.3.8",
"ava": "^3.13.0",
"eslint": "^7.7.0",
"prettier": "^2.1.1",
"rollup": "^2.34.0",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
"typescript": "^4.1.2"
},
"contributors": [
"Alex Dean",
Expand Down

0 comments on commit 26bbdb0

Please sign in to comment.