@elliemae/ds-icons 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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icons",
3
- "version": "3.17.1-rc.2",
3
+ "version": "3.17.1-rc.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icons",
6
6
  "files": [
@@ -1572,9 +1572,9 @@
1572
1572
  },
1573
1573
  "dependencies": {
1574
1574
  "@xstyled/system": "~3.7.3",
1575
- "@elliemae/ds-classnames": "3.17.1-rc.2",
1576
- "@elliemae/ds-props-helpers": "3.17.1-rc.2",
1577
- "@elliemae/ds-system": "3.17.1-rc.2"
1575
+ "@elliemae/ds-classnames": "3.17.1-rc.3",
1576
+ "@elliemae/ds-system": "3.17.1-rc.3",
1577
+ "@elliemae/ds-props-helpers": "3.17.1-rc.3"
1578
1578
  },
1579
1579
  "devDependencies": {
1580
1580
  "styled-components": "~5.3.9"
@@ -1595,6 +1595,6 @@
1595
1595
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
1596
1596
  "dev:build": "pnpm --filter {.}... build",
1597
1597
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
1598
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
1598
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
1599
1599
  }
1600
1600
  }