@elliemae/ds-test-utils 3.50.1-next.9 → 3.51.0-beta.2

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 +11 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-test-utils",
3
- "version": "3.50.1-next.9",
3
+ "version": "3.51.0-beta.2",
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": [
@@ -29,8 +25,8 @@
29
25
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
30
26
  },
31
27
  "engines": {
32
- "pnpm": ">=6",
33
- "node": ">=16"
28
+ "pnpm": ">=9",
29
+ "node": ">=22"
34
30
  },
35
31
  "author": "ICE MT",
36
32
  "jestSonar": {
@@ -41,20 +37,20 @@
41
37
  },
42
38
  "dependencies": {
43
39
  "@tanstack/react-virtual": "3.0.0-beta.54",
44
- "jest-axe": "^8.0.0",
45
- "jest-matcher-utils": "29.5.0",
46
- "@elliemae/ds-system": "3.50.1-next.9"
40
+ "jest-axe": "^9.0.0",
41
+ "jest-matcher-utils": "^29.7.0",
42
+ "@elliemae/ds-system": "3.51.0-beta.2"
47
43
  },
48
44
  "devDependencies": {
49
- "@elliemae/pui-cli": "9.0.0-next.31",
50
- "axe-core": "^4.9.1",
45
+ "@elliemae/pui-cli": "9.0.0-next.55",
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.50.1-next.9"
49
+ "@elliemae/ds-monorepo-devops": "3.51.0-beta.2"
54
50
  },
55
51
  "peerDependencies": {
56
- "react": "^17.0.2",
57
- "react-dom": "^17.0.2",
52
+ "react": "^18.3.1",
53
+ "react-dom": "^18.3.1",
58
54
  "styled-components": "~5.3.9"
59
55
  },
60
56
  "publishConfig": {