@elliemae/ds-icons 3.34.0-next.3 → 3.34.0-next.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.
Files changed (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icons",
3
- "version": "3.34.0-next.3",
3
+ "version": "3.34.0-next.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icons",
6
6
  "files": [
@@ -11,6 +11,7 @@
11
11
  "types": "./dist/types/index.d.ts",
12
12
  "exports": {
13
13
  ".": {
14
+ "types": "./dist/types/index.d.ts",
14
15
  "import": "./dist/esm/index.js",
15
16
  "require": "./dist/cjs/index.js"
16
17
  },
@@ -1572,14 +1573,14 @@
1572
1573
  },
1573
1574
  "dependencies": {
1574
1575
  "@xstyled/system": "~3.7.3",
1575
- "@elliemae/ds-system": "3.34.0-next.3",
1576
- "@elliemae/ds-props-helpers": "3.34.0-next.3",
1577
- "@elliemae/ds-classnames": "3.34.0-next.3"
1576
+ "@elliemae/ds-classnames": "3.34.0-next.5",
1577
+ "@elliemae/ds-props-helpers": "3.34.0-next.5",
1578
+ "@elliemae/ds-system": "3.34.0-next.5"
1578
1579
  },
1579
1580
  "devDependencies": {
1580
1581
  "@elliemae/pui-cli": "~9.0.0-next.31",
1581
1582
  "styled-components": "~5.3.9",
1582
- "@elliemae/ds-monorepo-devops": "3.34.0-next.3"
1583
+ "@elliemae/ds-monorepo-devops": "3.34.0-next.5"
1583
1584
  },
1584
1585
  "peerDependencies": {
1585
1586
  "lodash": "^4.17.21",
@@ -1590,10 +1591,8 @@
1590
1591
  "scripts": {
1591
1592
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
1592
1593
  "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
1593
- "lint": "node ../../../scripts/lint.mjs",
1594
- "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
1594
+ "lint": "node ../../../scripts/lint.mjs --fix",
1595
1595
  "dts": "node ../../../scripts/dts.mjs",
1596
- "dts:withdeps": "pnpm --filter {.}... dts",
1597
1596
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
1598
1597
  "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
1599
1598
  }