@elliemae/ds-icons 3.60.0-next.13 → 3.60.0-next.15
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.
- package/package.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icons",
|
|
3
|
-
"version": "3.60.0-next.
|
|
3
|
+
"version": "3.60.0-next.15",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Icons",
|
|
6
6
|
"files": [
|
|
@@ -1572,16 +1572,15 @@
|
|
|
1572
1572
|
"indent": 4
|
|
1573
1573
|
},
|
|
1574
1574
|
"dependencies": {
|
|
1575
|
-
"@xstyled/system": "~3.
|
|
1576
|
-
"@elliemae/ds-
|
|
1577
|
-
"@elliemae/ds-
|
|
1578
|
-
"@elliemae/ds-system": "3.60.0-next.
|
|
1575
|
+
"@xstyled/system": "~3.8.1",
|
|
1576
|
+
"@elliemae/ds-props-helpers": "3.60.0-next.15",
|
|
1577
|
+
"@elliemae/ds-classnames": "3.60.0-next.15",
|
|
1578
|
+
"@elliemae/ds-system": "3.60.0-next.15"
|
|
1579
1579
|
},
|
|
1580
1580
|
"devDependencies": {
|
|
1581
|
-
"
|
|
1582
|
-
"jest": "~29.7.0",
|
|
1581
|
+
"jest": "^30.0.0",
|
|
1583
1582
|
"styled-components": "~5.3.9",
|
|
1584
|
-
"@elliemae/ds-monorepo-devops": "3.60.0-next.
|
|
1583
|
+
"@elliemae/ds-monorepo-devops": "3.60.0-next.15"
|
|
1585
1584
|
},
|
|
1586
1585
|
"peerDependencies": {
|
|
1587
1586
|
"lodash-es": "^4.17.21",
|
|
@@ -1591,7 +1590,7 @@
|
|
|
1591
1590
|
},
|
|
1592
1591
|
"scripts": {
|
|
1593
1592
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
1594
|
-
"test": "
|
|
1593
|
+
"test": "ds-monorepo-devops test --passWithNoTests --coverage=\"false\"",
|
|
1595
1594
|
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
1596
1595
|
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
|
1597
1596
|
"dts": "node ../../../scripts/dts.mjs",
|