react-autoql 7.1.1 → 7.2.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-autoql",
3
- "version": "7.1.1",
3
+ "version": "7.2.0",
4
4
  "description": "React Widget Library",
5
5
  "main": "dist/autoql.cjs.js",
6
6
  "module": "dist/autoql.esm.js",
@@ -71,39 +71,34 @@
71
71
  "d3-dispatch": "^3.0.1",
72
72
  "d3-format": "^3.1.0",
73
73
  "d3-interpolate": "^3.0.1",
74
- "d3-scale": "^4.0.2",
74
+ "d3-scale": "3.3.0",
75
75
  "d3-selection": "^1.4.0",
76
76
  "d3-shape": "^1.3.5",
77
+ "d3-time": "^3.0.0",
77
78
  "d3-transition": "^3.0.1",
78
79
  "date-fns": "^2.28.0",
79
80
  "dayjs": "^1.8.36",
80
- "disable-scroll": "^0.5.0",
81
81
  "html-react-parser": "^1.4.9",
82
82
  "jwt-decode": "^3.1.2",
83
83
  "lodash.clonedeep": "^4.5.0",
84
84
  "lodash.filter": "^4.6.0",
85
- "lodash.functions": "^4.3.0",
86
85
  "lodash.get": "^4.4.2",
87
86
  "lodash.has": "^4.5.2",
88
- "lodash.includes": "^4.3.0",
89
87
  "lodash.isempty": "^4.4.0",
90
88
  "lodash.isequal": "^4.5.0",
91
- "lodash.omit": "^4.5.0",
92
- "lodash.reduce": "^4.6.0",
93
- "lodash.some": "^4.6.0",
94
89
  "lodash.sortby": "^4.7.0",
95
- "lodash.uniq": "^4.5.0",
96
90
  "make-coverage-badge": "^1.2.0",
97
91
  "moment-timezone": "^0.5.32",
98
92
  "parse-num": "^1.0.0",
99
93
  "prop-types": "^15.7.2",
100
- "rc-drawer": "^4.4.3",
94
+ "rc-drawer": "4.4.3",
101
95
  "react-autosuggest": "^10.1.0",
102
96
  "react-collapse": "^5.1.1",
97
+ "react-collapsible": "^2.10.0",
103
98
  "react-contenteditable": "^3.3.5",
104
99
  "react-custom-scrollbars": "^4.2.1",
105
- "react-date-range": "^1.4.0",
106
100
  "react-custom-scrollbars-2": "^4.5.0",
101
+ "react-date-range": "^1.4.0",
107
102
  "react-grid-layout": "^1.3.4",
108
103
  "react-infinite-scroller": "^1.2.4",
109
104
  "react-localization": "^1.0.16",
@@ -113,15 +108,14 @@
113
108
  "react-speech-recognition": "^2.0.7",
114
109
  "react-splitter-layout": "^4.0.0",
115
110
  "react-switch": "^6.0.0",
116
- "react-tabulator": "^0.15.0",
117
111
  "react-tiny-popover": "7.1.0",
118
112
  "react-toastify": "^8.2.0",
119
- "react-tooltip": "^4.2.21",
113
+ "react-tooltip": "^4.5.1",
120
114
  "recordrtc": "^5.6.1",
121
115
  "sanitize-html": "^2.3.2",
122
116
  "sql-formatter": "^2.3.3",
123
117
  "stylis": "^4.0.4",
124
- "tabulator-tables": "4.7.2",
118
+ "tabulator-tables": "5.4.3",
125
119
  "throttle-debounce": "^2.1.0",
126
120
  "uuid": "^8.3.2"
127
121
  },