@elliemae/ds-page-header 3.22.0-next.2 → 3.22.0-next.20

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 +19 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-page-header",
3
- "version": "3.22.0-next.2",
3
+ "version": "3.22.0-next.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Page Header",
6
6
  "files": [
@@ -104,24 +104,26 @@
104
104
  },
105
105
  "dependencies": {
106
106
  "prop-types": "~15.8.1",
107
- "@elliemae/ds-breadcrumb": "3.22.0-next.2",
108
- "@elliemae/ds-classnames": "3.22.0-next.2",
109
- "@elliemae/ds-button": "3.22.0-next.2",
110
- "@elliemae/ds-dropdownmenu": "3.22.0-next.2",
111
- "@elliemae/ds-form": "3.22.0-next.2",
112
- "@elliemae/ds-form-input-text": "3.22.0-next.2",
113
- "@elliemae/ds-grid": "3.22.0-next.2",
114
- "@elliemae/ds-icon": "3.22.0-next.2",
115
- "@elliemae/ds-icons": "3.22.0-next.2",
116
- "@elliemae/ds-skeleton": "3.22.0-next.2",
117
- "@elliemae/ds-props-helpers": "3.22.0-next.2",
118
- "@elliemae/ds-system": "3.22.0-next.2",
119
- "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.2",
120
- "@elliemae/ds-utilities": "3.22.0-next.2"
107
+ "@elliemae/ds-breadcrumb": "3.22.0-next.20",
108
+ "@elliemae/ds-form": "3.22.0-next.20",
109
+ "@elliemae/ds-form-input-text": "3.22.0-next.20",
110
+ "@elliemae/ds-grid": "3.22.0-next.20",
111
+ "@elliemae/ds-icon": "3.22.0-next.20",
112
+ "@elliemae/ds-icons": "3.22.0-next.20",
113
+ "@elliemae/ds-props-helpers": "3.22.0-next.20",
114
+ "@elliemae/ds-skeleton": "3.22.0-next.20",
115
+ "@elliemae/ds-system": "3.22.0-next.20",
116
+ "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.20",
117
+ "@elliemae/ds-utilities": "3.22.0-next.20",
118
+ "@elliemae/ds-button": "3.22.0-next.20",
119
+ "@elliemae/ds-classnames": "3.22.0-next.20",
120
+ "@elliemae/ds-dropdownmenu": "3.22.0-next.20"
121
121
  },
122
122
  "devDependencies": {
123
+ "@elliemae/pui-cli": "~9.0.0-next.22",
123
124
  "@testing-library/react": "~12.1.3",
124
- "styled-components": "~5.3.9"
125
+ "styled-components": "~5.3.9",
126
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.20"
125
127
  },
126
128
  "peerDependencies": {
127
129
  "lodash": "^4.17.21",
@@ -135,7 +137,7 @@
135
137
  },
136
138
  "scripts": {
137
139
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
138
- "test": "node ../../scripts/testing/test.mjs",
140
+ "test": "pui-cli test --passWithNoTests",
139
141
  "lint": "node ../../scripts/lint.mjs",
140
142
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
141
143
  "dts": "node ../../scripts/dts.mjs",