Skip to content

Commit

Permalink
fix(deps): update dependency bara to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nampdn committed Apr 19, 2019
1 parent 4d80de7 commit 5baeeb0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"src/lib"
],
"dependencies": {
"bara": "2.3.0",
"bara": "2.3.1",
"react-native-web": "0.11.2"
},
"devDependencies": {
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -880,26 +880,26 @@
lodash "^4.17.11"
to-fast-properties "^2.0.0"

"@bara/barn@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@bara/barn/-/barn-2.3.0.tgz#4a99999c5761b1afc7ded5d39886d32d7718860c"
integrity sha512-g8FpSjjK9P3wCV8mmO7f7jHFm6otAyvNH5ESv48/bRHvt7qeaVhLGPn4yp/TAE2twIDDGLnfw8wX17a2zs/2gg==
"@bara/barn@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@bara/barn/-/barn-2.3.1.tgz#74af0cac66534fd881cc4e31e5ad8d7011bb017c"
integrity sha512-0zS72TLvaprjHpOrj8O6f91lPB52qIoOVee3Zu+BZFdU2wkWCcgJf/Ag33txsfHRcg6eIi2h5Pbcv+aSa0C0TQ==
dependencies:
"@bara/basics" "^2.3.0"
"@bara/core" "^2.3.0"
"@bara/basics" "^2.3.1"
"@bara/core" "^2.3.1"
dot-prop "5.0.0"

"@bara/basics@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@bara/basics/-/basics-2.3.0.tgz#ef03c1629893ef9fc70dc07111b21b16c842cf1d"
integrity sha512-indTcJnrntnFVH+glbHdmGi+yLIdk7fuaYHDcooXvnjszH4nm6aJ5web5a87Ap/zzNyRHmLKPWYy88Hdk4zvUg==
"@bara/basics@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@bara/basics/-/basics-2.3.1.tgz#27ec2f157f327af85b500a4ca31bdfb9f9a69334"
integrity sha512-QkSvXFcYwzlwRmv1r15jUVc73WK/bspe6A1geqJpRQJ66+04rq+5Vq0/QsOISSC4Y5rf+eewiVF6dVGDNMiXDA==
dependencies:
"@bara/core" "^2.3.0"
"@bara/core" "^2.3.1"

"@bara/core@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@bara/core/-/core-2.3.0.tgz#34b3132135f550dad74c0da20a6b797c78a1f3bd"
integrity sha512-5t4sMMeaWCiv9ZslGqtkF68uapMu4kvefmujXIsrhTmKp62r3iwbsTIpkat7c5uiGB4EeKkz061RVBsn45BBYQ==
"@bara/core@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@bara/core/-/core-2.3.1.tgz#5b1efb982b2ce59e1325a9ed33fa7ffcede75c40"
integrity sha512-8r+rwjHVWhMM9d4GTkNTM+OqHUGAVx/wUiOH+s68IiiBtnYTYlty/RQMKLE7uNcVHbPWvXArW9NLqQyPmQmAhA==
dependencies:
xstream "11.10.0"

Expand Down Expand Up @@ -2162,14 +2162,14 @@ balanced-match@^1.0.0:
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=

bara@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/bara/-/bara-2.3.0.tgz#b71f8efd7533f3569d460fa2c1134ef66a40db3b"
integrity sha512-VE7IYJgGb6mV7QL/JNlwRox8iZHhXYzeZ4UtLBtkVWZidM9YpOrK6U021QUn7pSKni0cso/E/721EBes6miQ/g==
bara@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/bara/-/bara-2.3.1.tgz#736a827ca5c3f9966a244face477f8d98f490788"
integrity sha512-oF9mY8D11JHy/AE+dISVZbX9Us+ueYz38plolLUOuKLT4loa52Ov5Gw4xqfncpMcF/amWyVLwNE3pCCT6A9Rdg==
dependencies:
"@bara/barn" "^2.3.0"
"@bara/basics" "^2.3.0"
"@bara/core" "^2.3.0"
"@bara/barn" "^2.3.1"
"@bara/basics" "^2.3.1"
"@bara/core" "^2.3.1"

base64-js@^1.0.2:
version "1.3.0"
Expand Down

0 comments on commit 5baeeb0

Please sign in to comment.