@elliemae/ds-global-header 3.22.0-next.17 → 3.22.0-next.18
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.
- package/package.json +10 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-global-header",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.18",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Global Header",
|
|
6
6
|
"files": [
|
|
@@ -136,14 +136,14 @@
|
|
|
136
136
|
},
|
|
137
137
|
"dependencies": {
|
|
138
138
|
"uid": "~2.0.1",
|
|
139
|
-
"@elliemae/ds-app-picker": "3.22.0-next.
|
|
140
|
-
"@elliemae/ds-
|
|
141
|
-
"@elliemae/ds-
|
|
142
|
-
"@elliemae/ds-
|
|
143
|
-
"@elliemae/ds-popperjs": "3.22.0-next.
|
|
144
|
-
"@elliemae/ds-props-helpers": "3.22.0-next.
|
|
145
|
-
"@elliemae/ds-system": "3.22.0-next.
|
|
146
|
-
"@elliemae/ds-utilities": "3.22.0-next.
|
|
139
|
+
"@elliemae/ds-app-picker": "3.22.0-next.18",
|
|
140
|
+
"@elliemae/ds-grid": "3.22.0-next.18",
|
|
141
|
+
"@elliemae/ds-form": "3.22.0-next.18",
|
|
142
|
+
"@elliemae/ds-icons": "3.22.0-next.18",
|
|
143
|
+
"@elliemae/ds-popperjs": "3.22.0-next.18",
|
|
144
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.18",
|
|
145
|
+
"@elliemae/ds-system": "3.22.0-next.18",
|
|
146
|
+
"@elliemae/ds-utilities": "3.22.0-next.18"
|
|
147
147
|
},
|
|
148
148
|
"devDependencies": {
|
|
149
149
|
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@testing-library/react": "~12.1.3",
|
|
152
152
|
"@testing-library/user-event": "~13.5.0",
|
|
153
153
|
"styled-components": "~5.3.9",
|
|
154
|
-
"@elliemae/ds-monorepo-devops": "3.22.0-next.
|
|
154
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.18"
|
|
155
155
|
},
|
|
156
156
|
"peerDependencies": {
|
|
157
157
|
"lodash": "^4.17.21",
|
|
@@ -170,7 +170,6 @@
|
|
|
170
170
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
|
|
171
171
|
"dts": "node ../../scripts/dts.mjs",
|
|
172
172
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
173
|
-
"versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
|
|
174
173
|
"dev:build": "pnpm --filter {.}... build",
|
|
175
174
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
176
175
|
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|