@elliemae/ds-date-time-recurrence-picker 3.18.0-next.1 → 3.18.0-next.2

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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-date-time-recurrence-picker",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Date Time Recurrence Picker",
6
6
  "files": [
@@ -150,12 +150,12 @@
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.18.0-next.1",
154
- "@elliemae/ds-date-picker": "3.18.0-next.1",
155
- "@elliemae/ds-form": "3.18.0-next.1",
156
- "@elliemae/ds-time-picker": "3.18.0-next.1",
157
- "@elliemae/ds-modal": "3.18.0-next.1",
158
- "@elliemae/ds-props-helpers": "3.18.0-next.1"
153
+ "@elliemae/ds-classnames": "3.18.0-next.2",
154
+ "@elliemae/ds-date-picker": "3.18.0-next.2",
155
+ "@elliemae/ds-form": "3.18.0-next.2",
156
+ "@elliemae/ds-modal": "3.18.0-next.2",
157
+ "@elliemae/ds-props-helpers": "3.18.0-next.2",
158
+ "@elliemae/ds-time-picker": "3.18.0-next.2"
159
159
  },
160
160
  "devDependencies": {
161
161
  "@testing-library/jest-dom": "~5.16.5",
@@ -179,6 +179,6 @@
179
179
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
180
180
  "dev:build": "pnpm --filter {.}... build",
181
181
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
182
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
182
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
183
183
  }
184
184
  }