react-autoql 3.5.4 → 4.0.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": "3.5.4",
3
+ "version": "4.0.1",
4
4
  "description": "React Widget Library",
5
5
  "main": "dist/autoql.cjs.js",
6
6
  "module": "dist/autoql.esm.js",
@@ -11,9 +11,9 @@
11
11
  "dist"
12
12
  ],
13
13
  "scripts": {
14
- "dev": "watch 'npm run build' src",
14
+ "dev": "export NODE_ENV=dev && watch 'npm run build' src",
15
15
  "packexample": "cd example/package && npm pack ../..",
16
- "test": "NODE_ENV=test && jest",
16
+ "test": "NODE_ENV=test && jest --silent=false",
17
17
  "test:watch": "jest --watch",
18
18
  "test:coverage": "npm test -- --coverage",
19
19
  "test:badges": "npm run test:coverage && npx make-coverage-badge --output-path ./public/badge.svg",
@@ -47,20 +47,11 @@
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
50
  "@babel/runtime": "^7.16.0",
58
51
  "@material-ui/core": "^4.11.3",
59
- "@material-ui/lab": "^4.0.0-alpha.58",
60
- "@rollup/plugin-replace": "^3.0.0",
52
+ "@material-ui/lab": "^4.0.0-alpha.60",
53
+ "@react-icons/all-files": "^4.1.0",
61
54
  "axios": "^0.21.1",
62
- "babel-core": "^7.0.0-bridge.0",
63
- "d3": "^5.12.0",
64
55
  "d3-array": "^2.3.3",
65
56
  "d3-axis": "^1.0.12",
66
57
  "d3-collection": "^1.0.7",
@@ -72,33 +63,34 @@
72
63
  "d3-transition": "^1.2.0",
73
64
  "dayjs": "^1.8.36",
74
65
  "disable-scroll": "^0.5.0",
75
- "install": "^0.13.0",
76
- "ionicons": "^5.5.2",
66
+ "html-react-parser": "^1.4.9",
77
67
  "jwt-decode": "^3.1.2",
78
- "lodash": "^4.17.21",
79
68
  "lodash.clonedeep": "^4.5.0",
69
+ "lodash.filter": "^4.6.0",
70
+ "lodash.functions": "^4.3.0",
80
71
  "lodash.get": "^4.4.2",
81
72
  "lodash.has": "^4.5.2",
82
73
  "lodash.includes": "^4.3.0",
83
74
  "lodash.isempty": "^4.4.0",
84
75
  "lodash.isequal": "^4.5.0",
76
+ "lodash.omit": "^4.5.0",
85
77
  "lodash.reduce": "^4.6.0",
86
78
  "lodash.some": "^4.6.0",
87
79
  "lodash.uniq": "^4.5.0",
88
80
  "make-coverage-badge": "^1.2.0",
89
- "moment": "^2.29.1",
90
81
  "moment-timezone": "^0.5.32",
91
- "numbro": "^2.2.0",
92
82
  "parse-num": "^1.0.0",
93
83
  "prop-types": "^15.7.2",
94
- "rc-drawer": "^1.10.1",
84
+ "rc-drawer": "^4.4.3",
85
+ "react": "^16.9.0",
95
86
  "react-autosuggest": "^9.4.3",
96
87
  "react-collapse": "^5.1.1",
97
88
  "react-contenteditable": "^3.3.5",
98
89
  "react-custom-scrollbars": "^4.2.1",
99
- "react-grid-layout": "^0.16.6",
100
- "react-html-renderer": "^0.3.2",
101
- "react-icons": "^3.8.0",
90
+ "react-custom-scrollbars-2": "^4.4.0",
91
+ "react-dom": "^16.9.0",
92
+ "react-grid-layout": "^1.3.4",
93
+ "react-icons": "^4.3.1",
102
94
  "react-infinite-scroller": "^1.2.4",
103
95
  "react-localization": "^1.0.16",
104
96
  "react-modal": "^3.11.2",
@@ -115,11 +107,17 @@
115
107
  "sql-formatter": "^2.3.3",
116
108
  "tabulator-tables": "4.7.2",
117
109
  "throttle-debounce": "^2.1.0",
118
- "uuid": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz"
110
+ "uuid": "^8.3.2"
119
111
  },
120
112
  "devDependencies": {
121
- "@babel/core": "^7.0.0",
113
+ "@babel/cli": "^7.16.0",
114
+ "@babel/core": "^7.16.0",
115
+ "@babel/plugin-proposal-class-properties": "^7.16.0",
116
+ "@babel/plugin-proposal-object-rest-spread": "^7.16.0",
117
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
122
118
  "@babel/plugin-transform-runtime": "^7.16.0",
119
+ "@babel/preset-env": "^7.16.0",
120
+ "@babel/preset-react": "^7.16.0",
123
121
  "@rollup/plugin-babel": "^5.3.0",
124
122
  "@rollup/plugin-image": "^2.0.5",
125
123
  "@rollup/plugin-node-resolve": "^13.0.6",
@@ -133,6 +131,7 @@
133
131
  "axios-mock-adapter": "^1.18.1",
134
132
  "babel-core": "^7.0.0-bridge.0",
135
133
  "babel-jest": "^23.4.2",
134
+ "babel-plugin-import": "^1.13.3",
136
135
  "babel-preset-es2015-rollup": "^3.0.0",
137
136
  "check-prop-types": "^1.1.2",
138
137
  "cz-conventional-changelog": "^3.2.0",
@@ -157,25 +156,27 @@
157
156
  "postcss-prefixer": "^2.1.2",
158
157
  "prettier-eslint": "^8.8.2",
159
158
  "prettier-eslint-cli": "^4.7.1",
160
- "react": "^16.13.1",
161
- "react-dom": "^16.13.1",
162
159
  "react-test-renderer": "^16.11.0",
163
160
  "rimraf": "^2.7.1",
164
161
  "rollup": "^2.59.0",
162
+ "rollup-plugin-analyzer": "^4.0.0",
165
163
  "rollup-plugin-babel": "^4.4.0",
164
+ "rollup-plugin-bundle-size": "^1.0.3",
166
165
  "rollup-plugin-commonjs": "^10.1.0",
167
166
  "rollup-plugin-css-only": "^1.0.0",
167
+ "rollup-plugin-gzip": "^3.0.0",
168
168
  "rollup-plugin-node-resolve": "^5.2.0",
169
169
  "rollup-plugin-postcss": "^2.9.0",
170
170
  "rollup-plugin-svg": "^1.0.1",
171
171
  "rollup-plugin-terser": "^5.1.2",
172
+ "rollup-plugin-visualizer": "^5.6.0",
172
173
  "semantic-release": "^17.0.8",
173
174
  "semantic-release-cli": "^5.3.1",
174
175
  "watch": "^1.0.2"
175
176
  },
176
177
  "peerDependencies": {
177
- "react": ">=16.2",
178
- "react-dom": ">=16.13.1"
178
+ "react": ">=16.9.0",
179
+ "react-dom": ">=16.9.0"
179
180
  },
180
181
  "resolutions": {
181
182
  "**/**/fsevents": "^1.2.9"
Binary file