@elliemae/ds-modal 3.0.4-rc.4 → 3.0.4-rc.5
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-modal",
|
|
3
|
-
"version": "3.0.4-rc.
|
|
3
|
+
"version": "3.0.4-rc.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Modal",
|
|
6
6
|
"files": [
|
|
@@ -98,21 +98,14 @@
|
|
|
98
98
|
"reportFile": "tests.xml",
|
|
99
99
|
"indent": 4
|
|
100
100
|
},
|
|
101
|
-
"scripts": {
|
|
102
|
-
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
103
|
-
"test": "node ../../scripts/testing/test.mjs",
|
|
104
|
-
"lint": "node ../../scripts/lint.mjs",
|
|
105
|
-
"dts": "node ../../scripts/dts.mjs",
|
|
106
|
-
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
107
|
-
},
|
|
108
101
|
"dependencies": {
|
|
109
|
-
"@elliemae/ds-button": "3.0.4-rc.
|
|
110
|
-
"@elliemae/ds-classnames": "3.0.4-rc.
|
|
111
|
-
"@elliemae/ds-form": "3.0.4-rc.
|
|
112
|
-
"@elliemae/ds-icon": "3.0.4-rc.
|
|
113
|
-
"@elliemae/ds-icons": "3.0.4-rc.
|
|
114
|
-
"@elliemae/ds-shared": "3.0.4-rc.
|
|
115
|
-
"@elliemae/ds-system": "3.0.4-rc.
|
|
102
|
+
"@elliemae/ds-button": "3.0.4-rc.5",
|
|
103
|
+
"@elliemae/ds-classnames": "3.0.4-rc.5",
|
|
104
|
+
"@elliemae/ds-form": "3.0.4-rc.5",
|
|
105
|
+
"@elliemae/ds-icon": "3.0.4-rc.5",
|
|
106
|
+
"@elliemae/ds-icons": "3.0.4-rc.5",
|
|
107
|
+
"@elliemae/ds-shared": "3.0.4-rc.5",
|
|
108
|
+
"@elliemae/ds-system": "3.0.4-rc.5",
|
|
116
109
|
"prop-types": "~15.8.1",
|
|
117
110
|
"react-desc": "~4.1.3",
|
|
118
111
|
"react-modal": "~3.12.1"
|
|
@@ -129,5 +122,12 @@
|
|
|
129
122
|
"publishConfig": {
|
|
130
123
|
"access": "public",
|
|
131
124
|
"typeSafety": false
|
|
125
|
+
},
|
|
126
|
+
"scripts": {
|
|
127
|
+
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
128
|
+
"test": "node ../../scripts/testing/test.mjs",
|
|
129
|
+
"lint": "node ../../scripts/lint.mjs",
|
|
130
|
+
"dts": "node ../../scripts/dts.mjs",
|
|
131
|
+
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
132
132
|
}
|
|
133
|
-
}
|
|
133
|
+
}
|