Skip to content

Commit f6b06cc

Browse files
Bump typescript from 3.5.3 to 3.8.3 (#2513)
* Bump typescript from 3.5.3 to 3.8.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 3.8.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.5.3...v3.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * update node types as well Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Tyler James Leonhardt <tylerl0706@gmail.com>
1 parent 939379d commit f6b06cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/glob": "^7.1.1",
5353
"@types/mocha": "~7.0.2",
5454
"@types/mock-fs": "~4.10.0",
55-
"@types/node": "~10.11.0",
55+
"@types/node": "~12.12.39",
5656
"@types/node-fetch": "~2.5.7",
5757
"@types/rewire": "~2.5.28",
5858
"@types/semver": "~7.1.0",
@@ -65,7 +65,7 @@
6565
"rewire": "~5.0.0",
6666
"sinon": "~9.0.2",
6767
"tslint": "~6.1.2",
68-
"typescript": "~3.5.3",
68+
"typescript": "~3.8.3",
6969
"vsce": "~1.75.0",
7070
"vscode-test": "~1.3.0"
7171
},

0 commit comments

Comments
 (0)