@shipengine/formik-giger 0.4.1 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@shipengine/formik-giger",
|
3
|
-
"version": "0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "A package providing formik bindings for Giger",
|
5
5
|
"homepage": "https://github.com/shipengine/giger",
|
6
6
|
"sideEffects": false,
|
@@ -14,7 +14,7 @@
|
|
14
14
|
],
|
15
15
|
"source": "src/index.ts",
|
16
16
|
"publishConfig": {
|
17
|
-
"access": "
|
17
|
+
"access": "public"
|
18
18
|
},
|
19
19
|
"lint-staged": {
|
20
20
|
"**/*.ts?(x)": "yarn run lint"
|
@@ -33,9 +33,9 @@
|
|
33
33
|
"postpublish": "packlink-scripts metrics"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
|
-
"@shipengine/giger": "^0.
|
36
|
+
"@shipengine/giger": "^1.0.1",
|
37
37
|
"formik": "^2.4.2",
|
38
|
-
"test-utils": "^2.7.
|
38
|
+
"test-utils": "^2.7.4",
|
39
39
|
"yup": "0.32.11"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"formik": ">=2.2.9",
|
50
50
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "671690635d4372a19db7943f6e4225b5ab55e4f6"
|
53
53
|
}
|