@elliemae/ds-test-utils 3.51.0-next.2 → 3.51.0-next.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-test-utils",
3
- "version": "3.51.0-next.2",
3
+ "version": "3.51.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Test utilities",
6
6
  "files": [
@@ -14,10 +14,6 @@
14
14
  "types": "./dist/types/index.d.ts",
15
15
  "import": "./dist/esm/index.js",
16
16
  "require": "./dist/cjs/index.js"
17
- },
18
- "./a11y": {
19
- "import": "./dist/esm/testeable-utils/axe-core/index.js",
20
- "require": "./dist/cjs/testeable-utils/axe-core/index.js"
21
17
  }
22
18
  },
23
19
  "sideEffects": [
@@ -43,14 +39,14 @@
43
39
  "@tanstack/react-virtual": "3.0.0-beta.54",
44
40
  "jest-axe": "^9.0.0",
45
41
  "jest-matcher-utils": "^29.7.0",
46
- "@elliemae/ds-system": "3.51.0-next.2"
42
+ "@elliemae/ds-system": "3.51.0-next.3"
47
43
  },
48
44
  "devDependencies": {
49
45
  "@elliemae/pui-cli": "9.0.0-next.50",
50
46
  "axe-core": "^4.10.2",
51
47
  "jest": "~29.7.0",
52
48
  "styled-components": "~5.3.9",
53
- "@elliemae/ds-monorepo-devops": "3.51.0-next.2"
49
+ "@elliemae/ds-monorepo-devops": "3.51.0-next.3"
54
50
  },
55
51
  "peerDependencies": {
56
52
  "react": "^18.3.1",