react-autoql 3.3.2 → 3.4.3
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.esm.css +3159 -2949
- package/dist/autoql.esm.js +11591 -10069
- package/package.json +25 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-autoql",
|
|
3
|
-
"version": "3.3
|
|
3
|
+
"version": "3.4.3",
|
|
4
4
|
"description": "React Widget Library",
|
|
5
5
|
"main": "dist/autoql.cjs.js",
|
|
6
6
|
"module": "dist/autoql.esm.js",
|
|
@@ -47,9 +47,19 @@
|
|
|
47
47
|
"url": "https://github.com/chatatechnologies/react-autoql/issues"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
+
"@babel/cli": "^7.16.0",
|
|
51
|
+
"@babel/core": "^7.16.0",
|
|
52
|
+
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
53
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
|
|
54
|
+
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
55
|
+
"@babel/preset-env": "^7.16.0",
|
|
56
|
+
"@babel/preset-react": "^7.16.0",
|
|
57
|
+
"@babel/runtime": "^7.16.0",
|
|
50
58
|
"@material-ui/core": "^4.11.3",
|
|
51
59
|
"@material-ui/lab": "^4.0.0-alpha.58",
|
|
60
|
+
"@rollup/plugin-replace": "^3.0.0",
|
|
52
61
|
"axios": "^0.21.1",
|
|
62
|
+
"babel-core": "^7.0.0-bridge.0",
|
|
53
63
|
"d3": "^5.12.0",
|
|
54
64
|
"d3-array": "^2.3.3",
|
|
55
65
|
"d3-axis": "^1.0.12",
|
|
@@ -64,17 +74,21 @@
|
|
|
64
74
|
"disable-scroll": "^0.5.0",
|
|
65
75
|
"install": "^0.13.0",
|
|
66
76
|
"ionicons": "^5.5.2",
|
|
77
|
+
"jwt-decode": "^3.1.2",
|
|
78
|
+
"lodash": "^4.17.21",
|
|
67
79
|
"lodash.clonedeep": "^4.5.0",
|
|
68
80
|
"lodash.get": "^4.4.2",
|
|
69
81
|
"lodash.has": "^4.5.2",
|
|
82
|
+
"lodash.includes": "^4.3.0",
|
|
70
83
|
"lodash.isempty": "^4.4.0",
|
|
71
84
|
"lodash.isequal": "^4.5.0",
|
|
72
85
|
"lodash.reduce": "^4.6.0",
|
|
86
|
+
"lodash.uniq": "^4.5.0",
|
|
73
87
|
"make-coverage-badge": "^1.2.0",
|
|
74
88
|
"moment-timezone": "^0.5.32",
|
|
75
89
|
"numbro": "^2.2.0",
|
|
76
90
|
"parse-num": "^1.0.0",
|
|
77
|
-
"prop-types": "^15.
|
|
91
|
+
"prop-types": "^15.7.2",
|
|
78
92
|
"rc-drawer": "^1.10.1",
|
|
79
93
|
"react-autosuggest": "^9.4.3",
|
|
80
94
|
"react-custom-scrollbars": "^4.2.1",
|
|
@@ -98,7 +112,11 @@
|
|
|
98
112
|
"uuid": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz"
|
|
99
113
|
},
|
|
100
114
|
"devDependencies": {
|
|
115
|
+
"@babel/core": "^7.0.0",
|
|
116
|
+
"@babel/plugin-transform-runtime": "^7.16.0",
|
|
117
|
+
"@rollup/plugin-babel": "^5.3.0",
|
|
101
118
|
"@rollup/plugin-image": "^2.0.5",
|
|
119
|
+
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
102
120
|
"@semantic-release/changelog": "^5.0.1",
|
|
103
121
|
"@semantic-release/commit-analyzer": "^8.0.1",
|
|
104
122
|
"@semantic-release/git": "^9.0.0",
|
|
@@ -107,16 +125,9 @@
|
|
|
107
125
|
"@semantic-release/release-notes-generator": "^9.0.1",
|
|
108
126
|
"autoprefixer": "^9.7.0",
|
|
109
127
|
"axios-mock-adapter": "^1.18.1",
|
|
110
|
-
"babel-
|
|
111
|
-
"babel-
|
|
112
|
-
"babel-jest": "^23.6.0",
|
|
113
|
-
"babel-plugin-external-helpers": "^6.22.0",
|
|
114
|
-
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
|
115
|
-
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
116
|
-
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
117
|
-
"babel-preset-env": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.6.1.tgz",
|
|
128
|
+
"babel-core": "^7.0.0-bridge.0",
|
|
129
|
+
"babel-jest": "^23.4.2",
|
|
118
130
|
"babel-preset-es2015-rollup": "^3.0.0",
|
|
119
|
-
"babel-preset-react": "^6.24.1",
|
|
120
131
|
"check-prop-types": "^1.1.2",
|
|
121
132
|
"cz-conventional-changelog": "^3.2.0",
|
|
122
133
|
"enzyme": "^3.7.0",
|
|
@@ -144,8 +155,8 @@
|
|
|
144
155
|
"react-dom": "^16.13.1",
|
|
145
156
|
"react-test-renderer": "^16.11.0",
|
|
146
157
|
"rimraf": "^2.7.1",
|
|
147
|
-
"rollup": "^
|
|
148
|
-
"rollup-plugin-babel": "^
|
|
158
|
+
"rollup": "^2.59.0",
|
|
159
|
+
"rollup-plugin-babel": "^4.4.0",
|
|
149
160
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
150
161
|
"rollup-plugin-css-only": "^1.0.0",
|
|
151
162
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
@@ -164,7 +175,7 @@
|
|
|
164
175
|
"**/**/fsevents": "^1.2.9"
|
|
165
176
|
},
|
|
166
177
|
"engines": {
|
|
167
|
-
"node": "
|
|
178
|
+
"node": "14.17.3"
|
|
168
179
|
},
|
|
169
180
|
"config": {
|
|
170
181
|
"commitizen": {
|