@elliemae/ds-utilities 3.32.0-rc.2 → 3.32.0-rc.3
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 +5 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-utilities",
|
|
3
|
-
"version": "3.32.0-rc.
|
|
3
|
+
"version": "3.32.0-rc.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Utilities",
|
|
6
6
|
"files": [
|
|
@@ -160,14 +160,14 @@
|
|
|
160
160
|
"use-force-update": "~1.0.11",
|
|
161
161
|
"use-measure": "~0.3.0",
|
|
162
162
|
"use-onclickoutside": "~0.4.1",
|
|
163
|
-
"@elliemae/ds-hooks-on-blur-out": "3.32.0-rc.
|
|
164
|
-
"@elliemae/ds-hooks-on-first-focus-in": "3.32.0-rc.
|
|
165
|
-
"@elliemae/ds-props-helpers": "3.32.0-rc.
|
|
163
|
+
"@elliemae/ds-hooks-on-blur-out": "3.32.0-rc.3",
|
|
164
|
+
"@elliemae/ds-hooks-on-first-focus-in": "3.32.0-rc.3",
|
|
165
|
+
"@elliemae/ds-props-helpers": "3.32.0-rc.3"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
168
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
169
169
|
"react-dom": "^17.0.2",
|
|
170
|
-
"@elliemae/ds-monorepo-devops": "3.32.0-rc.
|
|
170
|
+
"@elliemae/ds-monorepo-devops": "3.32.0-rc.3"
|
|
171
171
|
},
|
|
172
172
|
"peerDependencies": {
|
|
173
173
|
"lodash": "^4.17.21",
|
|
@@ -180,8 +180,6 @@
|
|
|
180
180
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
|
181
181
|
"dts": "node ../../../scripts/dts.mjs",
|
|
182
182
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
183
|
-
"dev:build": "pnpm --filter {.}... build",
|
|
184
|
-
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
185
183
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
|
|
186
184
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
|
|
187
185
|
}
|