Skip to content

Commit defb612

Browse files
committed
v0.1.1
1 parent b6ed762 commit defb612

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-base/formik-ui",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "NativeBase Formik Integration ",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -59,21 +59,21 @@
5959
"eslint": "^7.2.0",
6060
"eslint-config-prettier": "^7.0.0",
6161
"eslint-plugin-prettier": "^3.1.3",
62+
"formik": "^2.2.6",
6263
"husky": "^4.2.5",
6364
"jest": "^26.0.1",
65+
"native-base": "^3.0.0-next.5",
6466
"pod-install": "^0.1.0",
6567
"prettier": "^2.0.5",
6668
"react": "16.13.1",
6769
"react-native": "0.63.4",
6870
"react-native-builder-bob": "^0.17.1",
69-
"release-it": "^14.2.2",
70-
"typescript": "^4.1.3",
71-
"formik": "^2.2.6",
72-
"native-base": "^3.0.0-next.5",
7371
"react-native-svg": "12.1.0",
7472
"react-native-web": "~0.13.12",
73+
"release-it": "^14.2.2",
7574
"styled-components": "^5.2.1",
76-
"styled-system": "^5.1.5"
75+
"styled-system": "^5.1.5",
76+
"typescript": "^4.1.3"
7777
},
7878
"peerDependencies": {
7979
"native-base": "next",

0 commit comments

Comments
 (0)