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 11, 2020
1 parent e4f4e9e commit 491b47c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@rollup/pluginutils": "^3.0.0",
"estree-walker": "^0.6.1",
"estree-walker": "^1.0.1",
"is-reference": "^1.1.2",
"magic-string": "^0.25.2",
"resolve": "^1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rollup": "^1.20.0"
},
"dependencies": {
"estree-walker": "^0.9.0",
"estree-walker": "^1.0.1",
"magic-string": "^0.25.2",
"rollup-pluginutils": "^2.6.0"
},
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
2 changes: 1 addition & 1 deletion packages/strip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"rollup": "^1.20.0"
},
"dependencies": {
"estree-walker": "^0.6.0",
"estree-walker": "^1.0.1",
"magic-string": "^0.25.1",
"rollup-pluginutils": "^2.8.1"
},
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 491b47c

Please sign in to comment.