@elliemae/ds-menu-button 3.55.1 → 3.55.6

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 +34 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-button",
3
- "version": "3.55.1",
3
+ "version": "3.55.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Button",
6
6
  "files": [
@@ -35,45 +35,46 @@
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
+ "lint": "node ../../../scripts/lint.mjs --fix",
42
+ "lint:strict": "node ../../../scripts/lint-strict.mjs",
43
+ "dts": "node ../../../scripts/dts.mjs",
44
+ "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
45
+ "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
46
+ },
38
47
  "dependencies": {
39
- "@xstyled/styled-components": "~3.7.3",
40
- "@elliemae/ds-button-v2": "3.55.1",
41
- "@elliemae/ds-grid": "3.55.1",
42
- "@elliemae/ds-floating-context": "3.55.1",
43
- "@elliemae/ds-hooks-on-blur-out": "3.55.1",
44
- "@elliemae/ds-system": "3.55.1",
45
- "@elliemae/ds-icons": "3.55.1",
46
- "@elliemae/ds-menu-items-commons": "3.55.1",
47
- "@elliemae/ds-props-helpers": "3.55.1",
48
- "@elliemae/ds-tree-model": "3.55.1"
48
+ "@elliemae/ds-button-v2": "3.55.6",
49
+ "@elliemae/ds-floating-context": "3.55.6",
50
+ "@elliemae/ds-grid": "3.55.6",
51
+ "@elliemae/ds-hooks-on-blur-out": "3.55.6",
52
+ "@elliemae/ds-icons": "3.55.6",
53
+ "@elliemae/ds-menu-items-commons": "3.55.6",
54
+ "@elliemae/ds-props-helpers": "3.55.6",
55
+ "@elliemae/ds-system": "3.55.6",
56
+ "@elliemae/ds-tree-model": "3.55.6",
57
+ "@xstyled/styled-components": "catalog:"
49
58
  },
50
59
  "devDependencies": {
51
- "@elliemae/pui-cli": "9.0.0-next.65",
52
- "@elliemae/pui-theme": "~2.13.0",
53
- "jest": "~29.7.0",
54
- "styled-components": "~5.3.9",
55
- "@elliemae/ds-monorepo-devops": "3.55.1",
56
- "@elliemae/ds-typescript-helpers": "3.55.1"
60
+ "@elliemae/ds-monorepo-devops": "3.55.6",
61
+ "@elliemae/ds-typescript-helpers": "3.55.6",
62
+ "@elliemae/pui-cli": "catalog:",
63
+ "@elliemae/pui-theme": "catalog:",
64
+ "jest": "catalog:",
65
+ "styled-components": "catalog:"
57
66
  },
58
67
  "peerDependencies": {
59
- "@testing-library/jest-dom": "^6.6.3",
60
- "@testing-library/react": "^16.0.1",
61
- "@testing-library/user-event": "~14.5.2",
62
- "react": "^18.3.1",
63
- "react-dom": "^18.3.1",
64
- "styled-components": "~5.3.9"
68
+ "@testing-library/jest-dom": "catalog:",
69
+ "@testing-library/react": "catalog:",
70
+ "@testing-library/user-event": "catalog:",
71
+ "react": "catalog:",
72
+ "react-dom": "catalog:",
73
+ "styled-components": "catalog:"
65
74
  },
66
75
  "publishConfig": {
67
76
  "access": "public",
68
77
  "typeSafety": true
69
78
  },
70
- "scripts": {
71
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
72
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
73
- "lint": "node ../../../scripts/lint.mjs --fix",
74
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
75
- "dts": "node ../../../scripts/dts.mjs",
76
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
77
- "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
78
- }
79
- }
79
+ "gitHead": "e70701e873a9ee1b05aa388619b2c03248e1cb31"
80
+ }