@elliemae/ds-icons 3.57.0-next.4 → 3.57.0-next.40
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/dist/cjs/package.json +4 -1
- package/dist/esm/package.json +4 -1
- package/package.json +22 -21
package/dist/cjs/package.json
CHANGED
package/dist/esm/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icons",
|
|
3
|
-
"version": "3.57.0-next.
|
|
3
|
+
"version": "3.57.0-next.40",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Icons",
|
|
6
6
|
"files": [
|
|
@@ -1571,24 +1571,6 @@
|
|
|
1571
1571
|
"reportFile": "tests.xml",
|
|
1572
1572
|
"indent": 4
|
|
1573
1573
|
},
|
|
1574
|
-
"dependencies": {
|
|
1575
|
-
"@xstyled/system": "~3.7.3",
|
|
1576
|
-
"@elliemae/ds-classnames": "3.57.0-next.4",
|
|
1577
|
-
"@elliemae/ds-system": "3.57.0-next.4",
|
|
1578
|
-
"@elliemae/ds-props-helpers": "3.57.0-next.4"
|
|
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.0-next.4"
|
|
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
|
-
},
|
|
1592
1574
|
"scripts": {
|
|
1593
1575
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
1594
1576
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
@@ -1597,5 +1579,24 @@
|
|
|
1597
1579
|
"dts": "node ../../../scripts/dts.mjs",
|
|
1598
1580
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
1599
1581
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1582
|
+
},
|
|
1583
|
+
"dependencies": {
|
|
1584
|
+
"@elliemae/ds-classnames": "3.57.0-next.40",
|
|
1585
|
+
"@elliemae/ds-props-helpers": "3.57.0-next.40",
|
|
1586
|
+
"@elliemae/ds-system": "3.57.0-next.40",
|
|
1587
|
+
"@xstyled/system": "catalog:"
|
|
1588
|
+
},
|
|
1589
|
+
"devDependencies": {
|
|
1590
|
+
"@elliemae/ds-monorepo-devops": "3.57.0-next.40",
|
|
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": "bca00298d99085d3c808728c40f45c0627810bda"
|
|
1602
|
+
}
|