react-autoql 8.0.2-alpha.8 → 8.0.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-autoql",
3
- "version": "8.0.2-alpha.8",
3
+ "version": "8.0.2",
4
4
  "description": "React Widget Library",
5
5
  "main": "dist/autoql.cjs.js",
6
6
  "module": "dist/autoql.esm.js",
@@ -79,6 +79,7 @@
79
79
  "date-fns": "^2.28.0",
80
80
  "dayjs": "^1.8.36",
81
81
  "html-react-parser": "^1.4.9",
82
+ "jstat": "^1.9.6",
82
83
  "jwt-decode": "^3.1.2",
83
84
  "lodash.clonedeep": "^4.5.0",
84
85
  "lodash.filter": "^4.6.0",
@@ -88,6 +89,7 @@
88
89
  "lodash.isequal": "^4.5.0",
89
90
  "lodash.sortby": "^4.7.0",
90
91
  "make-coverage-badge": "^1.2.0",
92
+ "mathjs": "^11.8.0",
91
93
  "moment-timezone": "^0.5.32",
92
94
  "parse-num": "^1.0.0",
93
95
  "prop-types": "^15.7.2",
@@ -105,6 +107,7 @@
105
107
  "react-paginate": "^6.3.2",
106
108
  "react-perfect-scrollbar": "^1.5.8",
107
109
  "react-select": "^3.1.1",
110
+ "react-slider": "^2.0.4",
108
111
  "react-speech-recognition": "^2.0.7",
109
112
  "react-splitter-layout": "^4.0.0",
110
113
  "react-switch": "^6.0.0",
@@ -115,7 +118,7 @@
115
118
  "sanitize-html": "^2.3.2",
116
119
  "sql-formatter": "^2.3.3",
117
120
  "stylis": "^4.0.4",
118
- "tabulator-tables": "5.5.0",
121
+ "tabulator-tables": "5.4.4",
119
122
  "throttle-debounce": "^2.1.0",
120
123
  "uuid": "^8.3.2"
121
124
  },