Skip to content

Commit

Permalink
chore(repo): update estree-walker (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrh authored and shellscape committed Jan 13, 2020
1 parent dde1a83 commit ff7d1f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7,549 deletions.
10 changes: 5 additions & 5 deletions packages/commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"rollup": "^1.20.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.1",
"estree-walker": "^0.6.1",
"is-reference": "^1.1.4",
"magic-string": "^0.25.5",
"resolve": "^1.14.1"
"@rollup/pluginutils": "^3.0.0",
"estree-walker": "^1.0.1",
"is-reference": "^1.1.2",
"magic-string": "^0.25.2",
"resolve": "^1.11.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/pluginutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"rollup": "^1.20.0"
},
"dependencies": {
"estree-walker": "^0.6.1"
"estree-walker": "^1.0.1"
},
"devDependencies": {
"@types/estree": "0.0.39",
Expand Down
Loading

0 comments on commit ff7d1f3

Please sign in to comment.