@elliemae/ds-hooks-on-overflow-change 3.57.0-next.5 → 3.57.0-next.50

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-hooks-on-overflow-change",
3
- "version": "3.57.0-next.5",
3
+ "version": "3.57.0-next.50",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Hooks Is Overflowing",
6
6
  "files": [
@@ -35,41 +35,41 @@
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": "playwright test -c ./playwright.config.mjs && 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-grid": "3.57.0-next.5",
41
- "@elliemae/ds-hooks-on-blur-out": "3.57.0-next.5",
42
- "@elliemae/ds-props-helpers": "3.57.0-next.5",
43
- "@elliemae/ds-system": "3.57.0-next.5"
48
+ "@elliemae/ds-grid": "3.57.0-next.50",
49
+ "@elliemae/ds-hooks-on-blur-out": "3.57.0-next.50",
50
+ "@elliemae/ds-props-helpers": "3.57.0-next.50",
51
+ "@elliemae/ds-system": "3.57.0-next.50"
44
52
  },
45
53
  "devDependencies": {
46
- "@elliemae/pui-cli": "9.0.0-next.65",
47
- "@playwright/experimental-ct-react": "^1.51.1",
48
- "jest": "~29.7.0",
49
- "styled-components": "~5.3.9",
50
- "@elliemae/ds-monorepo-devops": "3.57.0-next.5",
51
- "@elliemae/ds-test-utils": "3.57.0-next.5",
52
- "@elliemae/ds-typescript-helpers": "3.57.0-next.5"
54
+ "@elliemae/ds-monorepo-devops": "3.57.0-next.50",
55
+ "@elliemae/ds-test-utils": "3.57.0-next.50",
56
+ "@elliemae/ds-typescript-helpers": "3.57.0-next.50",
57
+ "@elliemae/pui-cli": "catalog:",
58
+ "@playwright/experimental-ct-react": "catalog:",
59
+ "jest": "catalog:",
60
+ "styled-components": "catalog:"
53
61
  },
54
62
  "peerDependencies": {
55
- "@testing-library/jest-dom": "^6.6.3",
56
- "@testing-library/react": "^16.0.1",
57
- "@testing-library/user-event": "~14.5.2",
58
- "react": "^18.3.1",
59
- "react-dom": "^18.3.1",
60
- "styled-components": "~5.3.9"
63
+ "@testing-library/jest-dom": "catalog:",
64
+ "@testing-library/react": "catalog:",
65
+ "@testing-library/user-event": "catalog:",
66
+ "react": "catalog:",
67
+ "react-dom": "catalog:",
68
+ "styled-components": "catalog:"
61
69
  },
62
70
  "publishConfig": {
63
71
  "access": "public",
64
72
  "typeSafety": true
65
73
  },
66
- "scripts": {
67
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
68
- "test": "[ -n \"$CI\" ] || playwright test -c ./playwright.config.mjs && pui-cli test --passWithNoTests --coverage=\"false\"",
69
- "lint": "node ../../../scripts/lint.mjs --fix",
70
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
71
- "dts": "node ../../../scripts/dts.mjs",
72
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
73
- "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
74
- }
75
- }
74
+ "gitHead": "990bc67e15cecbb87e61ba44977d9d00de40aad5"
75
+ }