Skip to content

Commit

Permalink
fix(upgrade): move jscodeshift to external hard dep (#11634)
Browse files Browse the repository at this point in the history
* fix(upgrade): do not mark jscodeshift as external

* fix(upgrade): move jscodeshift to external hard dep

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Jun 21, 2022
1 parent 4cb3f0e commit 524845d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"inquirer": "^8.1.0",
"is-git-clean": "^1.1.0",
"jest-diff": "^28.1.0",
"jscodeshift": "^0.13.1",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"memfs": "^3.4.0",
Expand All @@ -54,5 +53,8 @@
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"yargs": "^17.0.1"
},
"dependencies": {
"jscodeshift": "^0.13.1"
}
}

0 comments on commit 524845d

Please sign in to comment.