Skip to content

Commit 556796e

Browse files
committed
Updated dependecies
1 parent 608997c commit 556796e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea/**
2-
Example/package-lock.json
2+
package-lock.json
3+
node_modules/**/*

Example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"react-dom": "^16.8.6",
1414
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
1515
"react-native-input-validator": "^1.0.1",
16-
"react-native-web": "^0.11.4"
16+
"react-native-web": "^0.11.4",
17+
"validator": "^11.1.0"
1718
},
1819
"devDependencies": {
1920
"babel-preset-expo": "^5.1.1"

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-input-validator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React native input with floating label and data validation",
55
"main": "index.js",
66
"scripts": {
@@ -29,8 +29,12 @@
2929
"labels",
3030
"placeholder"
3131
],
32+
"dependencies": {
33+
"validator": "^11.1.0"
34+
},
3235
"peerDependencies": {
33-
"validator": "^11.0.0"
36+
"react": "*",
37+
"react-native": "*"
3438
},
3539
"publishConfig": {
3640
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)