Skip to content

Commit

Permalink
Bump jscodeshift to 0.14 (#35356)
Browse files Browse the repository at this point in the history
Summary:
Jscodeshift has become maintained again in the past year, and has gotten rid of quite a good chunk of old dependencies that are no longer needed!

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[Internal] [Changed] - update jscodeshift

Pull Request resolved: #35356

Reviewed By: cipolleschi

Differential Revision: D41325527

Pulled By: rshest

fbshipit-source-id: 666b25c9bb3b1720479e9e098968b3b983adc2b4
  • Loading branch information
stianjensen authored and facebook-github-bot committed Nov 17, 2022
1 parent e504141 commit 462d93d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 584 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@babel/parser": "^7.14.0",
"flow-parser": "^0.185.0",
"jscodeshift": "^0.13.1",
"jscodeshift": "^0.14.0",
"nullthrows": "^1.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion repo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"inquirer": "^7.1.0",
"jest": "^29.2.1",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"jscodeshift": "^0.14.0",
"metro-babel-register": "0.73.3",
"metro-memory-fs": "0.73.3",
"mkdirp": "^0.5.1",
Expand Down
Loading

0 comments on commit 462d93d

Please sign in to comment.