Skip to content

Commit 39a487b

Browse files
authored
Update babel-eslint to the latest version 🚀 (#95)
* chore(package): update babel-eslint to version 10.0.1 Closes #86 * chore(package): update lockfile yarn.lock
1 parent fd3a748 commit 39a487b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"babel-cli": "^6.26.0",
35-
"babel-eslint": "^9.0.0",
35+
"babel-eslint": "^10.0.1",
3636
"babel-plugin-transform-decorators-legacy": "^1.3.4",
3737
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3838
"babel-plugin-transform-runtime": "^6.23.0",

‎yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -683,9 +683,9 @@ babel-core@^6.26.3:
683683
slash "^1.0.0"
684684
source-map "^0.5.7"
685685

686-
babel-eslint@^9.0.0:
687-
version "9.0.0"
688-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
686+
babel-eslint@^10.0.1:
687+
version "10.0.1"
688+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
689689
dependencies:
690690
"@babel/code-frame" "^7.0.0"
691691
"@babel/parser" "^7.0.0"

0 commit comments

Comments
 (0)