@elliemae/ds-toolbar 3.17.1-rc.2 → 3.17.1-rc.3
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-toolbar",
|
|
3
|
-
"version": "3.17.1-rc.
|
|
3
|
+
"version": "3.17.1-rc.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Toolbar",
|
|
6
6
|
"files": [
|
|
@@ -89,15 +89,15 @@
|
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"prop-types": "~15.8.1",
|
|
91
91
|
"uid": "2.0.1",
|
|
92
|
-
"@elliemae/ds-
|
|
93
|
-
"@elliemae/ds-
|
|
94
|
-
"@elliemae/ds-grid": "3.17.1-rc.
|
|
95
|
-
"@elliemae/ds-popper": "3.17.1-rc.
|
|
96
|
-
"@elliemae/ds-
|
|
97
|
-
"@elliemae/ds-
|
|
98
|
-
"@elliemae/ds-
|
|
99
|
-
"@elliemae/ds-
|
|
100
|
-
"@elliemae/ds-
|
|
92
|
+
"@elliemae/ds-classnames": "3.17.1-rc.3",
|
|
93
|
+
"@elliemae/ds-button": "3.17.1-rc.3",
|
|
94
|
+
"@elliemae/ds-grid": "3.17.1-rc.3",
|
|
95
|
+
"@elliemae/ds-popper": "3.17.1-rc.3",
|
|
96
|
+
"@elliemae/ds-props-helpers": "3.17.1-rc.3",
|
|
97
|
+
"@elliemae/ds-shared": "3.17.1-rc.3",
|
|
98
|
+
"@elliemae/ds-system": "3.17.1-rc.3",
|
|
99
|
+
"@elliemae/ds-utilities": "3.17.1-rc.3",
|
|
100
|
+
"@elliemae/ds-icons": "3.17.1-rc.3"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@testing-library/jest-dom": "~5.16.5",
|
|
@@ -124,6 +124,6 @@
|
|
|
124
124
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
125
125
|
"dev:build": "pnpm --filter {.}... build",
|
|
126
126
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
127
|
-
"checkDeps": "
|
|
127
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
128
128
|
}
|
|
129
129
|
}
|