@elliemae/ds-icons 3.22.0-next.17 → 3.22.0-next.19

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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icons",
3
- "version": "3.22.0-next.17",
3
+ "version": "3.22.0-next.19",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icons",
6
6
  "files": [
@@ -1572,14 +1572,14 @@
1572
1572
  },
1573
1573
  "dependencies": {
1574
1574
  "@xstyled/system": "~3.7.3",
1575
- "@elliemae/ds-classnames": "3.22.0-next.17",
1576
- "@elliemae/ds-system": "3.22.0-next.17",
1577
- "@elliemae/ds-props-helpers": "3.22.0-next.17"
1575
+ "@elliemae/ds-classnames": "3.22.0-next.19",
1576
+ "@elliemae/ds-props-helpers": "3.22.0-next.19",
1577
+ "@elliemae/ds-system": "3.22.0-next.19"
1578
1578
  },
1579
1579
  "devDependencies": {
1580
1580
  "@elliemae/pui-cli": "~9.0.0-next.22",
1581
1581
  "styled-components": "~5.3.9",
1582
- "@elliemae/ds-monorepo-devops": "3.22.0-next.17"
1582
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.19"
1583
1583
  },
1584
1584
  "peerDependencies": {
1585
1585
  "lodash": "^4.17.21",
@@ -1595,7 +1595,6 @@
1595
1595
  "dts": "node ../../scripts/dts.mjs",
1596
1596
  "dts:withdeps": "pnpm --filter {.}... dts",
1597
1597
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
1598
- "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
1599
1598
  "dev:build": "pnpm --filter {.}... build",
1600
1599
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
1601
1600
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""