Skip to content

chore(deps-dev): bump react-native-builder-bob from 0.38.4 to 0.40.6 #1083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"pod-install": "^0.3.2",
"react": "18.2.0",
"react-native": "^0.73.0",
"react-native-builder-bob": "^0.38.0",
"react-native-builder-bob": "^0.40.6",
"react-native-test-app": "^4.0.4",
"release-it": "^18.1.1",
"typescript": "5.8.2"
Expand Down
40 changes: 33 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ __metadata:
languageName: node
linkType: hard

"@ark/schema@npm:0.45.9":
version: 0.45.9
resolution: "@ark/schema@npm:0.45.9"
dependencies:
"@ark/util": "npm:0.45.9"
checksum: 10c0/78075edb3769a64ca6d0775747071a96f781bc9cfe5a7218858f2c11fe7397cc8f10980383ad68d9e6d3479881b0d03fbce6d509a023702648eadbdbc22b0308
languageName: node
linkType: hard

"@ark/util@npm:0.45.9":
version: 0.45.9
resolution: "@ark/util@npm:0.45.9"
checksum: 10c0/793b144623838a554976d9a95ac44c677c7ddfd0edff8c5cce494e923d97ac5bb15ae2294550d4e9e5086e7ac874a9f285811dad349d63a62000e3f32390455b
languageName: node
linkType: hard

"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.23.5":
version: 7.23.5
resolution: "@babel/code-frame@npm:7.23.5"
Expand Down Expand Up @@ -4144,7 +4160,7 @@ __metadata:
pod-install: "npm:^0.3.2"
react: "npm:18.2.0"
react-native: "npm:^0.73.0"
react-native-builder-bob: "npm:^0.38.0"
react-native-builder-bob: "npm:^0.40.6"
react-native-test-app: "npm:^4.0.4"
release-it: "npm:^18.1.1"
typescript: "npm:5.8.2"
Expand Down Expand Up @@ -5148,6 +5164,16 @@ __metadata:
languageName: node
linkType: hard

"arktype@npm:^2.1.15":
version: 2.1.19
resolution: "arktype@npm:2.1.19"
dependencies:
"@ark/schema": "npm:0.45.9"
"@ark/util": "npm:0.45.9"
checksum: 10c0/cceae540bb64cd5d1711773273001524e357f1d92d000a2c5f09b16bcaf836a7421f2c44632869697526f277e73d6b7ad2f7e5af63bc05b0a7e8cbd557b477a4
languageName: node
linkType: hard

"array-ify@npm:^1.0.0":
version: 1.0.0
resolution: "array-ify@npm:1.0.0"
Expand Down Expand Up @@ -6246,7 +6272,7 @@ __metadata:
languageName: node
linkType: hard

"cosmiconfig@npm:9.0.0, cosmiconfig@npm:^9.0.0":
"cosmiconfig@npm:9.0.0":
version: 9.0.0
resolution: "cosmiconfig@npm:9.0.0"
dependencies:
Expand Down Expand Up @@ -11079,19 +11105,19 @@ __metadata:
languageName: node
linkType: hard

"react-native-builder-bob@npm:^0.38.0":
version: 0.38.4
resolution: "react-native-builder-bob@npm:0.38.4"
"react-native-builder-bob@npm:^0.40.6":
version: 0.40.6
resolution: "react-native-builder-bob@npm:0.40.6"
dependencies:
"@babel/core": "npm:^7.25.2"
"@babel/plugin-transform-strict-mode": "npm:^7.24.7"
"@babel/preset-env": "npm:^7.25.2"
"@babel/preset-flow": "npm:^7.24.7"
"@babel/preset-react": "npm:^7.24.7"
"@babel/preset-typescript": "npm:^7.24.7"
arktype: "npm:^2.1.15"
babel-plugin-module-resolver: "npm:^5.0.2"
browserslist: "npm:^4.20.4"
cosmiconfig: "npm:^9.0.0"
cross-spawn: "npm:^7.0.3"
dedent: "npm:^0.7.0"
del: "npm:^6.1.1"
Expand All @@ -11107,7 +11133,7 @@ __metadata:
yargs: "npm:^17.5.1"
bin:
bob: bin/bob
checksum: 10c0/84ff2866b8abc42fe7b0928ad9640c6db7303af912cb8452131252bf2126d09b8900f00a19a704c6bf5d48d35f6bae8cc56e4d205af3df2ad81c56834f83b35f
checksum: 10c0/757f1b9134681e2b78ee225bd5e8a7cecc6b139f3d8a186f86b511682b92b8c4e555194ac1acd295a6759a317696942ea5289e80385ff58b52871d08646e4d52
languageName: node
linkType: hard

Expand Down
Loading