Skip to content

Commit

Permalink
Update braintree web dependency (#935)
Browse files Browse the repository at this point in the history
* Update braintree web dependency

* Update changelog
  • Loading branch information
CJGlitter authored Jul 11, 2024
1 parent 8edf06a commit a9ed524
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 51 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# CHANGELOG

## UNRELEASED
- Update braintree-web to 3.101.3
- Update Braintree web dependancies
- asset-loader to 2.0.1
- browser-detection to 2.0.1
- uuid to 1.0.0
- braintree-web to 3.103.0

## 1.42.0
- Apple Pay
Expand Down
110 changes: 64 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"watchify": "^4.0.0"
},
"dependencies": {
"@braintree/asset-loader": "0.4.4",
"@braintree/browser-detection": "1.17.1",
"@braintree/asset-loader": "2.0.1",
"@braintree/browser-detection": "2.0.1",
"@braintree/event-emitter": "0.4.1",
"@braintree/uuid": "0.1.0",
"@braintree/uuid": "1.0.0",
"@braintree/wrap-promise": "2.1.0",
"braintree-web": "3.101.3"
"braintree-web": "3.103.0"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit a9ed524

Please sign in to comment.