Skip to content

Commit 9486d3c

Browse files
committed
Update bob
1 parent d6f2997 commit 9486d3c

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

example/Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.1.2)
8+
activesupport (7.2.2)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
1112
concurrent-ruby (~> 1.0, >= 1.3.1)
1213
connection_pool (>= 2.2.5)
@@ -23,6 +24,7 @@ GEM
2324
json (>= 1.5.1)
2425
atomos (0.1.3)
2526
base64 (0.2.0)
27+
benchmark (0.4.0)
2628
bigdecimal (3.1.8)
2729
claide (1.1.0)
2830
cocoapods (1.15.2)
@@ -76,7 +78,7 @@ GEM
7678
httpclient (2.8.3)
7779
i18n (1.14.6)
7880
concurrent-ruby (~> 1.0)
79-
json (2.7.5)
81+
json (2.8.1)
8082
logger (1.6.1)
8183
minitest (5.25.1)
8284
molinillo (0.8.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"format": "prettier '**/*' -u -w",
3939
"lint": "eslint './**/*.{js,ts,tsx}'",
4040
"typecheck": "tsc --noEmit",
41-
"build": "yarn clean && bob build && rm -rf dist/commonjs/package.json",
41+
"build": "yarn clean && bob build && rm -rf dist/*/package.json",
4242
"prepack": "prettier '**/*' -u -c && yarn lint && yarn typecheck && yarn build"
4343
},
4444
"react-native-builder-bob": {
@@ -82,7 +82,7 @@
8282
"prettier-plugin-organize-imports": "^4.1.0",
8383
"react": "18.3.1",
8484
"react-native": "0.76.1",
85-
"react-native-builder-bob": "^0.30.3",
85+
"react-native-builder-bob": "^0.31.0",
8686
"typescript": "^5.6.3"
8787
}
8888
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4923,10 +4923,10 @@ react-is@^18.0.0:
49234923
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
49244924
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
49254925

4926-
react-native-builder-bob@^0.30.3:
4927-
version "0.30.3"
4928-
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.30.3.tgz#3babeb72a56afee70e23a81dacb9c607bfe3c649"
4929-
integrity sha512-7w+oNNNkY+cR7Z3GgKaDWg7CeSxpv1ZUox42Ji/rViAxygMmtSPBe5I3K723OjGJXhvJCyUK5RRvzefNPw7Amg==
4926+
react-native-builder-bob@^0.31.0:
4927+
version "0.31.0"
4928+
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.31.0.tgz#4a09741e4562edb85b46ba730399b29c6b841d28"
4929+
integrity sha512-KMY4xDZTqQ/eKB4TJxHETv8MHiQfsL9056gul1c8Fn4nKuV/tk+tOfg8K4mWFXoOSgGFZy2olamb/Pr+t79cwA==
49304930
dependencies:
49314931
"@babel/core" "^7.25.2"
49324932
"@babel/plugin-transform-strict-mode" "^7.24.7"

0 commit comments

Comments
 (0)