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

Commit 2e08819

Browse files
committed
update @typescript-eslint/typescript-estree package to avoid warning "You are currently running a version of TypeScript which is not officially supported by typescript-estree"
1 parent 05835bc commit 2e08819

File tree

3 files changed

+37
-107
lines changed

3 files changed

+37
-107
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.6-dev.3] - 2020-04-17
11+
12+
- update @typescript-eslint/typescript-estree package to avoid warning
13+
1014
## [2.1.6-dev.2] - 2020-04-16
1115

1216
- upgrade typescript to 3.8.3

package-lock.json

Lines changed: 31 additions & 105 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.6-dev.2",
3+
"version": "2.1.6-dev.3",
44
"scripts": {
55
"lint": "tsc && eslint \"src/**/*.ts\"",
66
"lint-circle": "eslint \"src/**/*.ts\" --format junit -o junit/eslint-results.xml",
@@ -39,7 +39,7 @@
3939
"main": "dist/index.js",
4040
"dependencies": {
4141
"@babel/runtime": "^7.6.3",
42-
"@typescript-eslint/typescript-estree": "^2.3.2",
42+
"@typescript-eslint/typescript-estree": "^2.28.0",
4343
"app-module-path": "^2.2.0",
4444
"bluebird": "^3.7.1",
4545
"camelcase": "^5.3.1",

0 commit comments

Comments
 (0)