@elliemae/ds-page-header-v2 3.34.0-next.3 → 3.34.0-next.5
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 +16 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-page-header-v2",
|
3
|
-
"version": "3.34.0-next.
|
3
|
+
"version": "3.34.0-next.5",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Page Header V2",
|
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
|
},
|
@@ -72,23 +73,23 @@
|
|
72
73
|
},
|
73
74
|
"dependencies": {
|
74
75
|
"prop-types": "~15.8.1",
|
75
|
-
"@elliemae/ds-
|
76
|
-
"@elliemae/ds-
|
77
|
-
"@elliemae/ds-
|
78
|
-
"@elliemae/ds-
|
79
|
-
"@elliemae/ds-form": "3.34.0-next.
|
80
|
-
"@elliemae/ds-
|
81
|
-
"@elliemae/ds-
|
82
|
-
"@elliemae/ds-
|
83
|
-
"@elliemae/ds-
|
84
|
-
"@elliemae/ds-
|
85
|
-
"@elliemae/ds-
|
86
|
-
"@elliemae/ds-
|
76
|
+
"@elliemae/ds-form": "3.34.0-next.5",
|
77
|
+
"@elliemae/ds-breadcrumb": "3.34.0-next.5",
|
78
|
+
"@elliemae/ds-button": "3.34.0-next.5",
|
79
|
+
"@elliemae/ds-grid": "3.34.0-next.5",
|
80
|
+
"@elliemae/ds-form-input-text": "3.34.0-next.5",
|
81
|
+
"@elliemae/ds-icon": "3.34.0-next.5",
|
82
|
+
"@elliemae/ds-icons": "3.34.0-next.5",
|
83
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.5",
|
84
|
+
"@elliemae/ds-skeleton": "3.34.0-next.5",
|
85
|
+
"@elliemae/ds-system": "3.34.0-next.5",
|
86
|
+
"@elliemae/ds-truncated-tooltip-text": "3.34.0-next.5",
|
87
|
+
"@elliemae/ds-utilities": "3.34.0-next.5"
|
87
88
|
},
|
88
89
|
"devDependencies": {
|
89
90
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
90
91
|
"styled-components": "~5.3.9",
|
91
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
92
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.5"
|
92
93
|
},
|
93
94
|
"peerDependencies": {
|
94
95
|
"lodash": "^4.17.21",
|
@@ -103,8 +104,7 @@
|
|
103
104
|
"scripts": {
|
104
105
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
105
106
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
106
|
-
"lint": "node ../../../scripts/lint.mjs",
|
107
|
-
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
107
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
108
108
|
"dts": "node ../../../scripts/dts.mjs",
|
109
109
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
110
110
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|