@shipengine/formik-giger 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@shipengine/formik-giger",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.2",
|
4
4
|
"description": "A package providing formik bindings for Giger",
|
5
5
|
"homepage": "https://github.com/shipengine/giger",
|
6
6
|
"sideEffects": false,
|
@@ -20,19 +20,18 @@
|
|
20
20
|
"**/*.ts?(x)": "yarn run lint"
|
21
21
|
},
|
22
22
|
"scripts": {
|
23
|
-
"start": "
|
24
|
-
"build": "
|
23
|
+
"start": "yarn build -w",
|
24
|
+
"build": "NODE_ENV=production rollup -c '../../../rollup.config.mjs'",
|
25
25
|
"lint": "yarn type-check && eslint",
|
26
26
|
"lint:ci": "yarn type-check && eslint",
|
27
27
|
"type-check": "tsc --noEmit",
|
28
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"
|
30
|
-
"postpublish": "packlink-scripts metrics"
|
29
|
+
"test:ci": "node --expose-gc ../../../node_modules/.bin/packlink-scripts test --ci --runInBand --coverage --logHeapUsage"
|
31
30
|
},
|
32
31
|
"devDependencies": {
|
33
|
-
"@shipengine/giger": "^1.11.
|
32
|
+
"@shipengine/giger": "^1.11.2",
|
34
33
|
"formik": "^2.4.5",
|
35
|
-
"test-utils": "^2.8.
|
34
|
+
"test-utils": "^2.8.2",
|
36
35
|
"yup": "0.32.11"
|
37
36
|
},
|
38
37
|
"dependencies": {
|
@@ -46,5 +45,5 @@
|
|
46
45
|
"formik": ">=2.2.9",
|
47
46
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
|
48
47
|
},
|
49
|
-
"gitHead": "
|
48
|
+
"gitHead": "e3f4479664736ffc3bde76c10876bd2b0105c278"
|
50
49
|
}
|