@shipengine/formik-giger 1.2.5 → 1.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/formik-giger",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "A package providing formik bindings for Giger",
5
5
  "homepage": "https://github.com/shipengine/giger",
6
6
  "sideEffects": false,
@@ -33,9 +33,9 @@
33
33
  "postpublish": "packlink-scripts metrics"
34
34
  },
35
35
  "devDependencies": {
36
- "@shipengine/giger": "^1.4.5",
36
+ "@shipengine/giger": "^1.5.0",
37
37
  "formik": "^2.4.2",
38
- "test-utils": "^2.7.14",
38
+ "test-utils": "^2.7.15",
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": "1609cfca97655d94fa65125b2f8a3808173d3cea"
52
+ "gitHead": "96fdd275110efbee23b7e3151a6ccd49ab23c4d0"
53
53
  }