@elliemae/ds-tooltip 3.0.0-next.49 → 3.0.0-next.52
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.0-next.
|
|
3
|
+
"version": "3.0.0-next.52",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tooltip",
|
|
6
6
|
"files": [
|
|
@@ -94,15 +94,22 @@
|
|
|
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
|
+
},
|
|
97
104
|
"dependencies": {
|
|
98
|
-
"@elliemae/ds-button": "
|
|
99
|
-
"@elliemae/ds-classnames": "
|
|
100
|
-
"@elliemae/ds-popper": "
|
|
101
|
-
"@elliemae/ds-popperjs": "
|
|
102
|
-
"@elliemae/ds-portal": "
|
|
103
|
-
"@elliemae/ds-shared": "
|
|
104
|
-
"@elliemae/ds-system": "
|
|
105
|
-
"@elliemae/ds-utilities": "
|
|
105
|
+
"@elliemae/ds-button": "workspace:*",
|
|
106
|
+
"@elliemae/ds-classnames": "workspace:*",
|
|
107
|
+
"@elliemae/ds-popper": "workspace:*",
|
|
108
|
+
"@elliemae/ds-popperjs": "workspace:*",
|
|
109
|
+
"@elliemae/ds-portal": "workspace:*",
|
|
110
|
+
"@elliemae/ds-shared": "workspace:*",
|
|
111
|
+
"@elliemae/ds-system": "workspace:*",
|
|
112
|
+
"@elliemae/ds-utilities": "workspace:*",
|
|
106
113
|
"@popperjs/core": "~2.9.3",
|
|
107
114
|
"react-desc": "~4.1.3",
|
|
108
115
|
"react-popper": "~2.2.5"
|
|
@@ -123,12 +130,5 @@
|
|
|
123
130
|
"publishConfig": {
|
|
124
131
|
"access": "public",
|
|
125
132
|
"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
|
+
}
|