@shipengine/formik-giger 1.4.2 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipengine/formik-giger",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "A package providing formik bindings for Giger",
|
|
5
5
|
"homepage": "https://github.com/shipengine/giger",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -19,23 +19,20 @@
|
|
|
19
19
|
"lint-staged": {
|
|
20
20
|
"**/*.ts?(x)": "yarn run lint"
|
|
21
21
|
},
|
|
22
|
-
"browserslist": [
|
|
23
|
-
"extends @packlink/browserslist-config"
|
|
24
|
-
],
|
|
25
22
|
"scripts": {
|
|
26
23
|
"start": "packlink-scripts start --rollup",
|
|
27
24
|
"build": "packlink-scripts build --rollup",
|
|
28
|
-
"lint": "yarn type-check &&
|
|
29
|
-
"lint:ci": "yarn type-check &&
|
|
25
|
+
"lint": "yarn type-check && eslint",
|
|
26
|
+
"lint:ci": "yarn type-check && eslint",
|
|
30
27
|
"type-check": "tsc --noEmit",
|
|
31
28
|
"test": "node --expose-gc ../../../node_modules/.bin/packlink-scripts test --maxWorkers=40% --logHeapUsage",
|
|
32
29
|
"test:ci": "node --expose-gc ../../../node_modules/.bin/packlink-scripts test --ci --runInBand --coverage --logHeapUsage",
|
|
33
30
|
"postpublish": "packlink-scripts metrics"
|
|
34
31
|
},
|
|
35
32
|
"devDependencies": {
|
|
36
|
-
"@shipengine/giger": "^1.
|
|
33
|
+
"@shipengine/giger": "^1.11.0",
|
|
37
34
|
"formik": "^2.4.5",
|
|
38
|
-
"test-utils": "^2.
|
|
35
|
+
"test-utils": "^2.8.0",
|
|
39
36
|
"yup": "0.32.11"
|
|
40
37
|
},
|
|
41
38
|
"dependencies": {
|
|
@@ -49,5 +46,5 @@
|
|
|
49
46
|
"formik": ">=2.2.9",
|
|
50
47
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
|
|
51
48
|
},
|
|
52
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "04705fc297efd41eb46f9a13e6a2fe6829ec7ebd"
|
|
53
50
|
}
|