@elliemae/ds-menu-tree-item 3.33.0-next.1 → 3.33.0-next.10

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 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-tree-item",
3
- "version": "3.33.0-next.1",
3
+ "version": "3.33.0-next.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Tree Item",
6
6
  "files": [
@@ -36,22 +36,22 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@xstyled/styled-components": "~3.6.0",
39
- "@elliemae/ds-button-v2": "3.33.0-next.1",
40
- "@elliemae/ds-icons": "3.33.0-next.1",
41
- "@elliemae/ds-props-helpers": "3.33.0-next.1",
42
- "@elliemae/ds-separator": "3.33.0-next.1",
43
- "@elliemae/ds-system": "3.33.0-next.1",
44
- "@elliemae/ds-typescript-helpers": "3.33.0-next.1",
45
- "@elliemae/ds-typography": "3.33.0-next.1",
46
- "@elliemae/ds-utilities": "3.33.0-next.1",
47
- "@elliemae/ds-form-checkbox": "3.33.0-next.1",
48
- "@elliemae/ds-form-radio": "3.33.0-next.1",
49
- "@elliemae/ds-grid": "3.33.0-next.1"
39
+ "@elliemae/ds-button-v2": "3.33.0-next.10",
40
+ "@elliemae/ds-form-checkbox": "3.33.0-next.10",
41
+ "@elliemae/ds-form-radio": "3.33.0-next.10",
42
+ "@elliemae/ds-grid": "3.33.0-next.10",
43
+ "@elliemae/ds-icons": "3.33.0-next.10",
44
+ "@elliemae/ds-props-helpers": "3.33.0-next.10",
45
+ "@elliemae/ds-system": "3.33.0-next.10",
46
+ "@elliemae/ds-separator": "3.33.0-next.10",
47
+ "@elliemae/ds-typescript-helpers": "3.33.0-next.10",
48
+ "@elliemae/ds-typography": "3.33.0-next.10",
49
+ "@elliemae/ds-utilities": "3.33.0-next.10"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@elliemae/pui-cli": "~9.0.0-next.31",
53
53
  "styled-components": "~5.3.9",
54
- "@elliemae/ds-monorepo-devops": "3.33.0-next.1"
54
+ "@elliemae/ds-monorepo-devops": "3.33.0-next.10"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@testing-library/jest-dom": "~5.16.4",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "scripts": {
69
69
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
70
- "test": "pui-cli test --passWithNoTests",
70
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
71
71
  "lint": "node ../../../scripts/lint.mjs --fix",
72
72
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
73
73
  "dts": "node ../../../scripts/dts.mjs",