Skip to content

Commit

Permalink
Bump TypeScript version (#5758)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Dec 14, 2020
1 parent 06ab7a1 commit 91376d2
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 23 deletions.
72 changes: 52 additions & 20 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^6.0.0",
"@rollup/plugin-replace": "^2.3.0",
"@rollup/plugin-sucrase": "^3.0.0",
"@rollup/plugin-sucrase": "^3.1.0",
"@rollup/plugin-typescript": "^2.0.1",
"@rollup/plugin-virtual": "^2.0.0",
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.6.0",
Expand Down Expand Up @@ -130,8 +130,8 @@
"source-map-support": "^0.5.13",
"sourcemap-codec": "^1.4.8",
"tiny-glob": "^0.2.6",
"tslib": "^1.10.0",
"typescript": "^3.5.3"
"tslib": "^2.0.3",
"typescript": "^3.7.5"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 91376d2

Please sign in to comment.