@elliemae/ds-icons 3.49.0-beta.1 → 3.49.0-beta.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 +9 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icons",
3
- "version": "3.49.0-beta.1",
3
+ "version": "3.49.0-beta.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icons",
6
6
  "files": [
@@ -1561,8 +1561,8 @@
1561
1561
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
1562
1562
  },
1563
1563
  "engines": {
1564
- "pnpm": ">=6",
1565
- "node": ">=16"
1564
+ "pnpm": ">=9",
1565
+ "node": ">=22"
1566
1566
  },
1567
1567
  "author": "ICE MT",
1568
1568
  "jestSonar": {
@@ -1573,14 +1573,16 @@
1573
1573
  },
1574
1574
  "dependencies": {
1575
1575
  "@xstyled/system": "~3.7.3",
1576
- "@elliemae/ds-classnames": "3.49.0-beta.1",
1577
- "@elliemae/ds-props-helpers": "3.49.0-beta.1",
1578
- "@elliemae/ds-system": "3.49.0-beta.1"
1576
+ "@elliemae/ds-classnames": "3.49.0-beta.3",
1577
+ "@elliemae/ds-props-helpers": "3.49.0-beta.3",
1578
+ "@elliemae/ds-system": "3.49.0-beta.3"
1579
1579
  },
1580
1580
  "devDependencies": {
1581
1581
  "@elliemae/pui-cli": "9.0.0-next.50",
1582
+ "jest": "~29.7.0",
1583
+ "jest-cli": "~29.7.0",
1582
1584
  "styled-components": "~5.3.9",
1583
- "@elliemae/ds-monorepo-devops": "3.49.0-beta.1"
1585
+ "@elliemae/ds-monorepo-devops": "3.49.0-beta.3"
1584
1586
  },
1585
1587
  "peerDependencies": {
1586
1588
  "lodash": "^4.17.21",