react-autoql 5.0.1 → 6.0.0
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/dist/autoql.cjs.js +2 -2
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +308 -618
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +2 -2
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +13 -10
package/dist/autoql.esm.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-autoql",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "React Widget Library",
|
|
5
5
|
"main": "dist/autoql.cjs.js",
|
|
6
6
|
"module": "dist/autoql.esm.js",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
"style": "dist/autoql.esm.css",
|
|
42
42
|
"husky": {
|
|
43
43
|
"hooks": {
|
|
44
|
-
"pre-commit": "npm run packexample && git add example/package/react-autoql-0.0.0-semantically-released.tgz
|
|
44
|
+
"pre-commit": "npm run build && npm run packexample && git add example/package/react-autoql-0.0.0-semantically-released.tgz",
|
|
45
|
+
"pre-push": "npx jest --clearCache && npm run test"
|
|
45
46
|
}
|
|
46
47
|
},
|
|
47
48
|
"lint-staged": {
|
|
@@ -66,12 +67,14 @@
|
|
|
66
67
|
"d3-array": "^2.3.3",
|
|
67
68
|
"d3-axis": "^1.0.12",
|
|
68
69
|
"d3-collection": "^1.0.7",
|
|
69
|
-
"d3-
|
|
70
|
-
"d3-
|
|
70
|
+
"d3-color": "^3.1.0",
|
|
71
|
+
"d3-dispatch": "^3.0.1",
|
|
72
|
+
"d3-format": "^3.1.0",
|
|
73
|
+
"d3-interpolate": "^3.0.1",
|
|
74
|
+
"d3-scale": "^4.0.2",
|
|
71
75
|
"d3-selection": "^1.4.0",
|
|
72
76
|
"d3-shape": "^1.3.5",
|
|
73
|
-
"d3-
|
|
74
|
-
"d3-transition": "^1.2.0",
|
|
77
|
+
"d3-transition": "^3.0.1",
|
|
75
78
|
"dayjs": "^1.8.36",
|
|
76
79
|
"disable-scroll": "^0.5.0",
|
|
77
80
|
"html-react-parser": "^1.4.9",
|
|
@@ -94,13 +97,13 @@
|
|
|
94
97
|
"parse-num": "^1.0.0",
|
|
95
98
|
"prop-types": "^15.7.2",
|
|
96
99
|
"rc-drawer": "^4.4.3",
|
|
97
|
-
"react": "^16.
|
|
98
|
-
"react-autosuggest": "^
|
|
100
|
+
"react": "^16.14.0",
|
|
101
|
+
"react-autosuggest": "^10.1.0",
|
|
99
102
|
"react-collapse": "^5.1.1",
|
|
100
103
|
"react-contenteditable": "^3.3.5",
|
|
101
104
|
"react-custom-scrollbars": "^4.2.1",
|
|
102
105
|
"react-custom-scrollbars-2": "^4.5.0",
|
|
103
|
-
"react-dom": "^16.
|
|
106
|
+
"react-dom": "^16.14.0",
|
|
104
107
|
"react-grid-layout": "^1.3.4",
|
|
105
108
|
"react-infinite-scroller": "^1.2.4",
|
|
106
109
|
"react-localization": "^1.0.16",
|
|
@@ -111,7 +114,7 @@
|
|
|
111
114
|
"react-splitter-layout": "^4.0.0",
|
|
112
115
|
"react-switch": "^6.0.0",
|
|
113
116
|
"react-tabulator": "^0.15.0",
|
|
114
|
-
"react-tiny-popover": "^
|
|
117
|
+
"react-tiny-popover": "^7.1.0",
|
|
115
118
|
"react-toastify": "^8.2.0",
|
|
116
119
|
"react-tooltip": "^4.2.21",
|
|
117
120
|
"recordrtc": "^5.6.1",
|