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!

<!-- 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: https://github.com/facebook/react-native/pull/35356

Reviewed By: cipolleschi

Differential Revision: D41325527

Pulled By: rshest

fbshipit-source-id: 666b25c9bb3b1720479e9e098968b3b983adc2b4
This commit is contained in:
Stian Jensen
2023-09-25 09:30:54 +02:00
committed by fortmarek
parent 9c2efff20d
commit 37de064b15
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -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.10",
"metro-memory-fs": "0.73.10",
"mkdirp": "^0.5.1",