Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit 85e08d8

Browse files
committed
update typescript to support optional chaining
1 parent c66dc6c commit 85e08d8

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10+
## [2.1.5-dev.1] - 2020-01-08
11+
12+
- [#2231](https://github.com/teambit/bit/issues/2231) update typescript to support optional chaining
13+
1014
## [2.1.4] - 2019-11-24
1115

1216
- [#2140](https://github.com/teambit/bit/issues/2140) support `import { x as y }` syntax

package-lock.json

Lines changed: 4 additions & 4 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
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-javascript",
3-
"version": "2.1.4",
3+
"version": "2.1.5-dev.1",
44
"scripts": {
55
"lint": "tsc && eslint \"src/**/*.ts\"",
66
"lint-circle": "eslint \"src/**/*.ts\" --format junit -o junit/eslint-results.xml",
@@ -70,7 +70,7 @@
7070
"sass-lookup": "^3.0.0",
7171
"stylable": "5.2.2",
7272
"stylus-lookup": "^3.0.2",
73-
"typescript": "3.6.3",
73+
"typescript": "3.7.4",
7474
"user-home": "^2.0.0",
7575
"vue-template-compiler": "^2.5.13"
7676
},

0 commit comments

Comments
 (0)