Skip to content

Commit df99765

Browse files
committed
v1.0.8
1 parent ec3365f commit df99765

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.0.8 (2019-06-10)
2+
3+
- Upgrade dependencies
4+
- Turn on dependabot
5+
16
## v1.0.7 (2019-04-08)
27

38
- Add `@babel/runtime` peer dependency

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "braintree-web-drop-in-react",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "React component for Braintree Web Drop-In (v3)",
55
"keywords": [
66
"braintree",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"@babel/traverse" "^7.1.0"
217217
"@babel/types" "^7.0.0"
218218

219-
"@babel/helper-replace-supers@^7.1.0", "@babel/helper-replace-supers@^7.4.0":
219+
"@babel/helper-replace-supers@^7.1.0":
220220
version "7.4.0"
221221
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.0.tgz#4f56adb6aedcd449d2da9399c2dcf0545463b64c"
222222
integrity sha512-PVwCVnWWAgnal+kJ+ZSAphzyl58XrFeSKSAJRiqg5QToTsjL+Xu1f9+RJ+d+Q0aPhPfBGaYfkox66k86thxNSg==
@@ -244,7 +244,7 @@
244244
"@babel/template" "^7.1.0"
245245
"@babel/types" "^7.0.0"
246246

247-
"@babel/helper-split-export-declaration@^7.0.0", "@babel/helper-split-export-declaration@^7.4.0":
247+
"@babel/helper-split-export-declaration@^7.0.0":
248248
version "7.4.0"
249249
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz#571bfd52701f492920d63b7f735030e9a3e10b55"
250250
integrity sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==

0 commit comments

Comments
 (0)