@elliemae/ds-hooks-on-overflow-change 3.70.0-next.4 → 3.70.0-next.40

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-hooks-on-overflow-change",
3
- "version": "3.70.0-next.4",
3
+ "version": "3.70.0-next.40",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Hooks Is Overflowing",
6
6
  "files": [
@@ -36,14 +36,14 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.70.0-next.4"
39
+ "@elliemae/ds-props-helpers": "3.70.0-next.40"
40
40
  },
41
41
  "devDependencies": {
42
- "@playwright/experimental-ct-react": "^1.51.1",
42
+ "@playwright/experimental-ct-react": "^1.60.0",
43
43
  "jest": "^30.0.0",
44
44
  "styled-components": "~5.3.9",
45
- "@elliemae/ds-test-utils": "3.70.0-next.4",
46
- "@elliemae/ds-monorepo-devops": "3.70.0-next.4"
45
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.40",
46
+ "@elliemae/ds-test-utils": "3.70.0-next.40"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@testing-library/jest-dom": "^6.6.3",
@@ -1,2 +0,0 @@
1
- export const DSHooksIsOverflowingTestRenderer: React.FunctionComponent<React.JSX.IntrinsicAttributes>;
2
- import React from 'react';
@@ -1,2 +0,0 @@
1
- declare const ExampleUsageComponent: () => import("react/jsx-runtime").JSX.Element;
2
- export default ExampleUsageComponent;