@elliemae/ds-accessibility 3.34.0-next.3 → 3.34.0-next.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-accessibility",
|
3
|
-
"version": "3.34.0-next.
|
3
|
+
"version": "3.34.0-next.4",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Accessibility",
|
6
6
|
"files": [
|
@@ -11,6 +11,7 @@
|
|
11
11
|
"types": "./dist/types/index.d.ts",
|
12
12
|
"exports": {
|
13
13
|
".": {
|
14
|
+
"types": "./dist/types/index.d.ts",
|
14
15
|
"import": "./dist/esm/index.js",
|
15
16
|
"require": "./dist/cjs/index.js"
|
16
17
|
},
|
@@ -52,13 +53,13 @@
|
|
52
53
|
},
|
53
54
|
"dependencies": {
|
54
55
|
"uid": "~2.0.1",
|
55
|
-
"@elliemae/ds-props-helpers": "3.34.0-next.
|
56
|
-
"@elliemae/ds-system": "3.34.0-next.
|
56
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.4",
|
57
|
+
"@elliemae/ds-system": "3.34.0-next.4"
|
57
58
|
},
|
58
59
|
"devDependencies": {
|
59
60
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
60
61
|
"styled-components": "~5.3.9",
|
61
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
62
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.4"
|
62
63
|
},
|
63
64
|
"peerDependencies": {
|
64
65
|
"react": "^17.0.2",
|
@@ -72,8 +73,7 @@
|
|
72
73
|
"scripts": {
|
73
74
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
74
75
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
75
|
-
"lint": "node ../../../scripts/lint.mjs",
|
76
|
-
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
76
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
77
77
|
"dts": "node ../../../scripts/dts.mjs",
|
78
78
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
79
79
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|