Skip to content

Pin dependencies #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dialog-v1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@
"format": "prettier --write '**/*.{js,css,md,json}'"
},
"dependencies": {
"core-js": "^2.5.5",
"immutable": "^3.8.2",
"mobx": "^4.2.0",
"mobx-react": "^5.0.0",
"core-js": "2.5.5",
"immutable": "3.8.2",
"mobx": "4.2.0",
"mobx-react": "5.0.0",
"react": "16.3.1",
"react-native": "0.55.3",
"react-native-blur": "^3.2.2",
"react-native-code-push": "^5.3.2",
"react-native-linear-gradient": "^2.4.0",
"react-native-modalbox": "^1.4.2",
"react-native-popup-dialog": "^0.11.46",
"react-native-snap-carousel": "^3.7.0",
"react-native-splash-screen": "^3.0.6",
"react-native-syan-image-picker": "^0.1.6",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11",
"react-navigation-redux-helpers": "^1.0.5",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"teaset": "^0.5.6"
"react-native-blur": "3.2.2",
"react-native-code-push": "5.3.2",
"react-native-linear-gradient": "2.4.0",
"react-native-modalbox": "1.4.2",
"react-native-popup-dialog": "0.11.46",
"react-native-snap-carousel": "3.7.0",
"react-native-splash-screen": "3.0.6",
"react-native-syan-image-picker": "0.1.6",
"react-native-vector-icons": "4.6.0",
"react-navigation": "1.5.11",
"react-navigation-redux-helpers": "1.0.5",
"react-redux": "5.0.7",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-saga": "0.16.2",
"redux-thunk": "2.2.0",
"teaset": "0.5.6"
},
"devDependencies": {
"babel-jest": "24.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-react-native": "4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-preset-react-native-stage-0": "1.0.1",
"jest": "24.8.0",
"prettier": "^1.12.1",
"prettier": "1.12.1",
"react-test-renderer": "16.2.0"
},
"jest": {
Expand Down
98 changes: 49 additions & 49 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1303,9 +1303,9 @@ babel-plugin-transform-class-properties@^6.18.0, babel-plugin-transform-class-pr
babel-runtime "^6.22.0"
babel-template "^6.24.1"

babel-plugin-transform-decorators-legacy@^1.3.4:
babel-plugin-transform-decorators-legacy@1.3.4, babel-plugin-transform-decorators-legacy@^1.3.4:
version "1.3.4"
resolved "https://registry.npmjs.org/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.4.tgz#741b58f6c5bce9e6027e0882d9c994f04f366925"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.4.tgz#741b58f6c5bce9e6027e0882d9c994f04f366925"
dependencies:
babel-plugin-syntax-decorators "^6.1.18"
babel-runtime "^6.2.0"
Expand Down Expand Up @@ -1591,9 +1591,9 @@ babel-preset-jest@^24.6.0:
"@babel/plugin-syntax-object-rest-spread" "^7.0.0"
babel-plugin-jest-hoist "^24.6.0"

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

core-js@2.5.5:
version "2.5.5"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.5.tgz#b14dde936c640c0579a6b50cabcc132dd6127e3b"

core-js@^1.0.0:
version "1.2.7"
resolved "http://registry.npm.taobao.org/core-js/download/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
Expand All @@ -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:
version "2.5.3"
resolved "http://registry.npm.taobao.org/core-js/download/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e"

core-js@^2.5.5:
version "2.5.5"
resolved "http://registry.npm.taobao.org/core-js/download/core-js-2.5.5.tgz#b14dde936c640c0579a6b50cabcc132dd6127e3b"

core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "http://registry.npm.taobao.org/core-util-is/download/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down Expand Up @@ -3270,9 +3270,9 @@ image-size@^0.6.0:
version "0.6.2"
resolved "http://registry.npm.taobao.org/image-size/download/image-size-0.6.2.tgz#8ee316d4298b028b965091b673d5f1537adee5b4"

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

immutable@~3.7.6:
version "3.7.6"
Expand Down Expand Up @@ -4611,15 +4611,15 @@ mixin-deep@^1.2.0:
dependencies:
minimist "0.0.8"

mobx-react@^5.0.0:
mobx-react@5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/mobx-react/-/mobx-react-5.0.0.tgz#8d5a33be376fa22b184a6f555d40a6a3a8459a16"
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.0.0.tgz#8d5a33be376fa22b184a6f555d40a6a3a8459a16"
dependencies:
hoist-non-react-statics "^2.3.1"

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

morgan@^1.9.0:
version "1.9.0"
Expand Down Expand Up @@ -5210,9 +5210,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "http://registry.npm.taobao.org/preserve/download/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

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

pretty-format@^24.8.0:
version "24.8.0"
Expand Down Expand Up @@ -5371,15 +5371,15 @@ react-lifecycles-compat@^1.0.2:
version "1.1.4"
resolved "http://registry.npm.taobao.org/react-lifecycles-compat/download/react-lifecycles-compat-1.1.4.tgz#fc005c72849b7ed364de20a0f64ff58ebdc2009a"

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

react-native-code-push@^5.3.2:
react-native-code-push@5.3.2:
version "5.3.2"
resolved "http://registry.npm.taobao.org/react-native-code-push/download/react-native-code-push-5.3.2.tgz#32bc019b37ab14c0c1065ac967b5913e1598dca4"
resolved "https://registry.yarnpkg.com/react-native-code-push/-/react-native-code-push-5.3.2.tgz#32bc019b37ab14c0c1065ac967b5913e1598dca4"
dependencies:
code-push "2.0.5"
glob "^5.0.15"
Expand Down Expand Up @@ -5415,22 +5415,22 @@ react-native-drawer-layout@1.3.2:
dependencies:
react-native-dismiss-keyboard "1.0.0"

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

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

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

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

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

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

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

react-native-vector-icons@^4.6.0:
react-native-vector-icons@4.6.0:
version "4.6.0"
resolved "http://registry.npm.taobao.org/react-native-vector-icons/download/react-native-vector-icons-4.6.0.tgz#e4014311ffa6de397d914ffc31b7097a874cc8d5"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-4.6.0.tgz#e4014311ffa6de397d914ffc31b7097a874cc8d5"
dependencies:
lodash "^4.0.0"
prop-types "^15.5.10"
Expand Down Expand Up @@ -5534,15 +5534,15 @@ react-native@0.55.3:
xmldoc "^0.4.0"
yargs "^9.0.0"

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

react-navigation@^1.5.11:
react-navigation@1.5.11:
version "1.5.11"
resolved "http://registry.npm.taobao.org/react-navigation/download/react-navigation-1.5.11.tgz#fba6ab45d7b9987c1763a5aaac53b4f6d62b7f5c"
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-1.5.11.tgz#fba6ab45d7b9987c1763a5aaac53b4f6d62b7f5c"
dependencies:
clamp "^1.0.1"
hoist-non-react-statics "^2.2.0"
Expand All @@ -5560,9 +5560,9 @@ react-proxy@^1.1.7:
lodash "^4.6.1"
react-deep-force-update "^1.0.0"

react-redux@^5.0.7:
react-redux@5.0.7:
version "5.0.7"
resolved "http://registry.npm.taobao.org/react-redux/download/react-redux-5.0.7.tgz#0dc1076d9afb4670f993ffaef44b8f8c1155a4c8"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.0.7.tgz#0dc1076d9afb4670f993ffaef44b8f8c1155a4c8"
dependencies:
hoist-non-react-statics "^2.5.0"
invariant "^2.0.0"
Expand Down Expand Up @@ -5676,23 +5676,23 @@ recursive-fs@0.1.4:
version "0.1.4"
resolved "http://registry.npm.taobao.org/recursive-fs/download/recursive-fs-0.1.4.tgz#47e08b1ddab8d7d9a960aa0d0daea76f875b63fa"

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

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

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

redux@^3.7.2:
redux@3.7.2:
version "3.7.2"
resolved "http://registry.npm.taobao.org/redux/download/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
dependencies:
lodash "^4.2.1"
lodash-es "^4.2.1"
Expand Down Expand Up @@ -6478,9 +6478,9 @@ tar@^4:
safe-buffer "^5.1.2"
yallist "^3.0.2"

teaset@^0.5.6:
teaset@0.5.6:
version "0.5.6"
resolved "http://registry.npm.taobao.org/teaset/download/teaset-0.5.6.tgz#46582cfeaf81bed95052d74c143b5f1c71271eac"
resolved "https://registry.yarnpkg.com/teaset/-/teaset-0.5.6.tgz#46582cfeaf81bed95052d74c143b5f1c71271eac"
dependencies:
prop-types "^15.5.10"
react-native-deprecated-custom-components "github:facebookarchive/react-native-custom-components"
Expand Down