@elliemae/ds-left-navigation 3.17.1-rc.2 → 3.17.1-rc.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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-left-navigation",
3
- "version": "3.17.1-rc.2",
3
+ "version": "3.17.1-rc.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Left Navigation",
6
6
  "files": [
@@ -235,13 +235,13 @@
235
235
  "typeSafety": false
236
236
  },
237
237
  "dependencies": {
238
- "@elliemae/ds-button-v2": "3.17.1-rc.2",
239
- "@elliemae/ds-circular-progress-indicator": "3.17.1-rc.2",
240
- "@elliemae/ds-grid": "3.17.1-rc.2",
241
- "@elliemae/ds-icons": "3.17.1-rc.2",
242
- "@elliemae/ds-props-helpers": "3.17.1-rc.2",
243
- "@elliemae/ds-system": "3.17.1-rc.2",
244
- "@elliemae/ds-truncated-tooltip-text": "3.17.1-rc.2"
238
+ "@elliemae/ds-button-v2": "3.17.1-rc.3",
239
+ "@elliemae/ds-grid": "3.17.1-rc.3",
240
+ "@elliemae/ds-circular-progress-indicator": "3.17.1-rc.3",
241
+ "@elliemae/ds-icons": "3.17.1-rc.3",
242
+ "@elliemae/ds-props-helpers": "3.17.1-rc.3",
243
+ "@elliemae/ds-system": "3.17.1-rc.3",
244
+ "@elliemae/ds-truncated-tooltip-text": "3.17.1-rc.3"
245
245
  },
246
246
  "devDependencies": {
247
247
  "@testing-library/jest-dom": "~5.16.5",
@@ -265,6 +265,6 @@
265
265
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
266
266
  "dev:build": "pnpm --filter {.}... build",
267
267
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
268
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
268
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
269
269
  }
270
270
  }