Skip to content

Commit 0624bf2

Browse files
committed
v1.0.10: Upgrade dependencies
1 parent 0f65013 commit 0624bf2

File tree

3 files changed

+178
-104
lines changed

3 files changed

+178
-104
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.0.10 (2019-07-20)
2+
3+
- Upgrade dependencies
4+
15
## v1.0.9 (2019-07-10)
26

37
- Upgrade dependencies

package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "braintree-web-drop-in-react",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "React component for Braintree Web Drop-In (v3)",
55
"keywords": [
66
"braintree",
@@ -24,29 +24,28 @@
2424
"example": "cd example && npm install && npm run start"
2525
},
2626
"dependencies": {
27-
"braintree-web-drop-in": "^1.17.1",
28-
"prop-types": "^15.7.0"
27+
"braintree-web-drop-in": "^1.19.0",
28+
"prop-types": "^15.7.2"
2929
},
3030
"devDependencies": {
31-
"@babel/cli": "^7.4.3",
32-
"@babel/core": "^7.4.3",
33-
"@babel/plugin-proposal-class-properties": "^7.4.0",
34-
"@babel/plugin-transform-runtime": "^7.4.3",
35-
"@babel/preset-env": "^7.4.3",
31+
"@babel/cli": "^7.5.5",
32+
"@babel/core": "^7.5.5",
33+
"@babel/plugin-proposal-class-properties": "^7.5.5",
34+
"@babel/plugin-transform-runtime": "^7.5.5",
35+
"@babel/preset-env": "^7.5.5",
3636
"@babel/preset-react": "^7.0.0",
37-
"@babel/runtime": "^7.4.3",
38-
"babel-jest": "^24.7.1",
39-
"jest": "^24.7.1",
40-
"prettier": "^1.16.4",
37+
"@babel/runtime": "^7.5.5",
38+
"babel-jest": "^24.8.0",
39+
"jest": "^24.8.0",
40+
"prettier": "^1.18.2",
4141
"react": "^16.8.6",
4242
"react-dom": "^16.8.6",
4343
"react-test-renderer": "^16.8.6",
4444
"rimraf": "^2.6.3",
45-
"terser": "^4.0.0"
45+
"terser": "^4.1.2"
4646
},
4747
"peerDependencies": {
4848
"react": ">=16.0.0",
49-
"react-dom": ">=16.0.0",
50-
"@babel/runtime": "^7.4.0"
49+
"react-dom": ">=16.0.0"
5150
}
5251
}

0 commit comments

Comments
 (0)