@elliemae/ds-page-header 3.18.0-next.0 → 3.18.0-next.10

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 +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-page-header",
3
- "version": "3.18.0-next.0",
3
+ "version": "3.18.0-next.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Page Header",
6
6
  "files": [
@@ -103,20 +103,20 @@
103
103
  "indent": 4
104
104
  },
105
105
  "dependencies": {
106
- "@elliemae/ds-breadcrumb": "3.18.0-next.0",
107
- "@elliemae/ds-button": "3.18.0-next.0",
108
- "@elliemae/ds-classnames": "3.18.0-next.0",
109
- "@elliemae/ds-dropdownmenu": "3.18.0-next.0",
110
- "@elliemae/ds-form": "3.18.0-next.0",
111
- "@elliemae/ds-form-input-text": "3.18.0-next.0",
112
- "@elliemae/ds-grid": "3.18.0-next.0",
113
- "@elliemae/ds-icon": "3.18.0-next.0",
114
- "@elliemae/ds-icons": "3.18.0-next.0",
115
- "@elliemae/ds-props-helpers": "3.18.0-next.0",
116
- "@elliemae/ds-system": "3.18.0-next.0",
117
- "@elliemae/ds-truncated-tooltip-text": "3.18.0-next.0",
118
- "@elliemae/ds-utilities": "3.18.0-next.0",
119
- "prop-types": "~15.8.1"
106
+ "prop-types": "~15.8.1",
107
+ "@elliemae/ds-breadcrumb": "3.18.0-next.10",
108
+ "@elliemae/ds-button": "3.18.0-next.10",
109
+ "@elliemae/ds-classnames": "3.18.0-next.10",
110
+ "@elliemae/ds-dropdownmenu": "3.18.0-next.10",
111
+ "@elliemae/ds-form": "3.18.0-next.10",
112
+ "@elliemae/ds-form-input-text": "3.18.0-next.10",
113
+ "@elliemae/ds-icon": "3.18.0-next.10",
114
+ "@elliemae/ds-icons": "3.18.0-next.10",
115
+ "@elliemae/ds-props-helpers": "3.18.0-next.10",
116
+ "@elliemae/ds-system": "3.18.0-next.10",
117
+ "@elliemae/ds-truncated-tooltip-text": "3.18.0-next.10",
118
+ "@elliemae/ds-utilities": "3.18.0-next.10",
119
+ "@elliemae/ds-grid": "3.18.0-next.10"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@testing-library/react": "~12.1.3",
@@ -126,7 +126,7 @@
126
126
  "lodash": "^4.17.21",
127
127
  "react": "^17.0.2",
128
128
  "react-dom": "^17.0.2",
129
- "styled-components": "~5.3.6"
129
+ "styled-components": "~5.3.9"
130
130
  },
131
131
  "publishConfig": {
132
132
  "access": "public",
@@ -141,6 +141,6 @@
141
141
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
142
142
  "dev:build": "pnpm --filter {.}... build",
143
143
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
144
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
144
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
145
145
  }
146
146
  }