react-autoql 8.8.65 → 8.8.67
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 +1 -1
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +1 -1
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -1
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +90 -88
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": "8.8.
|
|
3
|
+
"version": "8.8.67",
|
|
4
4
|
"description": "React Widget Library",
|
|
5
5
|
"main": "dist/autoql.cjs.js",
|
|
6
6
|
"module": "dist/autoql.esm.js",
|
|
@@ -61,106 +61,108 @@
|
|
|
61
61
|
"url": "https://github.com/chatatechnologies/react-autoql/issues"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@react-icons/all-files": "
|
|
65
|
-
"autoql-fe-utils": "1.6.
|
|
66
|
-
"axios": "
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"d3-
|
|
70
|
-
"d3-
|
|
71
|
-
"d3-
|
|
72
|
-
"d3-
|
|
64
|
+
"@react-icons/all-files": "4.1.0",
|
|
65
|
+
"autoql-fe-utils": "1.6.16",
|
|
66
|
+
"axios": "1.4.0",
|
|
67
|
+
"caniuse-lite": "1.0.30001692",
|
|
68
|
+
"classnames": "2.5.1",
|
|
69
|
+
"d3-array": "2.3.3",
|
|
70
|
+
"d3-axis": "1.0.12",
|
|
71
|
+
"d3-scale": "4.0.2",
|
|
72
|
+
"d3-selection": "3.0.0",
|
|
73
|
+
"d3-shape": "3.2.0",
|
|
73
74
|
"d3-transition": "3.0.1",
|
|
74
|
-
"date-fns": "
|
|
75
|
-
"dayjs": "
|
|
76
|
-
"html-react-parser": "
|
|
77
|
-
"jstat": "
|
|
78
|
-
"lodash.clonedeep": "
|
|
79
|
-
"lodash.filter": "
|
|
80
|
-
"lodash.has": "
|
|
81
|
-
"lodash.isempty": "
|
|
82
|
-
"lodash.isequal": "
|
|
83
|
-
"make-coverage-badge": "
|
|
84
|
-
"parse-num": "
|
|
85
|
-
"prop-types": "
|
|
75
|
+
"date-fns": "2.28.0",
|
|
76
|
+
"dayjs": "1.8.36",
|
|
77
|
+
"html-react-parser": "1.4.9",
|
|
78
|
+
"jstat": "1.9.6",
|
|
79
|
+
"lodash.clonedeep": "4.5.0",
|
|
80
|
+
"lodash.filter": "4.6.0",
|
|
81
|
+
"lodash.has": "4.5.2",
|
|
82
|
+
"lodash.isempty": "4.4.0",
|
|
83
|
+
"lodash.isequal": "4.5.0",
|
|
84
|
+
"make-coverage-badge": "1.2.0",
|
|
85
|
+
"parse-num": "1.0.0",
|
|
86
|
+
"prop-types": "15.7.2",
|
|
86
87
|
"rc-drawer": "4.4.3",
|
|
87
|
-
"react-autosuggest": "
|
|
88
|
-
"react-contenteditable": "
|
|
89
|
-
"react-date-range": "
|
|
90
|
-
"react-device-detect": "
|
|
88
|
+
"react-autosuggest": "10.1.0",
|
|
89
|
+
"react-contenteditable": "3.3.5",
|
|
90
|
+
"react-date-range": "1.4.0",
|
|
91
|
+
"react-device-detect": "2.2.3",
|
|
91
92
|
"react-grid-layout": "1.3.4",
|
|
92
|
-
"react-infinite-scroller": "
|
|
93
|
-
"react-localization": "
|
|
94
|
-
"react-modal": "
|
|
95
|
-
"react-perfect-scrollbar": "
|
|
96
|
-
"react-responsive": "
|
|
97
|
-
"react-select": "
|
|
98
|
-
"react-slider": "
|
|
99
|
-
"react-speech-recognition": "
|
|
100
|
-
"react-splitter-layout": "
|
|
93
|
+
"react-infinite-scroller": "1.2.4",
|
|
94
|
+
"react-localization": "1.0.16",
|
|
95
|
+
"react-modal": "3.16.1",
|
|
96
|
+
"react-perfect-scrollbar": "1.5.8",
|
|
97
|
+
"react-responsive": "10.0.0",
|
|
98
|
+
"react-select": "3.1.1",
|
|
99
|
+
"react-slider": "2.0.4",
|
|
100
|
+
"react-speech-recognition": "2.0.7",
|
|
101
|
+
"react-splitter-layout": "4.0.0",
|
|
101
102
|
"react-tiny-popover": "7.1.0",
|
|
102
|
-
"react-toastify": "
|
|
103
|
-
"react-tooltip": "
|
|
104
|
-
"recordrtc": "
|
|
105
|
-
"sanitize-html": "
|
|
106
|
-
"sql-formatter": "
|
|
107
|
-
"tabulator-tables": "5.
|
|
103
|
+
"react-toastify": "8.2.0",
|
|
104
|
+
"react-tooltip": "5.22.0",
|
|
105
|
+
"recordrtc": "5.6.1",
|
|
106
|
+
"sanitize-html": "2.3.2",
|
|
107
|
+
"sql-formatter": "2.3.3",
|
|
108
|
+
"tabulator-tables": "5.6.1",
|
|
108
109
|
"uuid": "9.0.0"
|
|
109
110
|
},
|
|
110
111
|
"devDependencies": {
|
|
111
|
-
"@babel/cli": "
|
|
112
|
-
"@babel/core": "
|
|
113
|
-
"@babel/plugin-proposal-private-property-in-object": "
|
|
114
|
-
"@babel/plugin-syntax-object-rest-spread": "
|
|
115
|
-
"@babel/plugin-transform-class-properties": "
|
|
116
|
-
"@babel/plugin-transform-modules-commonjs": "
|
|
117
|
-
"@babel/plugin-transform-object-rest-spread": "
|
|
118
|
-
"@babel/plugin-transform-runtime": "
|
|
119
|
-
"@babel/preset-env": "
|
|
120
|
-
"@babel/preset-react": "
|
|
121
|
-
"@rollup/plugin-babel": "
|
|
122
|
-
"@rollup/plugin-commonjs": "
|
|
123
|
-
"@rollup/plugin-image": "
|
|
124
|
-
"@rollup/plugin-node-resolve": "
|
|
125
|
-
"@rollup/plugin-terser": "
|
|
126
|
-
"@testing-library/jest-dom": "
|
|
127
|
-
"@testing-library/react": "
|
|
128
|
-
"ajv": "
|
|
129
|
-
"autoprefixer": "
|
|
130
|
-
"axios-mock-adapter": "
|
|
131
|
-
"babel-core": "
|
|
132
|
-
"babel-jest": "
|
|
133
|
-
"babel-plugin-import": "
|
|
134
|
-
"check-prop-types": "
|
|
135
|
-
"enzyme": "
|
|
136
|
-
"enzyme-adapter-react-16": "
|
|
137
|
-
"eslint": "
|
|
138
|
-
"eslint-config-prettier": "
|
|
139
|
-
"eslint-plugin-import": "
|
|
140
|
-
"eslint-plugin-prettier": "
|
|
141
|
-
"eslint-plugin-react": "
|
|
142
|
-
"husky": "
|
|
143
|
-
"jest": "
|
|
144
|
-
"jest-css-modules": "
|
|
145
|
-
"jest-environment-jsdom": "
|
|
146
|
-
"jsdom": "
|
|
147
|
-
"lint-staged": "
|
|
148
|
-
"npm-watch": "
|
|
149
|
-
"postcss": "
|
|
150
|
-
"prettier": "
|
|
151
|
-
"rimraf": "
|
|
152
|
-
"rollup": "
|
|
153
|
-
"rollup-plugin-gzip": "
|
|
154
|
-
"rollup-plugin-scss": "
|
|
155
|
-
"rollup-plugin-svg": "
|
|
156
|
-
"sass": "
|
|
112
|
+
"@babel/cli": "7.16.0",
|
|
113
|
+
"@babel/core": "7.16.0",
|
|
114
|
+
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
|
|
115
|
+
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
|
|
116
|
+
"@babel/plugin-transform-class-properties": "7.22.5",
|
|
117
|
+
"@babel/plugin-transform-modules-commonjs": "7.18.2",
|
|
118
|
+
"@babel/plugin-transform-object-rest-spread": "7.22.15",
|
|
119
|
+
"@babel/plugin-transform-runtime": "7.18.5",
|
|
120
|
+
"@babel/preset-env": "7.22.20",
|
|
121
|
+
"@babel/preset-react": "7.17.12",
|
|
122
|
+
"@rollup/plugin-babel": "5.3.1",
|
|
123
|
+
"@rollup/plugin-commonjs": "25.0.4",
|
|
124
|
+
"@rollup/plugin-image": "2.0.5",
|
|
125
|
+
"@rollup/plugin-node-resolve": "13.3.0",
|
|
126
|
+
"@rollup/plugin-terser": "0.4.3",
|
|
127
|
+
"@testing-library/jest-dom": "6.4.2",
|
|
128
|
+
"@testing-library/react": "12.1.2",
|
|
129
|
+
"ajv": "7.2.4",
|
|
130
|
+
"autoprefixer": "10.4.16",
|
|
131
|
+
"axios-mock-adapter": "1.18.1",
|
|
132
|
+
"babel-core": "7.0.0-bridge.0",
|
|
133
|
+
"babel-jest": "28.1.1",
|
|
134
|
+
"babel-plugin-import": "1.13.8",
|
|
135
|
+
"check-prop-types": "1.1.2",
|
|
136
|
+
"enzyme": "3.11.0",
|
|
137
|
+
"enzyme-adapter-react-16": "1.15.6",
|
|
138
|
+
"eslint": "8.25.0",
|
|
139
|
+
"eslint-config-prettier": "8.5.0",
|
|
140
|
+
"eslint-plugin-import": "2.26.0",
|
|
141
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
142
|
+
"eslint-plugin-react": "7.31.10",
|
|
143
|
+
"husky": "2.7.0",
|
|
144
|
+
"jest": "29.7.0",
|
|
145
|
+
"jest-css-modules": "2.0.0",
|
|
146
|
+
"jest-environment-jsdom": "29.7.0",
|
|
147
|
+
"jsdom": "22.1.0",
|
|
148
|
+
"lint-staged": "13.0.2",
|
|
149
|
+
"npm-watch": "0.11.0",
|
|
150
|
+
"postcss": "8.4.31",
|
|
151
|
+
"prettier": "2.7.1",
|
|
152
|
+
"rimraf": "2.7.1",
|
|
153
|
+
"rollup": "2.79.1",
|
|
154
|
+
"rollup-plugin-gzip": "3.0.0",
|
|
155
|
+
"rollup-plugin-scss": "4.0.0",
|
|
156
|
+
"rollup-plugin-svg": "2.0.0",
|
|
157
|
+
"sass": "1.67.0"
|
|
157
158
|
},
|
|
158
159
|
"peerDependencies": {
|
|
159
160
|
"react": ">=16.8.1",
|
|
160
161
|
"react-dom": ">=16.8.1"
|
|
161
162
|
},
|
|
162
163
|
"overrides": {
|
|
163
|
-
"simple-update-notifier": "
|
|
164
|
+
"simple-update-notifier": "2.0.0",
|
|
165
|
+
"cheerio": "1.0.0-rc.12"
|
|
164
166
|
},
|
|
165
167
|
"engines": {
|
|
166
168
|
"node": ">=14.17.3",
|