Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c211a7e

Browse files
Pin dependencies
1 parent db6cf2e commit c211a7e

File tree

2 files changed

+73
-73
lines changed

2 files changed

+73
-73
lines changed

‎package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,37 @@
88
"format": "prettier --write '**/*.{js,css,md,json}'"
99
},
1010
"dependencies": {
11-
"core-js": "^2.5.5",
12-
"immutable": "^3.8.2",
13-
"mobx": "^4.2.0",
14-
"mobx-react": "^5.0.0",
11+
"core-js": "2.5.5",
12+
"immutable": "3.8.2",
13+
"mobx": "4.2.0",
14+
"mobx-react": "5.0.0",
1515
"react": "16.3.1",
1616
"react-native": "0.55.3",
17-
"react-native-blur": "^3.2.2",
18-
"react-native-code-push": "^5.3.2",
19-
"react-native-linear-gradient": "^2.4.0",
20-
"react-native-modalbox": "^1.4.2",
21-
"react-native-popup-dialog": "^0.11.46",
22-
"react-native-snap-carousel": "^3.7.0",
23-
"react-native-splash-screen": "^3.0.6",
24-
"react-native-syan-image-picker": "^0.1.6",
25-
"react-native-vector-icons": "^4.6.0",
26-
"react-navigation": "^1.5.11",
27-
"react-navigation-redux-helpers": "^1.0.5",
28-
"react-redux": "^5.0.7",
29-
"redux": "^3.7.2",
30-
"redux-logger": "^3.0.6",
31-
"redux-saga": "^0.16.0",
32-
"redux-thunk": "^2.2.0",
33-
"teaset": "^0.5.6"
17+
"react-native-blur": "3.2.2",
18+
"react-native-code-push": "5.3.2",
19+
"react-native-linear-gradient": "2.4.0",
20+
"react-native-modalbox": "1.4.2",
21+
"react-native-popup-dialog": "0.11.46",
22+
"react-native-snap-carousel": "3.7.0",
23+
"react-native-splash-screen": "3.0.6",
24+
"react-native-syan-image-picker": "0.1.6",
25+
"react-native-vector-icons": "4.6.0",
26+
"react-navigation": "1.5.11",
27+
"react-navigation-redux-helpers": "1.0.5",
28+
"react-redux": "5.0.7",
29+
"redux": "3.7.2",
30+
"redux-logger": "3.0.6",
31+
"redux-saga": "0.16.2",
32+
"redux-thunk": "2.2.0",
33+
"teaset": "0.5.6"
3434
},
3535
"devDependencies": {
3636
"babel-jest": "24.8.0",
37-
"babel-plugin-transform-decorators-legacy": "^1.3.4",
37+
"babel-plugin-transform-decorators-legacy": "1.3.4",
3838
"babel-preset-react-native": "4.0.0",
39-
"babel-preset-react-native-stage-0": "^1.0.1",
39+
"babel-preset-react-native-stage-0": "1.0.1",
4040
"jest": "24.8.0",
41-
"prettier": "^1.12.1",
41+
"prettier": "1.12.1",
4242
"react-test-renderer": "16.2.0"
4343
},
4444
"jest": {

‎yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,9 +1303,9 @@ babel-plugin-transform-class-properties@^6.18.0, babel-plugin-transform-class-pr
13031303
babel-runtime "^6.22.0"
13041304
babel-template "^6.24.1"
13051305

1306-
babel-plugin-transform-decorators-legacy@^1.3.4:
1306+
babel-plugin-transform-decorators-legacy@1.3.4, babel-plugin-transform-decorators-legacy@^1.3.4:
13071307
version "1.3.4"
1308-
resolved "https://registry.npmjs.org/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.4.tgz#741b58f6c5bce9e6027e0882d9c994f04f366925"
1308+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.4.tgz#741b58f6c5bce9e6027e0882d9c994f04f366925"
13091309
dependencies:
13101310
babel-plugin-syntax-decorators "^6.1.18"
13111311
babel-runtime "^6.2.0"
@@ -1591,9 +1591,9 @@ babel-preset-jest@^24.6.0:
15911591
"@babel/plugin-syntax-object-rest-spread" "^7.0.0"
15921592
babel-plugin-jest-hoist "^24.6.0"
15931593

1594-
babel-preset-react-native-stage-0@^1.0.1:
1594+
babel-preset-react-native-stage-0@1.0.1:
15951595
version "1.0.1"
1596-
resolved "https://registry.npmjs.org/babel-preset-react-native-stage-0/-/babel-preset-react-native-stage-0-1.0.1.tgz#d5f5f685575471ef756a49f191b193269f74306e"
1596+
resolved "https://registry.yarnpkg.com/babel-preset-react-native-stage-0/-/babel-preset-react-native-stage-0-1.0.1.tgz#d5f5f685575471ef756a49f191b193269f74306e"
15971597
dependencies:
15981598
babel-plugin-syntax-trailing-function-commas "^6.5.0"
15991599
babel-plugin-transform-class-constructor-call "^6.6.5"
@@ -2166,6 +2166,10 @@ copy-descriptor@^0.1.0:
21662166
version "0.1.1"
21672167
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
21682168

2169+
core-js@2.5.5:
2170+
version "2.5.5"
2171+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.5.tgz#b14dde936c640c0579a6b50cabcc132dd6127e3b"
2172+
21692173
core-js@^1.0.0:
21702174
version "1.2.7"
21712175
resolved "http://registry.npm.taobao.org/core-js/download/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
@@ -2174,10 +2178,6 @@ core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.5.3:
21742178
version "2.5.3"
21752179
resolved "http://registry.npm.taobao.org/core-js/download/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e"
21762180

2177-
core-js@^2.5.5:
2178-
version "2.5.5"
2179-
resolved "http://registry.npm.taobao.org/core-js/download/core-js-2.5.5.tgz#b14dde936c640c0579a6b50cabcc132dd6127e3b"
2180-
21812181
core-util-is@1.0.2, core-util-is@~1.0.0:
21822182
version "1.0.2"
21832183
resolved "http://registry.npm.taobao.org/core-util-is/download/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -3270,9 +3270,9 @@ image-size@^0.6.0:
32703270
version "0.6.2"
32713271
resolved "http://registry.npm.taobao.org/image-size/download/image-size-0.6.2.tgz#8ee316d4298b028b965091b673d5f1537adee5b4"
32723272

3273-
immutable@^3.8.2:
3273+
immutable@3.8.2:
32743274
version "3.8.2"
3275-
resolved "http://registry.npm.taobao.org/immutable/download/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
3275+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
32763276

32773277
immutable@~3.7.6:
32783278
version "3.7.6"
@@ -4611,15 +4611,15 @@ mixin-deep@^1.2.0:
46114611
dependencies:
46124612
minimist "0.0.8"
46134613

4614-
mobx-react@^5.0.0:
4614+
mobx-react@5.0.0:
46154615
version "5.0.0"
4616-
resolved "https://registry.npmjs.org/mobx-react/-/mobx-react-5.0.0.tgz#8d5a33be376fa22b184a6f555d40a6a3a8459a16"
4616+
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.0.0.tgz#8d5a33be376fa22b184a6f555d40a6a3a8459a16"
46174617
dependencies:
46184618
hoist-non-react-statics "^2.3.1"
46194619

4620-
mobx@^4.2.0:
4620+
mobx@4.2.0:
46214621
version "4.2.0"
4622-
resolved "https://registry.npmjs.org/mobx/-/mobx-4.2.0.tgz#ee0b0a4f3da2f4776225046ab208ac329a4841d4"
4622+
resolved "https://registry.yarnpkg.com/mobx/-/mobx-4.2.0.tgz#ee0b0a4f3da2f4776225046ab208ac329a4841d4"
46234623

46244624
morgan@^1.9.0:
46254625
version "1.9.0"
@@ -5210,9 +5210,9 @@ preserve@^0.2.0:
52105210
version "0.2.0"
52115211
resolved "http://registry.npm.taobao.org/preserve/download/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
52125212

5213-
prettier@^1.12.1:
5213+
prettier@1.12.1:
52145214
version "1.12.1"
5215-
resolved "https://registry.npmjs.org/prettier/-/prettier-1.12.1.tgz#c1ad20e803e7749faf905a409d2367e06bbe7325"
5215+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.1.tgz#c1ad20e803e7749faf905a409d2367e06bbe7325"
52165216

52175217
pretty-format@^24.8.0:
52185218
version "24.8.0"
@@ -5371,15 +5371,15 @@ react-lifecycles-compat@^1.0.2:
53715371
version "1.1.4"
53725372
resolved "http://registry.npm.taobao.org/react-lifecycles-compat/download/react-lifecycles-compat-1.1.4.tgz#fc005c72849b7ed364de20a0f64ff58ebdc2009a"
53735373

5374-
react-native-blur@^3.2.2:
5374+
react-native-blur@3.2.2:
53755375
version "3.2.2"
5376-
resolved "http://registry.npm.taobao.org/react-native-blur/download/react-native-blur-3.2.2.tgz#5bfb50638d148982c9560436554ed01d77d6d07d"
5376+
resolved "https://registry.yarnpkg.com/react-native-blur/-/react-native-blur-3.2.2.tgz#5bfb50638d148982c9560436554ed01d77d6d07d"
53775377
dependencies:
53785378
prop-types "^15.5.10"
53795379

5380-
react-native-code-push@^5.3.2:
5380+
react-native-code-push@5.3.2:
53815381
version "5.3.2"
5382-
resolved "http://registry.npm.taobao.org/react-native-code-push/download/react-native-code-push-5.3.2.tgz#32bc019b37ab14c0c1065ac967b5913e1598dca4"
5382+
resolved "https://registry.yarnpkg.com/react-native-code-push/-/react-native-code-push-5.3.2.tgz#32bc019b37ab14c0c1065ac967b5913e1598dca4"
53835383
dependencies:
53845384
code-push "2.0.5"
53855385
glob "^5.0.15"
@@ -5415,22 +5415,22 @@ react-native-drawer-layout@1.3.2:
54155415
dependencies:
54165416
react-native-dismiss-keyboard "1.0.0"
54175417

5418-
react-native-linear-gradient@^2.4.0:
5418+
react-native-linear-gradient@2.4.0:
54195419
version "2.4.0"
5420-
resolved "http://registry.npm.taobao.org/react-native-linear-gradient/download/react-native-linear-gradient-2.4.0.tgz#51d8ea12bb72a59bede9edc87b694b16b64cf435"
5420+
resolved "https://registry.yarnpkg.com/react-native-linear-gradient/-/react-native-linear-gradient-2.4.0.tgz#51d8ea12bb72a59bede9edc87b694b16b64cf435"
54215421
dependencies:
54225422
prop-types "^15.5.10"
54235423

5424-
react-native-modalbox@^1.4.2:
5424+
react-native-modalbox@1.4.2:
54255425
version "1.4.2"
5426-
resolved "http://registry.npm.taobao.org/react-native-modalbox/download/react-native-modalbox-1.4.2.tgz#818c9354c9b13327ec807c6436e8516b3b419478"
5426+
resolved "https://registry.yarnpkg.com/react-native-modalbox/-/react-native-modalbox-1.4.2.tgz#818c9354c9b13327ec807c6436e8516b3b419478"
54275427
dependencies:
54285428
create-react-class "^15.6.0"
54295429
prop-types "^15.5.10"
54305430

5431-
react-native-popup-dialog@^0.11.46:
5431+
react-native-popup-dialog@0.11.46:
54325432
version "0.11.46"
5433-
resolved "http://registry.npm.taobao.org/react-native-popup-dialog/download/react-native-popup-dialog-0.11.46.tgz#dfea01a2ed2ae7f8565d1d63903761a6c402f6c6"
5433+
resolved "https://registry.yarnpkg.com/react-native-popup-dialog/-/react-native-popup-dialog-0.11.46.tgz#dfea01a2ed2ae7f8565d1d63903761a6c402f6c6"
54345434
dependencies:
54355435
babel-plugin-flow-react-proptypes "^9.1.1"
54365436
prop-types "^15.6.0"
@@ -5441,30 +5441,30 @@ react-native-safe-area-view@^0.7.0:
54415441
dependencies:
54425442
hoist-non-react-statics "^2.3.1"
54435443

5444-
react-native-snap-carousel@^3.7.0:
5444+
react-native-snap-carousel@3.7.0:
54455445
version "3.7.0"
5446-
resolved "http://registry.npm.taobao.org/react-native-snap-carousel/download/react-native-snap-carousel-3.7.0.tgz#7d2794339c661d3e1f8ec4786b6335ae7cb23262"
5446+
resolved "https://registry.yarnpkg.com/react-native-snap-carousel/-/react-native-snap-carousel-3.7.0.tgz#7d2794339c661d3e1f8ec4786b6335ae7cb23262"
54475447
dependencies:
54485448
prop-types "^15.6.1"
54495449
react-addons-shallow-compare "15.6.2"
54505450

5451-
react-native-splash-screen@^3.0.6:
5451+
react-native-splash-screen@3.0.6:
54525452
version "3.0.6"
5453-
resolved "http://registry.npm.taobao.org/react-native-splash-screen/download/react-native-splash-screen-3.0.6.tgz#c0bbf2c8ae40a313c4c7044f55e569414ff68332"
5453+
resolved "https://registry.yarnpkg.com/react-native-splash-screen/-/react-native-splash-screen-3.0.6.tgz#c0bbf2c8ae40a313c4c7044f55e569414ff68332"
54545454

5455-
react-native-syan-image-picker@^0.1.6:
5455+
react-native-syan-image-picker@0.1.6:
54565456
version "0.1.6"
5457-
resolved "https://registry.npmjs.org/react-native-syan-image-picker/-/react-native-syan-image-picker-0.1.6.tgz#d3979caa099c5127ce9dbab3f7765972494b102e"
5457+
resolved "https://registry.yarnpkg.com/react-native-syan-image-picker/-/react-native-syan-image-picker-0.1.6.tgz#d3979caa099c5127ce9dbab3f7765972494b102e"
54585458

54595459
"react-native-tab-view@github:react-navigation/react-native-tab-view":
54605460
version "0.0.74"
54615461
resolved "https://codeload.github.com/react-navigation/react-native-tab-view/tar.gz/36ebd834d78b841fc19778c966465d02fd1213bb"
54625462
dependencies:
54635463
prop-types "^15.6.0"
54645464

5465-
react-native-vector-icons@^4.6.0:
5465+
react-native-vector-icons@4.6.0:
54665466
version "4.6.0"
5467-
resolved "http://registry.npm.taobao.org/react-native-vector-icons/download/react-native-vector-icons-4.6.0.tgz#e4014311ffa6de397d914ffc31b7097a874cc8d5"
5467+
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-4.6.0.tgz#e4014311ffa6de397d914ffc31b7097a874cc8d5"
54685468
dependencies:
54695469
lodash "^4.0.0"
54705470
prop-types "^15.5.10"
@@ -5534,15 +5534,15 @@ react-native@0.55.3:
55345534
xmldoc "^0.4.0"
55355535
yargs "^9.0.0"
55365536

5537-
react-navigation-redux-helpers@^1.0.5:
5537+
react-navigation-redux-helpers@1.0.5:
55385538
version "1.0.5"
5539-
resolved "http://registry.npm.taobao.org/react-navigation-redux-helpers/download/react-navigation-redux-helpers-1.0.5.tgz#b4b3ddeccf9f996f305a1b2e5475065c2b3e6c56"
5539+
resolved "https://registry.yarnpkg.com/react-navigation-redux-helpers/-/react-navigation-redux-helpers-1.0.5.tgz#b4b3ddeccf9f996f305a1b2e5475065c2b3e6c56"
55405540
dependencies:
55415541
invariant "^2.2.2"
55425542

5543-
react-navigation@^1.5.11:
5543+
react-navigation@1.5.11:
55445544
version "1.5.11"
5545-
resolved "http://registry.npm.taobao.org/react-navigation/download/react-navigation-1.5.11.tgz#fba6ab45d7b9987c1763a5aaac53b4f6d62b7f5c"
5545+
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-1.5.11.tgz#fba6ab45d7b9987c1763a5aaac53b4f6d62b7f5c"
55465546
dependencies:
55475547
clamp "^1.0.1"
55485548
hoist-non-react-statics "^2.2.0"
@@ -5560,9 +5560,9 @@ react-proxy@^1.1.7:
55605560
lodash "^4.6.1"
55615561
react-deep-force-update "^1.0.0"
55625562

5563-
react-redux@^5.0.7:
5563+
react-redux@5.0.7:
55645564
version "5.0.7"
5565-
resolved "http://registry.npm.taobao.org/react-redux/download/react-redux-5.0.7.tgz#0dc1076d9afb4670f993ffaef44b8f8c1155a4c8"
5565+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.0.7.tgz#0dc1076d9afb4670f993ffaef44b8f8c1155a4c8"
55665566
dependencies:
55675567
hoist-non-react-statics "^2.5.0"
55685568
invariant "^2.0.0"
@@ -5676,23 +5676,23 @@ recursive-fs@0.1.4:
56765676
version "0.1.4"
56775677
resolved "http://registry.npm.taobao.org/recursive-fs/download/recursive-fs-0.1.4.tgz#47e08b1ddab8d7d9a960aa0d0daea76f875b63fa"
56785678

5679-
redux-logger@^3.0.6:
5679+
redux-logger@3.0.6:
56805680
version "3.0.6"
5681-
resolved "http://registry.npm.taobao.org/redux-logger/download/redux-logger-3.0.6.tgz#f7555966f3098f3c88604c449cf0baf5778274bf"
5681+
resolved "https://registry.yarnpkg.com/redux-logger/-/redux-logger-3.0.6.tgz#f7555966f3098f3c88604c449cf0baf5778274bf"
56825682
dependencies:
56835683
deep-diff "^0.3.5"
56845684

5685-
redux-saga@^0.16.0:
5685+
redux-saga@0.16.2:
56865686
version "0.16.2"
56875687
resolved "https://registry.yarnpkg.com/redux-saga/-/redux-saga-0.16.2.tgz#993662e86bc945d8509ac2b8daba3a8c615cc971"
56885688

5689-
redux-thunk@^2.2.0:
5689+
redux-thunk@2.2.0:
56905690
version "2.2.0"
5691-
resolved "http://registry.npm.taobao.org/redux-thunk/download/redux-thunk-2.2.0.tgz#e615a16e16b47a19a515766133d1e3e99b7852e5"
5691+
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.2.0.tgz#e615a16e16b47a19a515766133d1e3e99b7852e5"
56925692

5693-
redux@^3.7.2:
5693+
redux@3.7.2:
56945694
version "3.7.2"
5695-
resolved "http://registry.npm.taobao.org/redux/download/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
5695+
resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
56965696
dependencies:
56975697
lodash "^4.2.1"
56985698
lodash-es "^4.2.1"
@@ -6478,9 +6478,9 @@ tar@^4:
64786478
safe-buffer "^5.1.2"
64796479
yallist "^3.0.2"
64806480

6481-
teaset@^0.5.6:
6481+
teaset@0.5.6:
64826482
version "0.5.6"
6483-
resolved "http://registry.npm.taobao.org/teaset/download/teaset-0.5.6.tgz#46582cfeaf81bed95052d74c143b5f1c71271eac"
6483+
resolved "https://registry.yarnpkg.com/teaset/-/teaset-0.5.6.tgz#46582cfeaf81bed95052d74c143b5f1c71271eac"
64846484
dependencies:
64856485
prop-types "^15.5.10"
64866486
react-native-deprecated-custom-components "github:facebookarchive/react-native-custom-components"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /