@elliemae/ds-menu-tree-item 3.34.0-next.3 → 3.34.0-next.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +14 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-tree-item",
3
- "version": "3.34.0-next.3",
3
+ "version": "3.34.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Tree Item",
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
  }
@@ -36,22 +37,22 @@
36
37
  },
37
38
  "dependencies": {
38
39
  "@xstyled/styled-components": "~3.6.0",
39
- "@elliemae/ds-button-v2": "3.34.0-next.3",
40
- "@elliemae/ds-form-checkbox": "3.34.0-next.3",
41
- "@elliemae/ds-form-radio": "3.34.0-next.3",
42
- "@elliemae/ds-grid": "3.34.0-next.3",
43
- "@elliemae/ds-icons": "3.34.0-next.3",
44
- "@elliemae/ds-props-helpers": "3.34.0-next.3",
45
- "@elliemae/ds-separator": "3.34.0-next.3",
46
- "@elliemae/ds-system": "3.34.0-next.3",
47
- "@elliemae/ds-typescript-helpers": "3.34.0-next.3",
48
- "@elliemae/ds-typography": "3.34.0-next.3",
49
- "@elliemae/ds-utilities": "3.34.0-next.3"
40
+ "@elliemae/ds-form-checkbox": "3.34.0-next.4",
41
+ "@elliemae/ds-form-radio": "3.34.0-next.4",
42
+ "@elliemae/ds-button-v2": "3.34.0-next.4",
43
+ "@elliemae/ds-grid": "3.34.0-next.4",
44
+ "@elliemae/ds-props-helpers": "3.34.0-next.4",
45
+ "@elliemae/ds-icons": "3.34.0-next.4",
46
+ "@elliemae/ds-system": "3.34.0-next.4",
47
+ "@elliemae/ds-separator": "3.34.0-next.4",
48
+ "@elliemae/ds-typescript-helpers": "3.34.0-next.4",
49
+ "@elliemae/ds-typography": "3.34.0-next.4",
50
+ "@elliemae/ds-utilities": "3.34.0-next.4"
50
51
  },
51
52
  "devDependencies": {
52
53
  "@elliemae/pui-cli": "~9.0.0-next.31",
53
54
  "styled-components": "~5.3.9",
54
- "@elliemae/ds-monorepo-devops": "3.34.0-next.3"
55
+ "@elliemae/ds-monorepo-devops": "3.34.0-next.4"
55
56
  },
56
57
  "peerDependencies": {
57
58
  "@testing-library/jest-dom": "~5.16.4",
@@ -69,9 +70,7 @@
69
70
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
70
71
  "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
71
72
  "lint": "node ../../../scripts/lint.mjs --fix",
72
- "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
73
73
  "dts": "node ../../../scripts/dts.mjs",
74
- "dts:withdeps": "pnpm --filter {.}... dts",
75
74
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
76
75
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
77
76
  }