Skip to content

Commit cd4a6eb

Browse files
committed
Update package version
1 parent d47a361 commit cd4a6eb

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-button-component",
3-
"version": "0.2.27",
3+
"version": "0.2.28",
44
"description": "A Beautiful, Customizable React Native Button component for iOS & Android",
55
"main": "dist/index.js",
66
"scripts": {
@@ -40,13 +40,10 @@
4040
"dependencies": {
4141
"babel-preset-react-native-stage-0": "^1.0.1",
4242
"lodash": "^4.17.2",
43-
"react-native-circular-progress": "https://github.com/jacklam718/react-native-circular-progress/archive/v0.0.9.tar.gz",
43+
"react-native-circular-progress": "https://github.com/jacklam718/react-native-circular-progress/archive/v0.0.10.tar.gz",
4444
"react-native-linear-gradient": "^2.4.0",
4545
"react-native-spinkit": "^1.0.2"
4646
},
47-
"peerDependencies": {
48-
"prop-types": "^15.5.10"
49-
},
5047
"devDependencies": {
5148
"babel-cli": "^6.24.1",
5249
"babel-eslint": "^7.2.3",
@@ -59,7 +56,7 @@
5956
"eslint-plugin-react": "^6.8.0",
6057
"jest": "20.0.4",
6158
"jest-react-native": "^18.0.0",
62-
"prop-types": "^15.5.10",
59+
"prop-types": "^15.6.1",
6360
"react": "16.0.0-alpha.12",
6461
"react-native": "0.47.1",
6562
"react-test-renderer": "16.0.0-alpha.12",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4299,7 +4299,7 @@ promise@^7.1.1:
42994299
dependencies:
43004300
asap "~2.0.3"
43014301

4302-
prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8:
4302+
prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.6.1:
43034303
version "15.6.1"
43044304
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
43054305
dependencies:
@@ -4378,9 +4378,9 @@ react-devtools-core@2.3.1:
43784378
shell-quote "^1.6.1"
43794379
ws "^2.0.3"
43804380

4381-
"react-native-circular-progress@https://github.com/jacklam718/react-native-circular-progress/archive/v0.0.9.tar.gz":
4382-
version "0.0.9"
4383-
resolved "https://github.com/jacklam718/react-native-circular-progress/archive/v0.0.9.tar.gz#2e29e51dac64b0c87f6df0d48406f44ec4289110"
4381+
"react-native-circular-progress@https://github.com/jacklam718/react-native-circular-progress/archive/v0.0.10.tar.gz":
4382+
version "0.0.10"
4383+
resolved "https://github.com/jacklam718/react-native-circular-progress/archive/v0.0.10.tar.gz#d0c15831bd11faeff1afa992d608b46e22542e7c"
43844384
dependencies:
43854385
art "^0.10.0"
43864386

0 commit comments

Comments
 (0)