react-autoql 3.3.1 → 3.4.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/dist/autoql.esm.css +3165 -2955
- package/dist/autoql.esm.js +11515 -10011
- package/package.json +30 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-autoql",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.2",
|
|
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",
|
|
@@ -62,17 +72,23 @@
|
|
|
62
72
|
"d3-transition": "^1.2.0",
|
|
63
73
|
"dayjs": "^1.8.36",
|
|
64
74
|
"disable-scroll": "^0.5.0",
|
|
75
|
+
"install": "^0.13.0",
|
|
76
|
+
"ionicons": "^5.5.2",
|
|
77
|
+
"jwt-decode": "^3.1.2",
|
|
78
|
+
"lodash": "^4.17.21",
|
|
65
79
|
"lodash.clonedeep": "^4.5.0",
|
|
66
80
|
"lodash.get": "^4.4.2",
|
|
67
81
|
"lodash.has": "^4.5.2",
|
|
82
|
+
"lodash.includes": "^4.3.0",
|
|
68
83
|
"lodash.isempty": "^4.4.0",
|
|
69
84
|
"lodash.isequal": "^4.5.0",
|
|
70
85
|
"lodash.reduce": "^4.6.0",
|
|
86
|
+
"lodash.uniq": "^4.5.0",
|
|
71
87
|
"make-coverage-badge": "^1.2.0",
|
|
72
88
|
"moment-timezone": "^0.5.32",
|
|
73
89
|
"numbro": "^2.2.0",
|
|
74
90
|
"parse-num": "^1.0.0",
|
|
75
|
-
"prop-types": "^15.
|
|
91
|
+
"prop-types": "^15.7.2",
|
|
76
92
|
"rc-drawer": "^1.10.1",
|
|
77
93
|
"react-autosuggest": "^9.4.3",
|
|
78
94
|
"react-custom-scrollbars": "^4.2.1",
|
|
@@ -96,7 +112,11 @@
|
|
|
96
112
|
"uuid": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz"
|
|
97
113
|
},
|
|
98
114
|
"devDependencies": {
|
|
115
|
+
"@babel/core": "^7.0.0",
|
|
116
|
+
"@babel/plugin-transform-runtime": "^7.16.0",
|
|
117
|
+
"@rollup/plugin-babel": "^5.3.0",
|
|
99
118
|
"@rollup/plugin-image": "^2.0.5",
|
|
119
|
+
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
100
120
|
"@semantic-release/changelog": "^5.0.1",
|
|
101
121
|
"@semantic-release/commit-analyzer": "^8.0.1",
|
|
102
122
|
"@semantic-release/git": "^9.0.0",
|
|
@@ -105,16 +125,9 @@
|
|
|
105
125
|
"@semantic-release/release-notes-generator": "^9.0.1",
|
|
106
126
|
"autoprefixer": "^9.7.0",
|
|
107
127
|
"axios-mock-adapter": "^1.18.1",
|
|
108
|
-
"babel-
|
|
109
|
-
"babel-
|
|
110
|
-
"babel-jest": "^23.6.0",
|
|
111
|
-
"babel-plugin-external-helpers": "^6.22.0",
|
|
112
|
-
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
|
113
|
-
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
114
|
-
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
115
|
-
"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",
|
|
116
130
|
"babel-preset-es2015-rollup": "^3.0.0",
|
|
117
|
-
"babel-preset-react": "^6.24.1",
|
|
118
131
|
"check-prop-types": "^1.1.2",
|
|
119
132
|
"cz-conventional-changelog": "^3.2.0",
|
|
120
133
|
"enzyme": "^3.7.0",
|
|
@@ -138,16 +151,16 @@
|
|
|
138
151
|
"postcss-prefixer": "^2.1.2",
|
|
139
152
|
"prettier-eslint": "^8.8.2",
|
|
140
153
|
"prettier-eslint-cli": "^4.7.1",
|
|
141
|
-
"react": "^16.
|
|
142
|
-
"react-dom": "^16.
|
|
154
|
+
"react": "^16.13.1",
|
|
155
|
+
"react-dom": "^16.13.1",
|
|
143
156
|
"react-test-renderer": "^16.11.0",
|
|
144
157
|
"rimraf": "^2.7.1",
|
|
145
|
-
"rollup": "^
|
|
146
|
-
"rollup-plugin-babel": "^
|
|
158
|
+
"rollup": "^2.59.0",
|
|
159
|
+
"rollup-plugin-babel": "^4.4.0",
|
|
147
160
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
148
161
|
"rollup-plugin-css-only": "^1.0.0",
|
|
149
162
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
150
|
-
"rollup-plugin-postcss": "^2.0
|
|
163
|
+
"rollup-plugin-postcss": "^2.9.0",
|
|
151
164
|
"rollup-plugin-svg": "^1.0.1",
|
|
152
165
|
"rollup-plugin-terser": "^5.1.2",
|
|
153
166
|
"semantic-release": "^17.0.8",
|
|
@@ -162,7 +175,7 @@
|
|
|
162
175
|
"**/**/fsevents": "^1.2.9"
|
|
163
176
|
},
|
|
164
177
|
"engines": {
|
|
165
|
-
"node": "
|
|
178
|
+
"node": "14.17.3"
|
|
166
179
|
},
|
|
167
180
|
"config": {
|
|
168
181
|
"commitizen": {
|