@elliemae/ds-pagination 3.22.0-next.16 → 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 +11 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pagination",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.18",
|
|
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.22.0-next.
|
|
80
|
-
"@elliemae/ds-
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-grid": "3.22.0-next.
|
|
83
|
-
"@elliemae/ds-props-helpers": "3.22.0-next.
|
|
84
|
-
"@elliemae/ds-
|
|
85
|
-
"@elliemae/ds-system": "3.22.0-next.
|
|
86
|
-
"@elliemae/ds-
|
|
87
|
-
"@elliemae/ds-
|
|
79
|
+
"@elliemae/ds-button-v2": "3.22.0-next.18",
|
|
80
|
+
"@elliemae/ds-circular-progress-indicator": "3.22.0-next.18",
|
|
81
|
+
"@elliemae/ds-dropdownmenu": "3.22.0-next.18",
|
|
82
|
+
"@elliemae/ds-grid": "3.22.0-next.18",
|
|
83
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.18",
|
|
84
|
+
"@elliemae/ds-icons": "3.22.0-next.18",
|
|
85
|
+
"@elliemae/ds-system": "3.22.0-next.18",
|
|
86
|
+
"@elliemae/ds-typography": "3.22.0-next.18",
|
|
87
|
+
"@elliemae/ds-utilities": "3.22.0-next.18"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"jest-axe": "^7.0.1",
|
|
95
95
|
"styled-components": "~5.3.9",
|
|
96
96
|
"styled-system": "~5.1.5",
|
|
97
|
-
"@elliemae/ds-monorepo-devops": "3.22.0-next.
|
|
97
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.18"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"lodash": "^4.17.21",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
|
|
115
115
|
"dts": "node ../../scripts/dts.mjs",
|
|
116
116
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
117
|
-
"versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
|
|
118
117
|
"dev:build": "pnpm --filter {.}... build",
|
|
119
118
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
120
119
|
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|