@elliemae/ds-utilities 3.22.0-next.17 → 3.22.0-next.19
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 +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-utilities",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.19",
|
|
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-props-helpers": "3.22.0-next.
|
|
163
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.19"
|
|
164
164
|
},
|
|
165
165
|
"devDependencies": {
|
|
166
166
|
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
167
167
|
"@testing-library/react": "~12.1.3",
|
|
168
168
|
"@testing-library/react-hooks": "~8.0.1",
|
|
169
169
|
"react-dom": "^17.0.2",
|
|
170
|
-
"@elliemae/ds-monorepo-devops": "3.22.0-next.
|
|
170
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.19"
|
|
171
171
|
},
|
|
172
172
|
"peerDependencies": {
|
|
173
173
|
"lodash": "^4.17.21",
|
|
@@ -180,7 +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
|
-
"versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
|
|
184
183
|
"dev:build": "pnpm --filter {.}... build",
|
|
185
184
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
186
185
|
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
|