@elliemae/ds-zustand-helpers 3.38.0-rc.1 → 3.38.0-rc.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-zustand-helpers",
|
3
|
-
"version": "3.38.0-rc.
|
3
|
+
"version": "3.38.0-rc.4",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Zustand Helpers",
|
6
6
|
"files": [
|
@@ -42,12 +42,12 @@
|
|
42
42
|
"dependencies": {
|
43
43
|
"immer": "9.0.21",
|
44
44
|
"zustand": "4.3.6",
|
45
|
-
"@elliemae/ds-props-helpers": "3.38.0-rc.
|
45
|
+
"@elliemae/ds-props-helpers": "3.38.0-rc.4"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
49
49
|
"styled-components": "~5.3.9",
|
50
|
-
"@elliemae/ds-monorepo-devops": "3.38.0-rc.
|
50
|
+
"@elliemae/ds-monorepo-devops": "3.38.0-rc.4"
|
51
51
|
},
|
52
52
|
"peerDependencies": {
|
53
53
|
"react": "~17.0.2",
|
@@ -56,6 +56,7 @@
|
|
56
56
|
"scripts": {
|
57
57
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
58
58
|
"lint": "node ../../../scripts/lint.mjs --fix",
|
59
|
+
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
59
60
|
"dts": "node ../../../scripts/dts.mjs",
|
60
61
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
61
62
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
|