File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed
packages/create-react-native-library Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- v22.20 .0
1+ v24.13 .0
Original file line number Diff line number Diff line change 11export const FALLBACK_BOB_VERSION = '0.41.0' ;
22export const FALLBACK_NITRO_MODULES_VERSION = '0.35.3' ;
33export const SUPPORTED_MONOREPO_CONFIG_VERSION = '0.3.3' ;
4- export const SUPPORTED_REACT_NATIVE_VERSION = '0.83 .0' ;
4+ export const SUPPORTED_REACT_NATIVE_VERSION = '0.85 .0' ;
Original file line number Diff line number Diff line change 1- v22.20 .0
1+ v24.13 .0
Original file line number Diff line number Diff line change 7272<% if (project.cpp) { -%>
7373 "@react-native-community/cli" : " ^20.1.2" ,
7474<% } -%>
75- "@react-native/babel-preset" : " 0.83 .0" ,
75+ "@react-native/babel-preset" : " 0.85 .0" ,
7676 "@types/react" : " ^19.2.0" ,
7777 "del-cli" : " ^7.0.0" ,
7878<% if (project.moduleConfig === 'nitro-modules' || project.viewConfig === 'nitro-view') { -%>
7979 "nitrogen" : " ^<%- versions.nitro %>" ,
8080<% } -%>
81- "react" : " 19.2.0 " ,
82- "react-native" : " 0.83 .0" ,
81+ "react" : " 19.2.3 " ,
82+ "react-native" : " 0.85 .0" ,
8383 "react-native-builder-bob" : " ^<%- versions.bob %>" ,
8484<% if (project.moduleConfig === 'nitro-modules' || project.viewConfig === 'nitro-view') { -%>
8585 "react-native-nitro-modules" : " ^<%- versions.nitro %>" ,
Original file line number Diff line number Diff line change 1313 "@eslint/compat" : " ^2.0.3" ,
1414 "@eslint/eslintrc" : " ^3.3.5" ,
1515 "@eslint/js" : " ^10.0.1" ,
16- "@react-native/eslint-config" : " 0.83 .0" ,
16+ "@react-native/eslint-config" : " 0.85 .0" ,
1717 "eslint" : " ^9.39.4" ,
1818 "eslint-config-prettier" : " ^10.1.8" ,
1919 "eslint-plugin-ft-flow" : " ^3.0.11" ,
Original file line number Diff line number Diff line change 33 "test" : " jest"
44 },
55 "jest" : {
6- "preset" : " react-native" ,
6+ "preset" : " @ react-native/jest-preset " ,
77 "modulePathIgnorePatterns" : [
88 " <rootDir>/example/node_modules" ,
99 " <rootDir>/lib/"
1010 ]
1111 },
1212 "devDependencies" : {
13+ "@react-native/jest-preset" : " 0.85.0" ,
1314 "@jest/globals" : " ^30.0.0" ,
1415 "jest" : " ^30.3.0"
1516 }
You can’t perform that action at this time.
0 commit comments