@elliemae/ds-shared 3.18.0-next.1 → 3.18.0-next.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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-shared",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Shared components and utilities",
|
|
6
6
|
"files": [
|
|
@@ -224,8 +224,8 @@
|
|
|
224
224
|
"react-window": "~1.8.8",
|
|
225
225
|
"table-resolver": "~4.1.1",
|
|
226
226
|
"uuid": "~8.3.2",
|
|
227
|
-
"@elliemae/ds-
|
|
228
|
-
"@elliemae/ds-
|
|
227
|
+
"@elliemae/ds-utilities": "3.18.0-next.3",
|
|
228
|
+
"@elliemae/ds-popover": "3.18.0-next.3"
|
|
229
229
|
},
|
|
230
230
|
"peerDependencies": {
|
|
231
231
|
"lodash": "~4.17.21",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
241
241
|
"dev:build": "pnpm --filter {.}... build",
|
|
242
242
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
243
|
-
"checkDeps": "
|
|
243
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
|
|
244
244
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
|
|
245
245
|
}
|
|
246
246
|
}
|