@shipengine/formik-giger 1.5.4 → 1.5.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/formik-giger",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
4
4
  "description": "A package providing formik bindings for Giger",
5
5
  "homepage": "https://github.com/shipengine/giger",
6
6
  "sideEffects": false,
@@ -25,13 +25,13 @@
25
25
  "lint": "yarn type-check && eslint",
26
26
  "lint:ci": "yarn type-check && eslint",
27
27
  "type-check": "tsc --noEmit",
28
- "test": "node --expose-gc ../../../node_modules/.bin/packlink-scripts test --maxWorkers=40% --logHeapUsage",
29
- "test:ci": "node --expose-gc ../../../node_modules/.bin/packlink-scripts test --ci --runInBand --coverage --logHeapUsage"
28
+ "test": "node --expose-gc ../../../node_modules/jest/bin/jest --maxWorkers=40% --logHeapUsage",
29
+ "test:ci": "node --expose-gc ../../../node_modules/jest/bin/jest --ci --runInBand --coverage --logHeapUsage"
30
30
  },
31
31
  "devDependencies": {
32
- "@shipengine/giger": "^1.11.4",
32
+ "@shipengine/giger": "^1.12.1",
33
33
  "formik": "^2.4.5",
34
- "test-utils": "^2.8.4",
34
+ "test-utils": "^2.8.6",
35
35
  "yup": "0.32.11"
36
36
  },
37
37
  "dependencies": {
@@ -45,5 +45,5 @@
45
45
  "formik": ">=2.2.9",
46
46
  "react": "^16.14.0 || ^17.0.0 || ^18.0.0"
47
47
  },
48
- "gitHead": "83410f11193202d89461c1c7a6e8f1b8658867fb"
48
+ "gitHead": "b5375412bc64be96397f9f17148f09f8f493b48d"
49
49
  }