Browse Source

1.0.3

master
Henning Hall 7 years ago
parent
commit
fd536fa599
3 changed files with 15 additions and 3 deletions
  1. +3
    -2
      example/package.json
  2. +11
    -0
      example/yarn.lock
  3. +1
    -1
      package.json

+ 3
- 2
example/package.json View File

@ -7,11 +7,12 @@
"test": "jest"
},
"dependencies": {
"react-native-date-picker-x": "^1.0.2",
"moment": "^2.22.1",
"react": "16.3.1",
"react-native": "0.55.2",
"react-native-device-info": "^0.21.5"
"react-native-date-picker-x": "^1.0.3",
"react-native-device-info": "^0.21.5",
"react-native-search-filter": "^0.1.3"
},
"devDependencies": {
"babel-jest": "22.4.3",

+ 11
- 0
example/yarn.lock View File

@ -2261,6 +2261,10 @@ function-bind@^1.0.2, function-bind@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
fuse.js@^3.0.5:
version "3.2.0"
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.2.0.tgz#f0448e8069855bf2a3e683cdc1d320e7e2a07ef4"
gauge@~1.2.5:
version "1.2.7"
resolved "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93"
@ -4301,6 +4305,13 @@ react-native-device-info@^0.21.5:
version "0.21.5"
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-0.21.5.tgz#99478a2d68182e012297f2d63f2bd1b788106dee"
react-native-search-filter@^0.1.1, react-native-search-filter@^0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/react-native-search-filter/-/react-native-search-filter-0.1.3.tgz#fe710c1e075ab30d08fe568b590c5a3d47b5fd49"
dependencies:
fuse.js "^3.0.5"
react-native-search-filter "^0.1.1"
react-native@0.55.2:
version "0.55.2"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.55.2.tgz#80d26a3f4193ebd1fd49a4859011c501b0ca3bab"

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "react-native-date-picker-x",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Cross Platform React Native Picker",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save