@elliemae/ds-icons 3.22.0-next.1 → 3.22.0-next.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 +8 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icons",
3
- "version": "3.22.0-next.1",
3
+ "version": "3.22.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icons",
6
6
  "files": [
@@ -1572,12 +1572,14 @@
1572
1572
  },
1573
1573
  "dependencies": {
1574
1574
  "@xstyled/system": "~3.7.3",
1575
- "@elliemae/ds-classnames": "3.22.0-next.1",
1576
- "@elliemae/ds-props-helpers": "3.22.0-next.1",
1577
- "@elliemae/ds-system": "3.22.0-next.1"
1575
+ "@elliemae/ds-classnames": "3.22.0-next.3",
1576
+ "@elliemae/ds-props-helpers": "3.22.0-next.3",
1577
+ "@elliemae/ds-system": "3.22.0-next.3"
1578
1578
  },
1579
1579
  "devDependencies": {
1580
- "styled-components": "~5.3.9"
1580
+ "@elliemae/pui-cli": "~9.0.0-next.17",
1581
+ "styled-components": "~5.3.9",
1582
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.3"
1581
1583
  },
1582
1584
  "peerDependencies": {
1583
1585
  "lodash": "^4.17.21",
@@ -1587,7 +1589,7 @@
1587
1589
  },
1588
1590
  "scripts": {
1589
1591
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
1590
- "test": "node ../../scripts/testing/test.mjs",
1592
+ "test": "pui-cli test --passWithNoTests",
1591
1593
  "lint": "node ../../scripts/lint.mjs",
1592
1594
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
1593
1595
  "dts": "node ../../scripts/dts.mjs",