Skip to content

Commit 5a9bc18

Browse files
committed
Move to react-native-circular-progress@1.1.0
1 parent 8f392e9 commit 5a9bc18

File tree

2 files changed

+38
-5
lines changed

2 files changed

+38
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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.10.tar.gz",
43+
"react-native-circular-progress": "^1.1.0",
4444
"react-native-linear-gradient": "^2.4.0",
4545
"react-native-spinkit": "^1.0.2"
4646
},
@@ -59,6 +59,7 @@
5959
"prop-types": "^15.6.1",
6060
"react": "16.0.0-alpha.12",
6161
"react-native": "0.47.1",
62+
"react-native-svg": "^9.4.0",
6263
"react-test-renderer": "16.0.0-alpha.12",
6364
"rimraf": "^2.6.1"
6465
},

yarn.lock

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,11 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
33363336
version "3.0.2"
33373337
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
33383338

3339+
"js-tokens@^3.0.0 || ^4.0.0":
3340+
version "4.0.0"
3341+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
3342+
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
3343+
33393344
js-yaml@^3.5.1, js-yaml@^3.7.0:
33403345
version "3.11.0"
33413346
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
@@ -3622,6 +3627,13 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:
36223627
dependencies:
36233628
js-tokens "^3.0.0"
36243629

3630+
loose-envify@^1.4.0:
3631+
version "1.4.0"
3632+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
3633+
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
3634+
dependencies:
3635+
js-tokens "^3.0.0 || ^4.0.0"
3636+
36253637
lru-cache@^4.0.1:
36263638
version "4.1.2"
36273639
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.2.tgz#45234b2e6e2f2b33da125624c4664929a0224c3f"
@@ -4307,6 +4319,15 @@ prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.6.1:
43074319
loose-envify "^1.3.1"
43084320
object-assign "^4.1.1"
43094321

4322+
prop-types@^15.6.2:
4323+
version "15.7.2"
4324+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
4325+
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
4326+
dependencies:
4327+
loose-envify "^1.4.0"
4328+
object-assign "^4.1.1"
4329+
react-is "^16.8.1"
4330+
43104331
prr@~1.0.1:
43114332
version "1.0.1"
43124333
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
@@ -4378,11 +4399,17 @@ react-devtools-core@2.3.1:
43784399
shell-quote "^1.6.1"
43794400
ws "^2.0.3"
43804401

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"
4402+
react-is@^16.8.1:
4403+
version "16.8.6"
4404+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
4405+
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
4406+
4407+
react-native-circular-progress@^1.1.0:
4408+
version "1.1.0"
4409+
resolved "https://registry.yarnpkg.com/react-native-circular-progress/-/react-native-circular-progress-1.1.0.tgz#5cb3efe570796226c59bf15a35250fb8b0d45025"
4410+
integrity sha512-4Fx7hDGUJyLHTc9fThnXmsW+ea3wjNC8xUwoTCnaL6W29ki9IJQZY9QiDzwtReDxHW6CvNiEzeYB3obNgOfUrQ==
43844411
dependencies:
4385-
art "^0.10.0"
4412+
prop-types "^15.6.2"
43864413

43874414
react-native-linear-gradient@^2.4.0:
43884415
version "2.4.0"
@@ -4396,6 +4423,11 @@ react-native-spinkit@^1.0.2:
43964423
dependencies:
43974424
prop-types "^15.5.8"
43984425

4426+
react-native-svg@^9.4.0:
4427+
version "9.4.0"
4428+
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-9.4.0.tgz#e428e0eae55aebd2355f1ff4f22675dad4611960"
4429+
integrity sha512-IVJlVbS2dAPerPr927fEi4uXzrPXzlra5ddgyJXZZ2IKA2ZygyYWFZDM+vsQs+Vj20CfL8nOWszQQV57vdQgFg==
4430+
43994431
react-native@0.47.1:
44004432
version "0.47.1"
44014433
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.47.1.tgz#b4a1f1e92a57ff5868de2bfa9d8ece3192635242"

0 commit comments

Comments
 (0)