@elliemae/ds-utilities 3.57.0-next.5 → 3.57.0-next.51

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.
@@ -3,5 +3,8 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ]
6
+ ],
7
+ "publishConfig": {
8
+ "access": "public"
9
+ }
7
10
  }
@@ -3,5 +3,8 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ]
6
+ ],
7
+ "publishConfig": {
8
+ "access": "public"
9
+ }
7
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-utilities",
3
- "version": "3.57.0-next.5",
3
+ "version": "3.57.0-next.51",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Utilities",
6
6
  "files": [
@@ -35,45 +35,46 @@
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
+ },
38
47
  "publishConfig": {
39
48
  "access": "public",
40
49
  "typeSafety": false
41
50
  },
42
51
  "dependencies": {
43
- "@elliemae/pui-theme": "~2.13.0",
44
- "hotkeys-js": "~3.10.2",
45
- "raf": "~3.4.1",
46
- "react-dom": "^18.3.1",
47
- "resize-observer-polyfill": "~1.5.1",
48
- "uncontrollable": "~7.2.1",
49
- "use-force-update": "~1.0.11",
50
- "use-measure": "~0.3.0",
51
- "use-onclickoutside": "~0.4.1",
52
- "@elliemae/ds-hooks-focus-trap": "3.57.0-next.5",
53
- "@elliemae/ds-hooks-is-mobile": "3.57.0-next.5",
54
- "@elliemae/ds-hooks-on-blur-out": "3.57.0-next.5",
55
- "@elliemae/ds-props-helpers": "3.57.0-next.5",
56
- "@elliemae/ds-hooks-on-first-focus-in": "3.57.0-next.5"
52
+ "@elliemae/ds-hooks-focus-trap": "3.57.0-next.51",
53
+ "@elliemae/ds-hooks-is-mobile": "3.57.0-next.51",
54
+ "@elliemae/ds-hooks-on-blur-out": "3.57.0-next.51",
55
+ "@elliemae/ds-hooks-on-first-focus-in": "3.57.0-next.51",
56
+ "@elliemae/ds-props-helpers": "3.57.0-next.51",
57
+ "@elliemae/pui-theme": "catalog:",
58
+ "hotkeys-js": "catalog:",
59
+ "raf": "catalog:",
60
+ "react-dom": "catalog:",
61
+ "resize-observer-polyfill": "catalog:",
62
+ "uncontrollable": "catalog:",
63
+ "use-force-update": "catalog:",
64
+ "use-measure": "catalog:",
65
+ "use-onclickoutside": "catalog:"
57
66
  },
58
67
  "devDependencies": {
59
- "@elliemae/pui-cli": "9.0.0-next.65",
60
- "jest": "~29.7.0",
61
- "jest-cli": "~29.7.0",
62
- "react-dom": "^18.3.1",
63
- "@elliemae/ds-monorepo-devops": "3.57.0-next.5"
68
+ "@elliemae/ds-monorepo-devops": "3.57.0-next.51",
69
+ "@elliemae/pui-cli": "catalog:",
70
+ "jest": "catalog:",
71
+ "jest-cli": "catalog:",
72
+ "react-dom": "catalog:"
64
73
  },
65
74
  "peerDependencies": {
66
- "lodash-es": "^4.17.21",
67
- "react": "^18.3.1",
68
- "react-dom": "^18.3.1"
75
+ "lodash-es": "catalog:",
76
+ "react": "catalog:",
77
+ "react-dom": "catalog:"
69
78
  },
70
- "scripts": {
71
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
72
- "lint": "node ../../../scripts/lint.mjs --fix",
73
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
74
- "dts": "node ../../../scripts/dts.mjs",
75
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
76
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
77
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
78
- }
79
- }
79
+ "gitHead": "fcac2232f8f5629d3bdd93bd5f09f42ea5c6a72b"
80
+ }