@elliemae/ds-tooltip 3.0.4-rc.2 → 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 +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-tooltip",
|
|
3
|
-
"version": "3.0.4-rc.
|
|
3
|
+
"version": "3.0.4-rc.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tooltip",
|
|
6
6
|
"files": [
|
|
@@ -94,22 +94,15 @@
|
|
|
94
94
|
"reportFile": "tests.xml",
|
|
95
95
|
"indent": 4
|
|
96
96
|
},
|
|
97
|
-
"scripts": {
|
|
98
|
-
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
99
|
-
"test": "node ../../scripts/testing/test.mjs",
|
|
100
|
-
"lint": "node ../../scripts/lint.mjs",
|
|
101
|
-
"dts": "node ../../scripts/dts.mjs",
|
|
102
|
-
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
103
|
-
},
|
|
104
97
|
"dependencies": {
|
|
105
|
-
"@elliemae/ds-button": "3.0.4-rc.
|
|
106
|
-
"@elliemae/ds-classnames": "3.0.4-rc.
|
|
107
|
-
"@elliemae/ds-popper": "3.0.4-rc.
|
|
108
|
-
"@elliemae/ds-popperjs": "3.0.4-rc.
|
|
109
|
-
"@elliemae/ds-portal": "3.0.4-rc.
|
|
110
|
-
"@elliemae/ds-shared": "3.0.4-rc.
|
|
111
|
-
"@elliemae/ds-system": "3.0.4-rc.
|
|
112
|
-
"@elliemae/ds-utilities": "3.0.4-rc.
|
|
98
|
+
"@elliemae/ds-button": "3.0.4-rc.5",
|
|
99
|
+
"@elliemae/ds-classnames": "3.0.4-rc.5",
|
|
100
|
+
"@elliemae/ds-popper": "3.0.4-rc.5",
|
|
101
|
+
"@elliemae/ds-popperjs": "3.0.4-rc.5",
|
|
102
|
+
"@elliemae/ds-portal": "3.0.4-rc.5",
|
|
103
|
+
"@elliemae/ds-shared": "3.0.4-rc.5",
|
|
104
|
+
"@elliemae/ds-system": "3.0.4-rc.5",
|
|
105
|
+
"@elliemae/ds-utilities": "3.0.4-rc.5",
|
|
113
106
|
"@popperjs/core": "~2.9.3",
|
|
114
107
|
"react-desc": "~4.1.3",
|
|
115
108
|
"react-popper": "~2.2.5"
|
|
@@ -130,5 +123,12 @@
|
|
|
130
123
|
"publishConfig": {
|
|
131
124
|
"access": "public",
|
|
132
125
|
"typeSafety": false
|
|
126
|
+
},
|
|
127
|
+
"scripts": {
|
|
128
|
+
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
129
|
+
"test": "node ../../scripts/testing/test.mjs",
|
|
130
|
+
"lint": "node ../../scripts/lint.mjs",
|
|
131
|
+
"dts": "node ../../scripts/dts.mjs",
|
|
132
|
+
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
133
133
|
}
|
|
134
|
-
}
|
|
134
|
+
}
|