@elliemae/ds-modal 3.22.0-next.0 → 3.22.0-next.15
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 +15 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-modal",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.15",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Modal",
|
|
6
6
|
"files": [
|
|
@@ -102,19 +102,21 @@
|
|
|
102
102
|
"prop-types": "~15.8.1",
|
|
103
103
|
"react-modal": "~3.16.1",
|
|
104
104
|
"styled-components": "~5.3.9",
|
|
105
|
-
"@elliemae/ds-
|
|
106
|
-
"@elliemae/ds-
|
|
107
|
-
"@elliemae/ds-
|
|
108
|
-
"@elliemae/ds-
|
|
109
|
-
"@elliemae/ds-icons": "3.22.0-next.
|
|
110
|
-
"@elliemae/ds-
|
|
111
|
-
"@elliemae/ds-
|
|
112
|
-
"@elliemae/ds-
|
|
113
|
-
"@elliemae/ds-
|
|
105
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.15",
|
|
106
|
+
"@elliemae/ds-button": "3.22.0-next.15",
|
|
107
|
+
"@elliemae/ds-classnames": "3.22.0-next.15",
|
|
108
|
+
"@elliemae/ds-shared": "3.22.0-next.15",
|
|
109
|
+
"@elliemae/ds-icons": "3.22.0-next.15",
|
|
110
|
+
"@elliemae/ds-system": "3.22.0-next.15",
|
|
111
|
+
"@elliemae/ds-utilities": "3.22.0-next.15",
|
|
112
|
+
"@elliemae/ds-form": "3.22.0-next.15",
|
|
113
|
+
"@elliemae/ds-icon": "3.22.0-next.15"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
+
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
116
117
|
"@testing-library/jest-dom": "~5.16.5",
|
|
117
|
-
"@testing-library/react": "~12.1.3"
|
|
118
|
+
"@testing-library/react": "~12.1.3",
|
|
119
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.15"
|
|
118
120
|
},
|
|
119
121
|
"peerDependencies": {
|
|
120
122
|
"lodash": "^4.17.21",
|
|
@@ -127,11 +129,12 @@
|
|
|
127
129
|
},
|
|
128
130
|
"scripts": {
|
|
129
131
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
130
|
-
"test": "
|
|
132
|
+
"test": "pui-cli test --passWithNoTests",
|
|
131
133
|
"lint": "node ../../scripts/lint.mjs",
|
|
132
134
|
"eslint:fix": "exit 0 | echo",
|
|
133
135
|
"dts": "exit 0 | echo",
|
|
134
136
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
137
|
+
"versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
|
|
135
138
|
"dev:build": "pnpm --filter {.}... build",
|
|
136
139
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
137
140
|
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|