Skip to content

Commit 462d93d

Browse files
stianjensenfacebook-github-bot
authored andcommitted
Bump jscodeshift to 0.14 (#35356)
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
1 parent e504141 commit 462d93d

File tree

3 files changed

+23
-584
lines changed

3 files changed

+23
-584
lines changed

packages/react-native-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@babel/parser": "^7.14.0",
2222
"flow-parser": "^0.185.0",
23-
"jscodeshift": "^0.13.1",
23+
"jscodeshift": "^0.14.0",
2424
"nullthrows": "^1.1.1"
2525
},
2626
"devDependencies": {

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"inquirer": "^7.1.0",
4242
"jest": "^29.2.1",
4343
"jest-junit": "^10.0.0",
44-
"jscodeshift": "^0.13.1",
44+
"jscodeshift": "^0.14.0",
4545
"metro-babel-register": "0.73.3",
4646
"metro-memory-fs": "0.73.3",
4747
"mkdirp": "^0.5.1",

0 commit comments

Comments
 (0)