@elliemae/ds-treeview 3.17.1-rc.1 → 3.17.1-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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-treeview",
|
|
3
|
-
"version": "3.17.1-rc.
|
|
3
|
+
"version": "3.17.1-rc.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tree View",
|
|
6
6
|
"files": [
|
|
@@ -231,16 +231,16 @@
|
|
|
231
231
|
"react-virtual": "~2.10.4",
|
|
232
232
|
"tree-model": "~1.0.7",
|
|
233
233
|
"uid": "~2.0.1",
|
|
234
|
-
"@elliemae/ds-button": "3.17.1-rc.
|
|
235
|
-
"@elliemae/ds-circular-progress-indicator": "3.17.1-rc.
|
|
236
|
-
"@elliemae/ds-classnames": "3.17.1-rc.
|
|
237
|
-
"@elliemae/ds-drag-and-drop": "3.17.1-rc.
|
|
238
|
-
"@elliemae/ds-form": "3.17.1-rc.
|
|
239
|
-
"@elliemae/ds-
|
|
240
|
-
"@elliemae/ds-
|
|
241
|
-
"@elliemae/ds-system": "3.17.1-rc.
|
|
242
|
-
"@elliemae/ds-truncated-tooltip-text": "3.17.1-rc.
|
|
243
|
-
"@elliemae/ds-utilities": "3.17.1-rc.
|
|
234
|
+
"@elliemae/ds-button": "3.17.1-rc.3",
|
|
235
|
+
"@elliemae/ds-circular-progress-indicator": "3.17.1-rc.3",
|
|
236
|
+
"@elliemae/ds-classnames": "3.17.1-rc.3",
|
|
237
|
+
"@elliemae/ds-drag-and-drop": "3.17.1-rc.3",
|
|
238
|
+
"@elliemae/ds-form": "3.17.1-rc.3",
|
|
239
|
+
"@elliemae/ds-props-helpers": "3.17.1-rc.3",
|
|
240
|
+
"@elliemae/ds-icons": "3.17.1-rc.3",
|
|
241
|
+
"@elliemae/ds-system": "3.17.1-rc.3",
|
|
242
|
+
"@elliemae/ds-truncated-tooltip-text": "3.17.1-rc.3",
|
|
243
|
+
"@elliemae/ds-utilities": "3.17.1-rc.3"
|
|
244
244
|
},
|
|
245
245
|
"devDependencies": {
|
|
246
246
|
"@testing-library/jest-dom": "~5.16.5",
|
|
@@ -265,6 +265,6 @@
|
|
|
265
265
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
266
266
|
"dev:build": "pnpm --filter {.}... build",
|
|
267
267
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
268
|
-
"checkDeps": "
|
|
268
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
269
269
|
}
|
|
270
270
|
}
|