Skip to content

Commit

Permalink
fix(estree-walker): bump estree-walker to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bashmish committed Oct 21, 2024
1 parent 2f943d5 commit 0868c95
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
"commondir": "^1.0.1",
"estree-walker": "^2.0.2",
"estree-walker": "^3.0.3",
"fdir": "^6.2.0",
"is-reference": "1.2.1",
"magic-string": "^0.30.3",
Expand All @@ -90,4 +90,4 @@
"!**/types.ts"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/dynamic-import-vars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
"astring": "^1.8.5",
"estree-walker": "^2.0.2",
"estree-walker": "^3.0.3",
"fast-glob": "^3.2.12",
"magic-string": "^0.30.3"
},
Expand All @@ -82,4 +82,4 @@
"!**/snapshots/**"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
"estree-walker": "^2.0.2",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.3"
},
"devDependencies": {
Expand All @@ -82,4 +82,4 @@
"!**/types.ts"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/pluginutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@types/estree": "^1.0.0",
"estree-walker": "^2.0.2",
"estree-walker": "^3.0.3",
"picomatch": "^2.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -97,4 +97,4 @@
".ts"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/strip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
"estree-walker": "^2.0.2",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.3"
},
"devDependencies": {
Expand All @@ -72,4 +72,4 @@
"!**/types.ts"
]
}
}
}
32 changes: 22 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 0868c95

Please sign in to comment.