mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
chore: update "@react-native-community/bob" to the latest version (#70)
* Update "@react-native-community/bob" dependency to the latest version
This commit fixes the bug with not possible to install "@react-navigation/core" using GitHub repo url on Windows. It's a common use case when you work with fork of this original repo and use its url as dependency in your package.json.
Corresponding commit in "@react-native-community/bob"
88c879c83f (diff-e5d6ed39d4bcfdb44ace83a35d62c1a5).
It was released in v0.4.1
* Update yarn.lock file with new "@react-native-community/bob" dependency version
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.4.3",
|
||||
"@commitlint/config-conventional": "^7.5.0",
|
||||
"@react-native-community/bob": "^0.3.4",
|
||||
"@react-native-community/bob": "^0.7.0",
|
||||
"@react-navigation/core": "^3.3.1",
|
||||
"@react-navigation/native": "^3.4.1",
|
||||
"@types/react": "~16.8.3",
|
||||
|
||||
@@ -1098,10 +1098,10 @@
|
||||
universal-user-agent "^2.0.0"
|
||||
url-template "^2.0.8"
|
||||
|
||||
"@react-native-community/bob@^0.3.4":
|
||||
version "0.3.4"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/bob/-/bob-0.3.4.tgz#dd04498cf8edc8ae515f32eb63413f5aa83a72f8"
|
||||
integrity sha512-esZGZwcwuwTm8bAp33jtzvPfPfVpt+wxDl0mlaLuTceao/aeAGs0XPm51SZkPnc4HOv4YBiDJBlc3HWXcadu+g==
|
||||
"@react-native-community/bob@^0.7.0":
|
||||
version "0.7.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/bob/-/bob-0.7.0.tgz#2d3944a0fbc2b5a7b35545adc2b66c960de349e3"
|
||||
integrity sha512-FKJkf9D3RuLXFMnkAawVVLTH5HXyn6UMMkLGFcIeXnzJnBEdZrV9JPpBIPAITnrUrOAl/8mBLkPJTjH/IebSjg==
|
||||
dependencies:
|
||||
"@babel/core" "^7.4.0"
|
||||
chalk "^2.4.2"
|
||||
@@ -1113,6 +1113,8 @@
|
||||
is-git-dirty "^1.0.0"
|
||||
metro-react-native-babel-preset "^0.53.1"
|
||||
yargs "^13.2.2"
|
||||
optionalDependencies:
|
||||
jetifier "^1.0.0-beta04.2"
|
||||
|
||||
"@react-navigation/core@^3.3.1":
|
||||
version "3.3.1"
|
||||
@@ -5905,6 +5907,11 @@ jest@^24.7.1:
|
||||
import-local "^2.0.0"
|
||||
jest-cli "^24.7.1"
|
||||
|
||||
jetifier@^1.0.0-beta04.2:
|
||||
version "1.6.4"
|
||||
resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.4.tgz#6159db8e275d97980d26162897a0648b6d4a3222"
|
||||
integrity sha512-+f/4OLeqY8RAmXnonI1ffeY1DR8kMNJPhv5WMFehchf7U71cjMQVKkOz1n6asz6kfVoAqKNWJz1A/18i18AcXA==
|
||||
|
||||
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
||||
|
||||
Reference in New Issue
Block a user