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

Commit 583ef85

Browse files
authored
upgrade typescript and @typescript-eslint/typescript-estree packages (#116)
* upgrade typescript and @typescript-eslint/typescript-estree packages * bump version
1 parent 0cc9e9f commit 583ef85

File tree

3 files changed

+52
-12
lines changed

3 files changed

+52
-12
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.2-dev.2] - 2019-10-04
11+
12+
- upgrade typescript and typescript parser packages
13+
1014
## [2.1.2-dev.1] - 2019-09-20
1115

1216
- avoid recognizing any require/import starts with `.` as a custom-resolve-module on Windows

package-lock.json

Lines changed: 45 additions & 9 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
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-javascript",
3-
"version": "2.1.2-dev.1",
3+
"version": "2.1.2-dev.2",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",
@@ -37,7 +37,7 @@
3737
"main": "dist/index.js",
3838
"dependencies": {
3939
"@babel/runtime": "^7.0.0",
40-
"@typescript-eslint/typescript-estree": "^1.1.0",
40+
"@typescript-eslint/typescript-estree": "^2.3.2",
4141
"app-module-path": "^2.2.0",
4242
"camelcase": "^4.0.0",
4343
"chalk": "^1.1.3",
@@ -67,7 +67,7 @@
6767
"sass-lookup": "^1.1.0",
6868
"stylable": "5.2.2",
6969
"stylus-lookup": "^1.0.2",
70-
"typescript": "3.2.4",
70+
"typescript": "3.6.3",
7171
"user-home": "^2.0.0",
7272
"vue-template-compiler": "^2.5.13"
7373
},

0 commit comments

Comments
 (0)