Skip to content

Commit

Permalink
fix: use correct bob version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jul 4, 2022
1 parent 07ee44d commit 4a5afb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-react-native-library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import validateNpmPackage from 'validate-npm-package-name';
import githubUsername from 'github-username';
import prompts, { PromptObject } from './utils/prompts';

const FALLBACK_BOB_VERSION = '0.18.0';
const FALLBACK_BOB_VERSION = '0.18.3';

const BINARIES = /(gradlew|\.(jar|keystore|png|jpg|gif))$/;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"prettier": "^2.0.5",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-builder-bob": "^0.18.2",
"react-native-builder-bob": "^<%- bob.version %>",
"release-it": "^15.0.0",
"typescript": "^4.5.2"
},
Expand Down

0 comments on commit 4a5afb3

Please sign in to comment.