Skip to content

Commit 2b0441f

Browse files
fix(deps): update dependency jscodeshift to v17
1 parent 9bbed5e commit 2b0441f

File tree

3 files changed

+13
-21
lines changed

3 files changed

+13
-21
lines changed

packages/codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"chalk": "^5.3.0",
3535
"commander": "^13.1.0",
3636
"ignore": "^5.3.2",
37-
"jscodeshift": "^0.16.1",
37+
"jscodeshift": "^17.1.2",
3838
"strip-ansi": "^7.1.0",
3939
"typescript": "^5.7.2",
4040
"winston": "^3.17.0"

pnpm-lock.yaml

+11-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"author": "",
2828
"license": "MIT",
2929
"dependencies": {
30-
"jscodeshift": "^0.16.1",
30+
"jscodeshift": "^17.1.2",
3131
"prettier": "^3.3.2",
3232
"typescript": "^5.7.2"
3333
},

0 commit comments

Comments
 (0)