@elliemae/ds-icons 3.0.4-rc.5 → 3.1.0-next.10

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icons",
3
- "version": "3.0.4-rc.5",
3
+ "version": "3.1.0-next.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icons",
6
6
  "files": [
@@ -1571,9 +1571,9 @@
1571
1571
  "indent": 4
1572
1572
  },
1573
1573
  "dependencies": {
1574
- "@elliemae/ds-classnames": "3.0.4-rc.5",
1575
- "@elliemae/ds-utilities": "3.0.4-rc.5",
1576
- "react-desc": "~4.1.3"
1574
+ "@elliemae/ds-classnames": "3.1.0-next.10",
1575
+ "@elliemae/ds-system": "3.1.0-next.10",
1576
+ "@elliemae/ds-utilities": "3.1.0-next.10"
1577
1577
  },
1578
1578
  "peerDependencies": {
1579
1579
  "lodash": "^4.17.21",
@@ -1585,6 +1585,7 @@
1585
1585
  "lint": "node ../../scripts/lint.mjs",
1586
1586
  "dts": "node ../../scripts/dts.mjs",
1587
1587
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
1588
+ "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
1588
1589
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
1589
1590
  }
1590
1591
  }