impact-ui 3.7.29-test.1 → 3.7.29-test.3
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 +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "impact-ui",
|
|
3
|
-
"version": "3.7.29-test.
|
|
3
|
+
"version": "3.7.29-test.3",
|
|
4
4
|
"description": "Impact Analytics UI library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -119,7 +119,6 @@
|
|
|
119
119
|
"@tiptap/starter-kit": "^2.26.1",
|
|
120
120
|
"@tiptap/suggestion": "^2.26.1",
|
|
121
121
|
"highcharts": "^12.4.0",
|
|
122
|
-
"highcharts-border-radius": "^0.0.4",
|
|
123
122
|
"highcharts-react-official": "^3.2.3"
|
|
124
123
|
},
|
|
125
124
|
"peerDependencies": {
|
|
@@ -129,7 +128,9 @@
|
|
|
129
128
|
"react": ">=17.0.0 <20.0.0",
|
|
130
129
|
"react-dom": ">=17.0.0 <20.0.0",
|
|
131
130
|
"@emotion/react": ">=11.14.0",
|
|
132
|
-
"@emotion/styled": ">=11.14.0"
|
|
131
|
+
"@emotion/styled": ">=11.14.0",
|
|
132
|
+
"highcharts": "^12.4.0",
|
|
133
|
+
"highcharts-react-official": "^3.2.3"
|
|
133
134
|
},
|
|
134
135
|
"peerDependenciesMeta": {
|
|
135
136
|
"ag-grid-community": {
|
|
@@ -174,7 +175,8 @@
|
|
|
174
175
|
"react-textarea-autosize": "^8.5.9",
|
|
175
176
|
"react-window": "^1.8.11",
|
|
176
177
|
"styled-components": "^5.3.6",
|
|
177
|
-
"tippy.js": "^6.3.7"
|
|
178
|
+
"tippy.js": "^6.3.7",
|
|
179
|
+
"highcharts-border-radius": "^0.0.4"
|
|
178
180
|
},
|
|
179
181
|
"browserslist": {
|
|
180
182
|
"production": [
|