@elliemae/ds-icons 3.57.4 → 3.57.5
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 +21 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icons",
|
|
3
|
-
"version": "3.57.
|
|
3
|
+
"version": "3.57.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Icons",
|
|
6
6
|
"files": [
|
|
@@ -1571,6 +1571,24 @@
|
|
|
1571
1571
|
"reportFile": "tests.xml",
|
|
1572
1572
|
"indent": 4
|
|
1573
1573
|
},
|
|
1574
|
+
"dependencies": {
|
|
1575
|
+
"@xstyled/system": "~3.7.3",
|
|
1576
|
+
"@elliemae/ds-props-helpers": "3.57.5",
|
|
1577
|
+
"@elliemae/ds-classnames": "3.57.5",
|
|
1578
|
+
"@elliemae/ds-system": "3.57.5"
|
|
1579
|
+
},
|
|
1580
|
+
"devDependencies": {
|
|
1581
|
+
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
1582
|
+
"jest": "~29.7.0",
|
|
1583
|
+
"styled-components": "~5.3.9",
|
|
1584
|
+
"@elliemae/ds-monorepo-devops": "3.57.5"
|
|
1585
|
+
},
|
|
1586
|
+
"peerDependencies": {
|
|
1587
|
+
"lodash-es": "^4.17.21",
|
|
1588
|
+
"react": "^18.3.1",
|
|
1589
|
+
"react-dom": "^18.3.1",
|
|
1590
|
+
"styled-components": "~5.3.9"
|
|
1591
|
+
},
|
|
1574
1592
|
"scripts": {
|
|
1575
1593
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
1576
1594
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
@@ -1579,24 +1597,5 @@
|
|
|
1579
1597
|
"dts": "node ../../../scripts/dts.mjs",
|
|
1580
1598
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
1581
1599
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
"@elliemae/ds-classnames": "3.57.4",
|
|
1585
|
-
"@elliemae/ds-props-helpers": "3.57.4",
|
|
1586
|
-
"@elliemae/ds-system": "3.57.4",
|
|
1587
|
-
"@xstyled/system": "catalog:"
|
|
1588
|
-
},
|
|
1589
|
-
"devDependencies": {
|
|
1590
|
-
"@elliemae/ds-monorepo-devops": "3.57.4",
|
|
1591
|
-
"@elliemae/pui-cli": "catalog:",
|
|
1592
|
-
"jest": "catalog:",
|
|
1593
|
-
"styled-components": "catalog:"
|
|
1594
|
-
},
|
|
1595
|
-
"peerDependencies": {
|
|
1596
|
-
"lodash-es": "catalog:",
|
|
1597
|
-
"react": "catalog:",
|
|
1598
|
-
"react-dom": "catalog:",
|
|
1599
|
-
"styled-components": "catalog:"
|
|
1600
|
-
},
|
|
1601
|
-
"gitHead": "9ca26a951c82bcb1c81fb330bc9010046a274081"
|
|
1602
|
-
}
|
|
1600
|
+
}
|
|
1601
|
+
}
|