11{
22 "name" : " react-native" ,
3- "private" : true ,
4- "version" : " 1000.0.0" ,
3+ "version" : " 0.69.0-rc.0" ,
54 "bin" : " ./cli.js" ,
65 "description" : " A framework for building native apps using React" ,
76 "license" : " MIT" ,
8584 "test-android-e2e" : " yarn run docker-build-android && yarn run test-android-run-e2e" ,
8685 "test-ios" : " ./scripts/objc-test.sh test"
8786 },
88- "workspaces" : [
89- " packages/!(eslint-config-react-native-community)" ,
90- " repo-config"
91- ],
9287 "peerDependencies" : {
9388 "react" : " 18.0.0"
9489 },
123118 "stacktrace-parser" : " ^0.1.3" ,
124119 "use-subscription" : " >=1.0.0 <1.6.0" ,
125120 "whatwg-fetch" : " ^3.0.0" ,
126- "ws" : " ^6.1.4"
121+ "ws" : " ^6.1.4" ,
122+ "react-native-codegen" : " ^0.0.15"
127123 },
128124 "devDependencies" : {
129125 "flow-bin" : " ^0.176.3" ,
130- "react" : " 18.0.0" ,
131- "react-test-renderer" : " ^18.0.0"
126+ "react" : " 17.0.2" ,
127+ "react-test-renderer" : " 17.0.2" ,
128+ "@babel/core" : " ^7.14.0" ,
129+ "@babel/generator" : " ^7.14.0" ,
130+ "@babel/plugin-transform-regenerator" : " ^7.0.0" ,
131+ "@react-native-community/eslint-plugin" : " *" ,
132+ "@react-native/eslint-plugin-specs" : " >0.0.2" ,
133+ "@reactions/component" : " ^2.0.2" ,
134+ "async" : " ^3.2.2" ,
135+ "babel-eslint" : " ^10.1.0" ,
136+ "clang-format" : " ^1.2.4" ,
137+ "connect" : " ^3.6.5" ,
138+ "coveralls" : " ^3.1.1" ,
139+ "eslint" : " ^7.32.0" ,
140+ "eslint-config-fb-strict" : " ^26.0.0" ,
141+ "eslint-config-fbjs" : " ^3.1.1" ,
142+ "eslint-config-prettier" : " ^8.3.0" ,
143+ "eslint-plugin-babel" : " ^5.3.1" ,
144+ "eslint-plugin-eslint-comments" : " ^3.2.0" ,
145+ "eslint-plugin-flowtype" : " ^7.0.0" ,
146+ "eslint-plugin-jest" : " ^25.2.4" ,
147+ "eslint-plugin-jsx-a11y" : " ^6.4.1" ,
148+ "eslint-plugin-prettier" : " ^4.0.0" ,
149+ "eslint-plugin-react" : " ^7.26.1" ,
150+ "eslint-plugin-react-hooks" : " ^4.2.0" ,
151+ "eslint-plugin-react-native" : " ^3.11.0" ,
152+ "eslint-plugin-relay" : " ^1.8.2" ,
153+ "inquirer" : " ^7.1.0" ,
154+ "jest" : " ^26.6.3" ,
155+ "jest-junit" : " ^10.0.0" ,
156+ "jscodeshift" : " ^0.13.1" ,
157+ "metro-babel-register" : " 0.70.1" ,
158+ "mkdirp" : " ^0.5.1" ,
159+ "prettier" : " ^2.4.1" ,
160+ "shelljs" : " ^0.8.5" ,
161+ "signedsource" : " ^1.0.0" ,
162+ "ws" : " ^6.1.4" ,
163+ "yargs" : " ^15.3.1"
132164 },
133165 "codegenConfig" : {
134166 "libraries" : [
148180 }
149181 ]
150182 }
151- }
183+ }
0 commit comments