Skip to content

Commit

Permalink
v1.0.10: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy committed Jul 20, 2019
1 parent 0f65013 commit 0624bf2
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 104 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.10 (2019-07-20)

- Upgrade dependencies

## v1.0.9 (2019-07-10)

- Upgrade dependencies
Expand Down
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braintree-web-drop-in-react",
"version": "1.0.9",
"version": "1.0.10",
"description": "React component for Braintree Web Drop-In (v3)",
"keywords": [
"braintree",
Expand All @@ -24,29 +24,28 @@
"example": "cd example && npm install && npm run start"
},
"dependencies": {
"braintree-web-drop-in": "^1.17.1",
"prop-types": "^15.7.0"
"braintree-web-drop-in": "^1.19.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.3",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"prettier": "^1.16.4",
"@babel/runtime": "^7.5.5",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"rimraf": "^2.6.3",
"terser": "^4.0.0"
"terser": "^4.1.2"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"@babel/runtime": "^7.4.0"
"react-dom": ">=16.0.0"
}
}
Loading

0 comments on commit 0624bf2

Please sign in to comment.