react-autoql 8.1.1-alpha.0 → 8.1.1-alpha.1

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.1.1-alpha.0",
3
+ "version": "8.1.1-alpha.1",
4
4
  "description": "React Widget Library",
5
5
  "main": "dist/autoql.cjs.js",
6
6
  "module": "dist/autoql.esm.js",
@@ -60,42 +60,30 @@
60
60
  "url": "https://github.com/chatatechnologies/react-autoql/issues"
61
61
  },
62
62
  "dependencies": {
63
- "@babel/runtime": "^7.16.0",
64
63
  "@react-icons/all-files": "^4.1.0",
65
- "autoql-fe-utils": "1.0.20",
64
+ "autoql-fe-utils": "1.0.21",
66
65
  "axios": "^1.4.0",
67
66
  "d3-array": "^2.3.3",
68
67
  "d3-axis": "^1.0.12",
69
- "d3-color": "^3.1.0",
70
- "d3-dispatch": "^3.0.1",
71
- "d3-format": "^3.1.0",
72
- "d3-interpolate": "^3.0.1",
73
68
  "d3-scale": "^4.0.2",
74
69
  "d3-selection": "^3.0.0",
75
70
  "d3-shape": "^3.2.0",
76
- "d3-time": "^3.0.0",
77
71
  "d3-transition": "3.0.1",
78
72
  "date-fns": "^2.28.0",
79
73
  "dayjs": "^1.8.36",
80
74
  "html-react-parser": "^1.4.9",
81
75
  "jstat": "^1.9.6",
82
- "jwt-decode": "^3.1.2",
83
76
  "lodash.clonedeep": "^4.5.0",
84
77
  "lodash.filter": "^4.6.0",
85
- "lodash.get": "^4.4.2",
86
78
  "lodash.has": "^4.5.2",
87
79
  "lodash.isempty": "^4.4.0",
88
80
  "lodash.isequal": "^4.5.0",
89
- "lodash.sortby": "^4.7.0",
90
81
  "make-coverage-badge": "^1.2.0",
91
- "mathjs": "^11.8.0",
92
82
  "moment-timezone": "^0.5.32",
93
83
  "parse-num": "^1.0.0",
94
84
  "prop-types": "^15.7.2",
95
85
  "rc-drawer": "4.4.3",
96
86
  "react-autosuggest": "^10.1.0",
97
- "react-collapse": "^5.1.1",
98
- "react-collapsible": "^2.10.0",
99
87
  "react-contenteditable": "^3.3.5",
100
88
  "react-date-range": "^1.4.0",
101
89
  "react-device-detect": "^2.2.3",
@@ -103,23 +91,19 @@
103
91
  "react-infinite-scroller": "^1.2.4",
104
92
  "react-localization": "^1.0.16",
105
93
  "react-modal": "^3.16.1",
106
- "react-paginate": "^6.3.2",
107
94
  "react-perfect-scrollbar": "^1.5.8",
108
95
  "react-select": "^3.1.1",
109
96
  "react-slider": "^2.0.4",
110
97
  "react-speech-recognition": "^2.0.7",
111
98
  "react-splitter-layout": "^4.0.0",
112
- "react-switch": "^6.0.0",
113
99
  "react-tiny-popover": "7.1.0",
114
100
  "react-toastify": "^8.2.0",
115
101
  "react-tooltip": "^4.5.1",
116
102
  "recordrtc": "^5.6.1",
117
103
  "sanitize-html": "^2.3.2",
118
104
  "sql-formatter": "^2.3.3",
119
- "stylis": "^4.0.4",
120
105
  "tabulator-tables": "5.4.4",
121
- "throttle-debounce": "^2.1.0",
122
- "uuid": "^8.3.2"
106
+ "uuid": "9.0.0"
123
107
  },
124
108
  "devDependencies": {
125
109
  "@babel/cli": "^7.16.0",