Skip to content

Commit

Permalink
chore: upgrade bob
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 27, 2024
1 parent 2412e4b commit f230008
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 36 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"mock-require-assets": "^0.0.3",
"nodemon": "^3.0.3",
"npm-run-all2": "^6.2.2",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"react-test-renderer": "18.2.0",
"serve": "^14.2.1",
"typescript": "^5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bottom-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"del-cli": "^5.1.0",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.3.0",
"typescript": "^5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"del-cli": "^5.1.0",
"immer": "^10.0.3",
"react": "18.3.1",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"react-test-renderer": "18.2.0",
"typescript": "^5.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react": "~18.3.12",
"del-cli": "^5.1.0",
"react": "18.3.1",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"typescript": "^5.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"del-cli": "^5.1.0",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"del-cli": "^5.1.0",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"typescript": "^5.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/material-top-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"del-cli": "^5.1.0",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"react-native-pager-view": "6.5.1",
"typescript": "^5.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/native-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"del-cli": "^5.1.0",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"react-native-screens": "^4.3.0",
"typescript": "^5.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"typescript": "^5.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions packages/native/src/createStaticNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export function createStaticNavigation(tree: StaticNavigation<any, any, any>) {
ref: React.Ref<NavigationContainerRef<ParamListBase>>
) {
const linkingConfig = React.useMemo(() => {
// if (!tree.config.screens) return;

const screens = createPathConfigForStaticNavigation(
tree,
{ initialRouteName: linking?.config?.initialRouteName },
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-drawer-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"del-cli": "^5.1.0",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"typescript": "^5.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-tab-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"del-cli": "^5.1.0",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"react-native-pager-view": "6.5.1",
"typescript": "^5.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/routers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"del-cli": "^5.1.0",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"typescript": "^5.5.2"
},
"react-native-builder-bob": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"del-cli": "^5.1.0",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-builder-bob": "^0.29.0",
"react-native-builder-bob": "^0.33.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.3.0",
Expand Down
38 changes: 17 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3889,7 +3889,7 @@ __metadata:
del-cli: "npm:^5.1.0"
react: "npm:18.3.1"
react-native: "npm:0.76.2"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
react-native-safe-area-context: "npm:4.12.0"
react-native-screens: "npm:^4.3.0"
typescript: "npm:^5.5.2"
Expand Down Expand Up @@ -3919,7 +3919,7 @@ __metadata:
query-string: "npm:^7.1.3"
react: "npm:18.3.1"
react-is: "npm:^18.2.0"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
react-test-renderer: "npm:18.2.0"
typescript: "npm:^5.5.2"
use-latest-callback: "npm:^0.2.1"
Expand All @@ -3939,7 +3939,7 @@ __metadata:
fast-deep-equal: "npm:^3.1.3"
nanoid: "npm:3.3.7"
react: "npm:18.3.1"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
stacktrace-parser: "npm:^0.1.10"
typescript: "npm:^5.5.2"
peerDependencies:
Expand All @@ -3960,7 +3960,7 @@ __metadata:
del-cli: "npm:^5.1.0"
react: "npm:18.3.1"
react-native: "npm:0.76.2"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
react-native-drawer-layout: "workspace:^"
react-native-gesture-handler: "npm:~2.20.2"
react-native-reanimated: "npm:~3.16.1"
Expand Down Expand Up @@ -3992,7 +3992,7 @@ __metadata:
del-cli: "npm:^5.1.0"
react: "npm:18.3.1"
react-native: "npm:0.76.2"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
typescript: "npm:^5.5.2"
peerDependencies:
"@react-native-masked-view/masked-view": ">= 0.2.0"
Expand Down Expand Up @@ -4046,7 +4046,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-native: "npm:0.76.2"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
react-native-edge-to-edge: "npm:^1.1.3"
react-native-gesture-handler: "npm:~2.20.2"
react-native-pager-view: "npm:6.5.1"
Expand Down Expand Up @@ -4074,7 +4074,7 @@ __metadata:
del-cli: "npm:^5.1.0"
react: "npm:18.3.1"
react-native: "npm:0.76.2"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
react-native-pager-view: "npm:6.5.1"
react-native-tab-view: "npm:^4.0.4"
typescript: "npm:^5.5.2"
Expand All @@ -4098,7 +4098,7 @@ __metadata:
del-cli: "npm:^5.1.0"
react: "npm:18.3.1"
react-native: "npm:0.76.2"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
react-native-screens: "npm:^4.3.0"
typescript: "npm:^5.5.2"
warn-once: "npm:^0.1.1"
Expand Down Expand Up @@ -4127,7 +4127,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-native: "npm:0.76.2"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
typescript: "npm:^5.5.2"
use-latest-callback: "npm:^0.2.1"
peerDependencies:
Expand All @@ -4143,7 +4143,7 @@ __metadata:
"@jest/globals": "npm:^29.7.0"
del-cli: "npm:^5.1.0"
nanoid: "npm:3.3.7"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
typescript: "npm:^5.5.2"
languageName: unknown
linkType: soft
Expand All @@ -4162,7 +4162,7 @@ __metadata:
del-cli: "npm:^5.1.0"
react: "npm:18.3.1"
react-native: "npm:0.76.2"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
react-native-gesture-handler: "npm:~2.20.2"
react-native-safe-area-context: "npm:4.12.0"
react-native-screens: "npm:^4.3.0"
Expand Down Expand Up @@ -14035,15 +14035,11 @@ __metadata:
languageName: node
linkType: hard

"react-native-builder-bob@npm:^0.29.0":
version: 0.29.0
resolution: "react-native-builder-bob@npm:0.29.0"
"react-native-builder-bob@npm:^0.33.2":
version: 0.33.2
resolution: "react-native-builder-bob@npm:0.33.2"
dependencies:
"@babel/core": "npm:^7.25.2"
"@babel/plugin-transform-class-properties": "npm:^7.24.7"
"@babel/plugin-transform-classes": "npm:^7.25.0"
"@babel/plugin-transform-private-methods": "npm:^7.24.7"
"@babel/plugin-transform-private-property-in-object": "npm:^7.24.7"
"@babel/plugin-transform-strict-mode": "npm:^7.24.7"
"@babel/preset-env": "npm:^7.25.2"
"@babel/preset-flow": "npm:^7.24.7"
Expand All @@ -14067,7 +14063,7 @@ __metadata:
yargs: "npm:^17.5.1"
bin:
bob: bin/bob
checksum: fe4ae714709e906652f280c2f1affe60f0a8c362031d66573caeec51a3cc8072bd76711c95646daf3f3e800d9597f455db8b1fcb2e867bf7b2ff9cff0d3dc8ca
checksum: 4a1ae502958646c8a70216fd08a90d252875499d6c2eb2efde349c987fe3da9dff8ce9cd4fed8226296d2c61ab2b9a28b8d45d57ef5adbb490765cafa123238e
languageName: node
linkType: hard

Expand All @@ -14078,7 +14074,7 @@ __metadata:
del-cli: "npm:^5.1.0"
react: "npm:18.3.1"
react-native: "npm:0.76.2"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
typescript: "npm:^5.5.2"
use-latest-callback: "npm:^0.2.1"
peerDependencies:
Expand Down Expand Up @@ -14179,7 +14175,7 @@ __metadata:
del-cli: "npm:^5.1.0"
react: "npm:18.3.1"
react-native: "npm:0.76.2"
react-native-builder-bob: "npm:^0.29.0"
react-native-builder-bob: "npm:^0.33.2"
react-native-pager-view: "npm:6.5.1"
typescript: "npm:^5.5.2"
use-latest-callback: "npm:^0.2.1"
Expand Down

0 comments on commit f230008

Please sign in to comment.