@elliemae/ds-pills 3.22.0-next.2 → 3.22.0-next.3
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 +20 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pills",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pills",
|
|
6
6
|
"files": [
|
|
@@ -149,26 +149,28 @@
|
|
|
149
149
|
"dependencies": {
|
|
150
150
|
"prop-types": "~15.8.1",
|
|
151
151
|
"uid": "~2.0.1",
|
|
152
|
-
"@elliemae/ds-button": "3.22.0-next.
|
|
153
|
-
"@elliemae/ds-button-v2": "3.22.0-next.
|
|
154
|
-
"@elliemae/ds-
|
|
155
|
-
"@elliemae/ds-
|
|
156
|
-
"@elliemae/ds-
|
|
157
|
-
"@elliemae/ds-
|
|
158
|
-
"@elliemae/ds-
|
|
159
|
-
"@elliemae/ds-
|
|
160
|
-
"@elliemae/ds-
|
|
161
|
-
"@elliemae/ds-
|
|
162
|
-
"@elliemae/ds-shared": "3.22.0-next.
|
|
163
|
-
"@elliemae/ds-system": "3.22.0-next.
|
|
164
|
-
"@elliemae/ds-tooltip": "3.22.0-next.
|
|
165
|
-
"@elliemae/ds-
|
|
166
|
-
"@elliemae/ds-utilities": "3.22.0-next.
|
|
152
|
+
"@elliemae/ds-button": "3.22.0-next.3",
|
|
153
|
+
"@elliemae/ds-button-v2": "3.22.0-next.3",
|
|
154
|
+
"@elliemae/ds-classnames": "3.22.0-next.3",
|
|
155
|
+
"@elliemae/ds-dropdownmenu": "3.22.0-next.3",
|
|
156
|
+
"@elliemae/ds-form": "3.22.0-next.3",
|
|
157
|
+
"@elliemae/ds-grid": "3.22.0-next.3",
|
|
158
|
+
"@elliemae/ds-icons": "3.22.0-next.3",
|
|
159
|
+
"@elliemae/ds-modal": "3.22.0-next.3",
|
|
160
|
+
"@elliemae/ds-popover": "3.22.0-next.3",
|
|
161
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.3",
|
|
162
|
+
"@elliemae/ds-shared": "3.22.0-next.3",
|
|
163
|
+
"@elliemae/ds-system": "3.22.0-next.3",
|
|
164
|
+
"@elliemae/ds-truncated-tooltip-text": "3.22.0-next.3",
|
|
165
|
+
"@elliemae/ds-tooltip": "3.22.0-next.3",
|
|
166
|
+
"@elliemae/ds-utilities": "3.22.0-next.3"
|
|
167
167
|
},
|
|
168
168
|
"devDependencies": {
|
|
169
|
+
"@elliemae/pui-cli": "~9.0.0-next.17",
|
|
169
170
|
"@testing-library/react": "~12.1.3",
|
|
170
171
|
"@testing-library/user-event": "~13.5.0",
|
|
171
|
-
"styled-components": "~5.3.9"
|
|
172
|
+
"styled-components": "~5.3.9",
|
|
173
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.3"
|
|
172
174
|
},
|
|
173
175
|
"peerDependencies": {
|
|
174
176
|
"lodash": "^4.17.21",
|
|
@@ -182,7 +184,7 @@
|
|
|
182
184
|
},
|
|
183
185
|
"scripts": {
|
|
184
186
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
185
|
-
"test": "
|
|
187
|
+
"test": "pui-cli test --passWithNoTests",
|
|
186
188
|
"lint": "node ../../scripts/lint.mjs",
|
|
187
189
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
|
|
188
190
|
"dts": "node ../../scripts/dts.mjs",
|