Skip to content

Commit

Permalink
fix(deps): update dependency jscodeshift to v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2024
1 parent 6aa5ac7 commit fb9d67f
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 100 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/babel__generator": "7.6.8",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/jscodeshift": "0.11.6",
"@types/jscodeshift": "0.11.11",
"@types/ncp": "2.0.8",
"@types/prompts": "2.4.9",
"all-contributors-cli": "6.26.1",
Expand All @@ -93,7 +93,7 @@
"fs-extra": "11.2.0",
"human-id": "^4.1.1",
"jest": "29.7.0",
"jscodeshift": "0.15.0",
"jscodeshift": "0.16.1",
"lerna": "8.1.7",
"listr2": "6.6.1",
"make-dir-cli": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"humanize-string": "2.1.0",
"jscodeshift": "0.15.0",
"jscodeshift": "0.16.1",
"latest-version": "5.1.0",
"listr2": "6.6.1",
"lodash": "4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"execa": "5.1.1",
"fast-glob": "3.3.2",
"graphql": "16.9.0",
"jscodeshift": "0.15.0",
"jscodeshift": "0.16.1",
"pascalcase": "1.0.0",
"prettier": "3.3.3",
"tasuku": "2.0.1",
Expand All @@ -50,7 +50,7 @@
"devDependencies": {
"@types/babel__core": "7.20.5",
"@types/fs-extra": "11.0.4",
"@types/jscodeshift": "0.11.6",
"@types/jscodeshift": "0.11.11",
"@types/yargs": "17.0.32",
"fs-extra": "11.2.0",
"tempy": "1.0.1",
Expand Down
Loading

0 comments on commit fb9d67f

Please sign in to comment.