@elliemae/ds-treeview 3.57.4 → 3.57.5

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.
Files changed (1) hide show
  1. package/package.json +38 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-treeview",
3
- "version": "3.57.4",
3
+ "version": "3.57.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tree View",
6
6
  "files": [
@@ -35,51 +35,50 @@
35
35
  "reportFile": "tests.xml",
36
36
  "indent": 4
37
37
  },
38
- "scripts": {
39
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
40
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
41
- "test:e2e": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/wdio run ../../../wdio.conf.js",
42
- "test:reports": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/allure open",
43
- "lint": "node ../../../scripts/lint.mjs --fix",
44
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
45
- "dts": "node ../../../scripts/dts.mjs",
46
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
47
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
48
- },
49
38
  "publishConfig": {
50
39
  "access": "public",
51
40
  "typeSafety": false
52
41
  },
53
42
  "dependencies": {
54
- "@elliemae/ds-button-v2": "3.57.4",
55
- "@elliemae/ds-circular-progress-indicator": "3.57.4",
56
- "@elliemae/ds-classnames": "3.57.4",
57
- "@elliemae/ds-drag-and-drop": "3.57.4",
58
- "@elliemae/ds-form": "3.57.4",
59
- "@elliemae/ds-form-checkbox": "3.57.4",
60
- "@elliemae/ds-form-radio": "3.57.4",
61
- "@elliemae/ds-icons": "3.57.4",
62
- "@elliemae/ds-props-helpers": "3.57.4",
63
- "@elliemae/ds-system": "3.57.4",
64
- "@elliemae/ds-truncated-tooltip-text": "3.57.4",
65
- "@elliemae/ds-typescript-helpers": "3.57.4",
66
- "react-highlight-words": "catalog:",
67
- "react-virtual": "catalog:",
68
- "tree-model": "catalog:",
69
- "uid": "catalog:"
43
+ "react-highlight-words": "~0.18.0",
44
+ "react-virtual": "~2.10.4",
45
+ "tree-model": "~1.0.7",
46
+ "uid": "^2.0.2",
47
+ "@elliemae/ds-button-v2": "3.57.5",
48
+ "@elliemae/ds-circular-progress-indicator": "3.57.5",
49
+ "@elliemae/ds-classnames": "3.57.5",
50
+ "@elliemae/ds-form-checkbox": "3.57.5",
51
+ "@elliemae/ds-drag-and-drop": "3.57.5",
52
+ "@elliemae/ds-form": "3.57.5",
53
+ "@elliemae/ds-form-radio": "3.57.5",
54
+ "@elliemae/ds-props-helpers": "3.57.5",
55
+ "@elliemae/ds-icons": "3.57.5",
56
+ "@elliemae/ds-system": "3.57.5",
57
+ "@elliemae/ds-truncated-tooltip-text": "3.57.5",
58
+ "@elliemae/ds-typescript-helpers": "3.57.5"
70
59
  },
71
60
  "devDependencies": {
72
- "@elliemae/ds-monorepo-devops": "3.57.4",
73
- "@elliemae/ds-test-utils": "3.57.4",
74
- "@elliemae/pui-cli": "catalog:",
75
- "jest": "catalog:",
76
- "styled-components": "catalog:"
61
+ "@elliemae/pui-cli": "9.0.0-next.65",
62
+ "jest": "~29.7.0",
63
+ "styled-components": "~5.3.9",
64
+ "@elliemae/ds-monorepo-devops": "3.57.5",
65
+ "@elliemae/ds-test-utils": "3.57.5"
77
66
  },
78
67
  "peerDependencies": {
79
- "lodash-es": "catalog:",
80
- "react": "catalog:",
81
- "react-dom": "catalog:",
82
- "styled-components": "catalog:"
68
+ "lodash-es": "^4.17.21",
69
+ "react": "^18.3.1",
70
+ "react-dom": "^18.3.1",
71
+ "styled-components": "~5.3.9"
83
72
  },
84
- "gitHead": "9ca26a951c82bcb1c81fb330bc9010046a274081"
85
- }
73
+ "scripts": {
74
+ "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
75
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
76
+ "test:e2e": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/wdio run ../../../wdio.conf.js",
77
+ "test:reports": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/allure open",
78
+ "lint": "node ../../../scripts/lint.mjs --fix",
79
+ "lint:strict": "node ../../../scripts/lint-strict.mjs",
80
+ "dts": "node ../../../scripts/dts.mjs",
81
+ "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
82
+ "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
83
+ }
84
+ }