Skip to content

Commit

Permalink
chore: update to typescript 4.1 and gts 3 (open-telemetry#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna authored and dyladan committed Feb 18, 2021
1 parent 4f34515 commit 1203c11
Show file tree
Hide file tree
Showing 10 changed files with 1,192 additions and 863 deletions.
6 changes: 3 additions & 3 deletions api/backwards-compatability/node10/package-lock.json

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

2 changes: 1 addition & 1 deletion api/backwards-compatability/node10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/node": "10.17.50",
"typescript": "3.9.7"
"typescript": "4.1.3"
},
"author": "OpenTelemetry Authors",
"license": "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions api/backwards-compatability/node12/package-lock.json

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

2 changes: 1 addition & 1 deletion api/backwards-compatability/node12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/node": "12.19.13",
"typescript": "3.9.7"
"typescript": "4.1.3"
},
"author": "OpenTelemetry Authors",
"license": "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions api/backwards-compatability/node8/package-lock.json

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

2 changes: 1 addition & 1 deletion api/backwards-compatability/node8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/node": "8.10.66",
"typescript": "3.9.7"
"typescript": "4.1.3"
},
"author": "OpenTelemetry Authors",
"license": "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/sinon": "9.0.10",
"@types/webpack-env": "1.16.0",
"codecov": "3.8.1",
"gts": "2.0.2",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
"karma-chrome-launcher": "3.1.0",
Expand All @@ -73,7 +73,7 @@
"ts-loader": "8.0.14",
"ts-mocha": "8.0.0",
"typedoc": "0.20.14",
"typescript": "3.9.7",
"typescript": "4.1.3",
"webpack": "4.46.0"
}
}
Loading

0 comments on commit 1203c11

Please sign in to comment.