Skip to content

Commit

Permalink
chore(deps): update dependency react-native-builder-bob to v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent ed72579 commit 952f043
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"postinstall-postinstall": "2.1.0",
"react": "18.3.1",
"react-native": "0.72.6",
"react-native-builder-bob": "0.32.1",
"react-native-builder-bob": "0.35.0",
"react-test-renderer": "18.3.1",
"reassure": "1.3.0",
"release-it": "17.10.0",
Expand Down
30 changes: 26 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4379,6 +4379,13 @@
dependencies:
"@react-native/codegen" "0.73.2"

"@react-native/babel-plugin-codegen@^0.76.3":
version "0.76.3"
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.76.3.tgz#331f1afb4fe744b135979f0d0db62b1cd07cb5bf"
integrity sha512-mZ7jmIIg4bUnxCqY3yTOkoHvvzsDyrZgfnIKiTGm5QACrsIGa5eT3pMFpMm2OpxGXRDrTMsYdPXE2rCyDX52VQ==
dependencies:
"@react-native/codegen" "0.76.3"

"@react-native/[email protected]":
version "0.73.19"
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.73.19.tgz#a6c0587651804f8f01d6f3b7729f1d4a2d469691"
Expand Down Expand Up @@ -4440,6 +4447,20 @@
mkdirp "^0.5.1"
nullthrows "^1.1.1"

"@react-native/[email protected]":
version "0.76.3"
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.76.3.tgz#a94664601bb60797dd1042972bffdd1b2bfe008c"
integrity sha512-oJCH/jbYeGmFJql8/y76gqWCCd74pyug41yzYAjREso1Z7xL88JhDyKMvxEnfhSdMOZYVl479N80xFiXPy3ZYA==
dependencies:
"@babel/parser" "^7.25.3"
glob "^7.1.1"
hermes-parser "0.23.1"
invariant "^2.2.4"
jscodeshift "^0.14.0"
mkdirp "^0.5.1"
nullthrows "^1.1.1"
yargs "^17.6.2"

"@react-native/codegen@^0.72.7":
version "0.72.7"
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.72.7.tgz#b6832ce631ac63143024ea094a6b5480a780e589"
Expand Down Expand Up @@ -10525,17 +10546,18 @@ react-is@^18.3.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==

react-native-builder-bob@0.32.1:
version "0.32.1"
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.32.1.tgz#531176b7b58c2f1919e7e6d720fda6b3cc650670"
integrity sha512-F4LsDRXoFtX3O3CzhFV/SXMWFrOdW/nw/QPjCPrMevEXBkKHxQ9w18LmvbZZlvSHy+pdPZP9tmKz8nPoX1LOUA==
react-native-builder-bob@0.35.0:
version "0.35.0"
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.35.0.tgz#3e98fa6d3f8bd19899c1dabd977d7acfe2fcdbee"
integrity sha512-GstPAhSkeZIr9tBOvCYPgSKcNB2a5uXmXEWHnOugF9pxOusjZ4gWaPogZEqRq5Zt7+s4lSDrDVZtpUA6TZIOWA==
dependencies:
"@babel/core" "^7.25.2"
"@babel/plugin-transform-strict-mode" "^7.24.7"
"@babel/preset-env" "^7.25.2"
"@babel/preset-flow" "^7.24.7"
"@babel/preset-react" "^7.24.7"
"@babel/preset-typescript" "^7.24.7"
"@react-native/babel-plugin-codegen" "^0.76.3"
babel-plugin-module-resolver "^5.0.2"
browserslist "^4.20.4"
cosmiconfig "^9.0.0"
Expand Down

0 comments on commit 952f043

Please sign in to comment.