@elliemae/ds-tree-model 3.60.0-next.11 → 3.60.0-next.12

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 +18 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tree-model",
3
- "version": "3.60.0-next.11",
3
+ "version": "3.60.0-next.12",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tree Model",
6
6
  "files": [
@@ -35,31 +35,30 @@
35
35
  "reportFile": "tests.xml",
36
36
  "indent": 4
37
37
  },
38
- "scripts": {
39
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
40
- "lint": "node ../../../scripts/lint.mjs --fix",
41
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
42
- "dts": "node ../../../scripts/dts.mjs",
43
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
44
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
45
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
46
- },
47
38
  "publishConfig": {
48
39
  "access": "public",
49
40
  "typeSafety": true
50
41
  },
51
42
  "dependencies": {
52
- "@elliemae/ds-props-helpers": "3.60.0-next.11"
43
+ "@elliemae/ds-props-helpers": "3.60.0-next.12"
53
44
  },
54
45
  "devDependencies": {
55
- "@elliemae/ds-monorepo-devops": "3.60.0-next.11",
56
- "@elliemae/pui-cli": "catalog:",
57
- "jest": "catalog:"
46
+ "@elliemae/pui-cli": "9.0.0-next.65",
47
+ "jest": "~29.7.0",
48
+ "@elliemae/ds-monorepo-devops": "3.60.0-next.12"
58
49
  },
59
50
  "peerDependencies": {
60
- "lodash-es": "catalog:",
61
- "react": "catalog:",
62
- "react-dom": "catalog:"
51
+ "lodash-es": "^4.17.21",
52
+ "react": "^18.3.1",
53
+ "react-dom": "^18.3.1"
63
54
  },
64
- "gitHead": "647d9d23c1622e940c76adafbf80cf6c3b4a210c"
65
- }
55
+ "scripts": {
56
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
57
+ "lint": "node ../../../scripts/lint.mjs --fix",
58
+ "lint:strict": "node ../../../scripts/lint-strict.mjs",
59
+ "dts": "node ../../../scripts/dts.mjs",
60
+ "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
61
+ "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
62
+ "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
63
+ }
64
+ }