Skip to content

Commit b3dbd96

Browse files
mysticateakaicataldo
authored andcommittedOct 24, 2019
Fix: problematic installation issue (fixes #11018) (#12309)
* Fix: problematic installation issue (fixes #11018) * update espree
1 parent cd7c29b commit b3dbd96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-scope": "^5.0.0",
5555
"eslint-utils": "^1.4.2",
5656
"eslint-visitor-keys": "^1.1.0",
57-
"espree": "^6.1.1",
57+
"espree": "^6.1.2",
5858
"esquery": "^1.0.1",
5959
"esutils": "^2.0.2",
6060
"file-entry-cache": "^5.0.1",
@@ -86,7 +86,7 @@
8686
"devDependencies": {
8787
"@babel/core": "^7.4.3",
8888
"@babel/preset-env": "^7.4.3",
89-
"acorn": "^7.0.0",
89+
"acorn": "^7.1.0",
9090
"babel-loader": "^8.0.5",
9191
"chai": "^4.0.1",
9292
"cheerio": "^0.22.0",

0 commit comments

Comments
 (0)
Please sign in to comment.