@elliemae/ds-date-time-recurrence-picker 3.22.0-next.2 → 3.22.0-next.20
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 +11 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-date-time-recurrence-picker",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Date Time Recurrence Picker",
|
|
6
6
|
"files": [
|
|
@@ -150,16 +150,18 @@
|
|
|
150
150
|
"moment": "~2.29.4",
|
|
151
151
|
"react-dates": "~21.8.0",
|
|
152
152
|
"react-select": "4.3.1",
|
|
153
|
-
"@elliemae/ds-classnames": "3.22.0-next.
|
|
154
|
-
"@elliemae/ds-
|
|
155
|
-
"@elliemae/ds-
|
|
156
|
-
"@elliemae/ds-
|
|
157
|
-
"@elliemae/ds-props-helpers": "3.22.0-next.
|
|
158
|
-
"@elliemae/ds-time-picker": "3.22.0-next.
|
|
153
|
+
"@elliemae/ds-classnames": "3.22.0-next.20",
|
|
154
|
+
"@elliemae/ds-date-picker": "3.22.0-next.20",
|
|
155
|
+
"@elliemae/ds-form": "3.22.0-next.20",
|
|
156
|
+
"@elliemae/ds-modal": "3.22.0-next.20",
|
|
157
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.20",
|
|
158
|
+
"@elliemae/ds-time-picker": "3.22.0-next.20"
|
|
159
159
|
},
|
|
160
160
|
"devDependencies": {
|
|
161
|
+
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
161
162
|
"@testing-library/jest-dom": "~5.16.5",
|
|
162
|
-
"@testing-library/react": "~12.1.3"
|
|
163
|
+
"@testing-library/react": "~12.1.3",
|
|
164
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.20"
|
|
163
165
|
},
|
|
164
166
|
"peerDependencies": {
|
|
165
167
|
"lodash": "^4.17.21",
|
|
@@ -172,7 +174,7 @@
|
|
|
172
174
|
},
|
|
173
175
|
"scripts": {
|
|
174
176
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
175
|
-
"test": "
|
|
177
|
+
"test": "pui-cli test --passWithNoTests",
|
|
176
178
|
"lint": "node ../../scripts/lint.mjs",
|
|
177
179
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
|
|
178
180
|
"dts": "node ../../scripts/dts.mjs",
|