react-autoql 3.4.9 → 3.5.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-autoql",
3
- "version": "3.4.9",
3
+ "version": "3.5.2",
4
4
  "description": "React Widget Library",
5
5
  "main": "dist/autoql.cjs.js",
6
6
  "module": "dist/autoql.esm.js",
@@ -83,14 +83,18 @@
83
83
  "lodash.isempty": "^4.4.0",
84
84
  "lodash.isequal": "^4.5.0",
85
85
  "lodash.reduce": "^4.6.0",
86
+ "lodash.some": "^4.6.0",
86
87
  "lodash.uniq": "^4.5.0",
87
88
  "make-coverage-badge": "^1.2.0",
89
+ "moment": "^2.29.1",
88
90
  "moment-timezone": "^0.5.32",
89
91
  "numbro": "^2.2.0",
90
92
  "parse-num": "^1.0.0",
91
93
  "prop-types": "^15.7.2",
92
94
  "rc-drawer": "^1.10.1",
93
95
  "react-autosuggest": "^9.4.3",
96
+ "react-collapse": "^5.1.1",
97
+ "react-contenteditable": "^3.3.5",
94
98
  "react-custom-scrollbars": "^4.2.1",
95
99
  "react-grid-layout": "^0.16.6",
96
100
  "react-html-renderer": "^0.3.2",
@@ -102,10 +106,12 @@
102
106
  "react-select": "^3.1.1",
103
107
  "react-speech-recognition": "^2.0.7",
104
108
  "react-splitter-layout": "^4.0.0",
109
+ "react-switch": "^6.0.0",
105
110
  "react-tabulator": "^0.13.2",
106
111
  "react-tiny-popover": "^3.4.5",
107
112
  "react-tooltip": "4.2.10",
108
113
  "recordrtc": "^5.6.1",
114
+ "sanitize-html": "^2.3.2",
109
115
  "sql-formatter": "^2.3.3",
110
116
  "tabulator-tables": "4.7.2",
111
117
  "throttle-debounce": "^2.1.0",
@@ -147,7 +153,7 @@
147
153
  "jest-mock-axios": "^4.2.0",
148
154
  "jsdom": "^16.2.2",
149
155
  "lint-staged": "^8.2.1",
150
- "node-sass": "^4.14.1",
156
+ "node-sass": "^7.0.0",
151
157
  "postcss-prefixer": "^2.1.2",
152
158
  "prettier-eslint": "^8.8.2",
153
159
  "prettier-eslint-cli": "^4.7.1",