@elliemae/ds-test-utils 3.38.0-rc.0 → 3.38.0-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-test-utils",
|
3
|
-
"version": "3.38.0-rc.
|
3
|
+
"version": "3.38.0-rc.2",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Test utilities",
|
6
6
|
"files": [
|
@@ -43,13 +43,13 @@
|
|
43
43
|
"@tanstack/react-virtual": "3.0.0-beta.54",
|
44
44
|
"jest-axe": "^8.0.0",
|
45
45
|
"jest-matcher-utils": "29.5.0",
|
46
|
-
"@elliemae/ds-system": "3.38.0-rc.
|
46
|
+
"@elliemae/ds-system": "3.38.0-rc.2"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
50
50
|
"axe-core": "^4.9.1",
|
51
51
|
"styled-components": "~5.3.9",
|
52
|
-
"@elliemae/ds-monorepo-devops": "3.38.0-rc.
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.38.0-rc.2"
|
53
53
|
},
|
54
54
|
"peerDependencies": {
|
55
55
|
"react": "^17.0.2",
|
@@ -64,6 +64,7 @@
|
|
64
64
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
65
65
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
66
66
|
"lint": "node ../../../scripts/lint.mjs --fix",
|
67
|
+
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
67
68
|
"dts": "node ../../../scripts/dts.mjs",
|
68
69
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
69
70
|
"dev:build": "pnpm --filter {.}... build",
|