impact-ui 3.7.38-alpha.1 → 3.7.38-alpha.2
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 +22 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "impact-ui",
|
|
3
|
-
"version": "3.7.38-alpha.
|
|
3
|
+
"version": "3.7.38-alpha.2",
|
|
4
4
|
"description": "Impact Analytics UI library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -79,6 +79,15 @@
|
|
|
79
79
|
"@svgr/rollup": "^6.5.1",
|
|
80
80
|
"@svgr/webpack": "^8.1.0",
|
|
81
81
|
"@testing-library/react": "^12.1.2",
|
|
82
|
+
"@tiptap/extension-highlight": "^2.26.1",
|
|
83
|
+
"@tiptap/extension-image": "^2.26.1",
|
|
84
|
+
"@tiptap/extension-link": "^2.26.1",
|
|
85
|
+
"@tiptap/extension-mention": "^2.26.1",
|
|
86
|
+
"@tiptap/extension-placeholder": "^2.26.1",
|
|
87
|
+
"@tiptap/extension-strike": "^2.26.1",
|
|
88
|
+
"@tiptap/react": "^2.26.1",
|
|
89
|
+
"@tiptap/starter-kit": "^2.26.1",
|
|
90
|
+
"@tiptap/suggestion": "^2.26.1",
|
|
82
91
|
"ag-grid-community": "^32.3.2",
|
|
83
92
|
"ag-grid-enterprise": "^32.3.2",
|
|
84
93
|
"ag-grid-react": "^32.3.2",
|
|
@@ -89,6 +98,8 @@
|
|
|
89
98
|
"css-loader": "^3.5.3",
|
|
90
99
|
"es-check": "^5.1.2",
|
|
91
100
|
"fuse.js": "^7.1.0",
|
|
101
|
+
"highcharts": "^12.4.0",
|
|
102
|
+
"highcharts-react-official": "^3.2.3",
|
|
92
103
|
"husky": "^4.3.8",
|
|
93
104
|
"jest": "^29.7.0",
|
|
94
105
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -107,30 +118,21 @@
|
|
|
107
118
|
"rollup-plugin-postcss": "^4.0",
|
|
108
119
|
"rollup-plugin-terser": "^7.0.2",
|
|
109
120
|
"sass": "^1.72.0",
|
|
121
|
+
"sass-loader": "^13.3.3",
|
|
110
122
|
"source-map-loader": "^1.0.0",
|
|
111
123
|
"storybook": "^8.1.6",
|
|
112
|
-
"
|
|
113
|
-
"@tiptap/extension-image": "^2.26.1",
|
|
114
|
-
"@tiptap/extension-link": "^2.26.1",
|
|
115
|
-
"@tiptap/extension-mention": "^2.26.1",
|
|
116
|
-
"@tiptap/extension-placeholder": "^2.26.1",
|
|
117
|
-
"@tiptap/extension-strike": "^2.26.1",
|
|
118
|
-
"@tiptap/react": "^2.26.1",
|
|
119
|
-
"@tiptap/starter-kit": "^2.26.1",
|
|
120
|
-
"@tiptap/suggestion": "^2.26.1",
|
|
121
|
-
"highcharts": "^12.4.0",
|
|
122
|
-
"highcharts-react-official": "^3.2.3"
|
|
124
|
+
"style-loader": "^3.3.4"
|
|
123
125
|
},
|
|
124
126
|
"peerDependencies": {
|
|
127
|
+
"@emotion/react": ">=11.14.0",
|
|
128
|
+
"@emotion/styled": ">=11.14.0",
|
|
125
129
|
"ag-grid-community": ">=27.0.1",
|
|
126
130
|
"ag-grid-enterprise": ">=27.2.1",
|
|
127
131
|
"ag-grid-react": ">=27.0.1",
|
|
128
|
-
"react": ">=17.0.0 <20.0.0",
|
|
129
|
-
"react-dom": ">=17.0.0 <20.0.0",
|
|
130
|
-
"@emotion/react": ">=11.14.0",
|
|
131
|
-
"@emotion/styled": ">=11.14.0",
|
|
132
132
|
"highcharts": "^12.4.0",
|
|
133
|
-
"highcharts-react-official": "^3.2.3"
|
|
133
|
+
"highcharts-react-official": "^3.2.3",
|
|
134
|
+
"react": ">=17.0.0 <20.0.0",
|
|
135
|
+
"react-dom": ">=17.0.0 <20.0.0"
|
|
134
136
|
},
|
|
135
137
|
"peerDependenciesMeta": {
|
|
136
138
|
"ag-grid-community": {
|
|
@@ -147,6 +149,7 @@
|
|
|
147
149
|
}
|
|
148
150
|
},
|
|
149
151
|
"dependencies": {
|
|
152
|
+
"@ag-grid-community/locale": "^32.3.2",
|
|
150
153
|
"@babel/runtime": "^7.17.8",
|
|
151
154
|
"@dnd-kit/core": "^6.2.0",
|
|
152
155
|
"@dnd-kit/sortable": "^9.0.0",
|
|
@@ -162,6 +165,7 @@
|
|
|
162
165
|
"@tiptap/suggestion": "^2.26.1",
|
|
163
166
|
"dompurify": "^3.2.7",
|
|
164
167
|
"emoji-picker-react": "^4.14.0",
|
|
168
|
+
"highcharts-border-radius": "^0.0.4",
|
|
165
169
|
"lodash": "^4.17.21",
|
|
166
170
|
"moment": "^2.29.4",
|
|
167
171
|
"node": "^20.16.0",
|
|
@@ -175,9 +179,7 @@
|
|
|
175
179
|
"react-textarea-autosize": "^8.5.9",
|
|
176
180
|
"react-window": "^1.8.11",
|
|
177
181
|
"styled-components": "^5.3.6",
|
|
178
|
-
"tippy.js": "^6.3.7"
|
|
179
|
-
"@ag-grid-community/locale": "^32.3.2",
|
|
180
|
-
"highcharts-border-radius": "^0.0.4"
|
|
182
|
+
"tippy.js": "^6.3.7"
|
|
181
183
|
},
|
|
182
184
|
"browserslist": {
|
|
183
185
|
"production": [
|