@elliemae/ds-pagination 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-pagination",
|
|
3
|
-
"version": "3.17.1-rc.
|
|
3
|
+
"version": "3.17.1-rc.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pagination",
|
|
6
6
|
"files": [
|
|
@@ -76,15 +76,15 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@xstyled/system": "~3.7.3",
|
|
79
|
-
"@elliemae/ds-button-v2": "3.17.1-rc.
|
|
80
|
-
"@elliemae/ds-
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-
|
|
83
|
-
"@elliemae/ds-
|
|
84
|
-
"@elliemae/ds-
|
|
85
|
-
"@elliemae/ds-
|
|
86
|
-
"@elliemae/ds-
|
|
87
|
-
"@elliemae/ds-
|
|
79
|
+
"@elliemae/ds-button-v2": "3.17.1-rc.3",
|
|
80
|
+
"@elliemae/ds-dropdownmenu": "3.17.1-rc.3",
|
|
81
|
+
"@elliemae/ds-props-helpers": "3.17.1-rc.3",
|
|
82
|
+
"@elliemae/ds-system": "3.17.1-rc.3",
|
|
83
|
+
"@elliemae/ds-grid": "3.17.1-rc.3",
|
|
84
|
+
"@elliemae/ds-utilities": "3.17.1-rc.3",
|
|
85
|
+
"@elliemae/ds-typography": "3.17.1-rc.3",
|
|
86
|
+
"@elliemae/ds-circular-progress-indicator": "3.17.1-rc.3",
|
|
87
|
+
"@elliemae/ds-icons": "3.17.1-rc.3"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@testing-library/jest-dom": "~5.16.5",
|
|
@@ -114,6 +114,6 @@
|
|
|
114
114
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
115
115
|
"dev:build": "pnpm --filter {.}... build",
|
|
116
116
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
117
|
-
"checkDeps": "
|
|
117
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
118
118
|
}
|
|
119
119
|
}
|