Skip to content

Commit 91376d2

Browse files
authored
Bump TypeScript version (#5758)
1 parent 06ab7a1 commit 91376d2

File tree

2 files changed

+55
-23
lines changed

2 files changed

+55
-23
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@rollup/plugin-json": "^4.0.1",
100100
"@rollup/plugin-node-resolve": "^6.0.0",
101101
"@rollup/plugin-replace": "^2.3.0",
102-
"@rollup/plugin-sucrase": "^3.0.0",
102+
"@rollup/plugin-sucrase": "^3.1.0",
103103
"@rollup/plugin-typescript": "^2.0.1",
104104
"@rollup/plugin-virtual": "^2.0.0",
105105
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.6.0",
@@ -130,8 +130,8 @@
130130
"source-map-support": "^0.5.13",
131131
"sourcemap-codec": "^1.4.8",
132132
"tiny-glob": "^0.2.6",
133-
"tslib": "^1.10.0",
134-
"typescript": "^3.5.3"
133+
"tslib": "^2.0.3",
134+
"typescript": "^3.7.5"
135135
},
136136
"nyc": {
137137
"include": [

0 commit comments

Comments
 (0)