Skip to content

Commit 6eb55cf

Browse files
wjkg5ZYSZ3K
authored andcommitted
chore: switch to newer bob package
1 parent 8f05fb4 commit 6eb55cf

3 files changed

Lines changed: 24 additions & 383 deletions

File tree

packages/css-processor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"@babel/preset-env": "^7.28.3",
4545
"@babel/preset-typescript": "^7.27.1",
4646
"@babel/runtime": "^7.28.4",
47-
"@react-native-community/bob": "^0.17.1",
4847
"@release-it/conventional-changelog": "^10.0.1",
4948
"@types/jest": "^29.5.14",
5049
"@types/react": "~19.1.0",
@@ -56,6 +55,7 @@
5655
"metro-react-native-babel-preset": "^0.77.0",
5756
"prettier": "^3.6.2",
5857
"react": "19.1.0",
58+
"react-native-builder-bob": "^0.40.13",
5959
"release-config": "workspace:*",
6060
"release-it": "^19.0.5",
6161
"typescript": "^5.4.5"
@@ -66,7 +66,7 @@
6666
"publishConfig": {
6767
"access": "public"
6868
},
69-
"@react-native-community/bob": {
69+
"react-native-builder-bob": {
7070
"source": "src",
7171
"output": "lib",
7272
"targets": [

packages/transient-render-engine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"@babel/preset-env": "^7.28.3",
5050
"@babel/preset-typescript": "^7.27.1",
5151
"@babel/runtime": "^7.28.4",
52-
"@react-native-community/bob": "^0.17.1",
5352
"@release-it/conventional-changelog": "^10.0.1",
5453
"@tsconfig/react-native": "^3.0.7",
5554
"@types/css-to-react-native": "^3.0.2",
@@ -62,6 +61,7 @@
6261
"metro-react-native-babel-preset": "^0.77.0",
6362
"prettier": "^3.6.2",
6463
"react": "19.1.0",
64+
"react-native-builder-bob": "^0.40.13",
6565
"release-config": "workspace:*",
6666
"release-it": "^19.0.5",
6767
"typescript": "^5.4.5"
@@ -72,7 +72,7 @@
7272
"publishConfig": {
7373
"access": "public"
7474
},
75-
"@react-native-community/bob": {
75+
"react-native-builder-bob": {
7676
"source": "src",
7777
"output": "lib",
7878
"targets": [

0 commit comments

Comments
 (0)