@elliemae/ds-data-table-action-cell 3.57.0-next.9 → 3.57.0-rc.0

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 +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table-action-cell",
3
- "version": "3.57.0-next.9",
3
+ "version": "3.57.0-rc.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table Action Cell",
6
6
  "files": [
@@ -35,39 +35,39 @@
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-data-table-cell": "3.57.0-next.9",
41
- "@elliemae/ds-props-helpers": "3.57.0-next.9",
42
- "@elliemae/ds-system": "3.57.0-next.9",
43
- "@elliemae/ds-typescript-helpers": "3.57.0-next.9"
48
+ "@elliemae/ds-data-table-cell": "3.57.0-rc.0",
49
+ "@elliemae/ds-props-helpers": "3.57.0-rc.0",
50
+ "@elliemae/ds-system": "3.57.0-rc.0",
51
+ "@elliemae/ds-typescript-helpers": "3.57.0-rc.0"
44
52
  },
45
53
  "devDependencies": {
46
- "@elliemae/pui-cli": "9.0.0-next.65",
47
- "jest": "~29.7.0",
48
- "styled-components": "~5.3.9",
49
- "@elliemae/ds-monorepo-devops": "3.57.0-next.9",
50
- "@elliemae/ds-test-utils": "3.57.0-next.9"
54
+ "@elliemae/ds-monorepo-devops": "3.57.0-rc.0",
55
+ "@elliemae/ds-test-utils": "3.57.0-rc.0",
56
+ "@elliemae/pui-cli": "catalog:",
57
+ "jest": "catalog:",
58
+ "styled-components": "catalog:"
51
59
  },
52
60
  "peerDependencies": {
53
- "@testing-library/jest-dom": "^6.6.3",
54
- "@testing-library/react": "^16.0.1",
55
- "@testing-library/user-event": "~14.5.2",
56
- "react": "^18.3.1",
57
- "react-dom": "^18.3.1",
58
- "styled-components": "~5.3.9"
61
+ "@testing-library/jest-dom": "catalog:",
62
+ "@testing-library/react": "catalog:",
63
+ "@testing-library/user-event": "catalog:",
64
+ "react": "catalog:",
65
+ "react-dom": "catalog:",
66
+ "styled-components": "catalog:"
59
67
  },
60
68
  "publishConfig": {
61
69
  "access": "public",
62
70
  "typeSafety": true
63
71
  },
64
- "scripts": {
65
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
66
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
67
- "lint": "node ../../../scripts/lint.mjs --fix",
68
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
69
- "dts": "node ../../../scripts/dts.mjs",
70
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
71
- "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
72
- }
73
- }
72
+ "gitHead": "7e95aacd3d36427e4659f360714c3e0bbc4378bc"
73
+ }