Skip to content

Commit

Permalink
chore: remove unused bt-web dep (#79)
Browse files Browse the repository at this point in the history
* removed unused bt-web dep

* add all [email protected] deps directly for vendored code support

* flow ignore es-abstract
  • Loading branch information
cgdibble authored Mar 5, 2024
1 parent f374ea7 commit d24e0dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[ignore]
.*/node_modules/babel-plugin-flow-runtime
.*/node_modules/es-abstract
.*/node_modules/npm
.*/node_modules/jsonlint
.*/node_modules/resolve
Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,22 @@
"testdouble": "^3.7.0"
},
"dependencies": {
"@braintree/browser-detection": "1.7.0",
"@braintree/iframer": "1.0.3",
"@braintree/sanitize-url": "2.1.0",
"@braintree/wrap-promise": "1.1.1",
"@krakenjs/belter": "^2.0.0",
"@krakenjs/jsx-pragmatic": "^3.0.0",
"@krakenjs/zalgo-promise": "^2.0.0",
"@krakenjs/zoid": "^10.0.0",
"@paypal/sdk-client": "^4.0.166",
"@paypal/sdk-constants": "^1.0.8",
"braintree-web": "3.33.0"
"card-validator": "4.3.0",
"credit-card-type": "6.3.0",
"framebus": "3.0.1",
"inject-stylesheet": "1.0.0",
"promise-polyfill": "7.0.2",
"restricted-input": "1.2.7"

}
}

0 comments on commit d24e0dd

Please sign in to comment.