react-autoql 4.0.1 → 4.2.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": "4.0.1",
3
+ "version": "4.2.1",
4
4
  "description": "React Widget Library",
5
5
  "main": "dist/autoql.cjs.js",
6
6
  "module": "dist/autoql.esm.js",
@@ -18,7 +18,7 @@
18
18
  "test:coverage": "npm test -- --coverage",
19
19
  "test:badges": "npm run test:coverage && npx make-coverage-badge --output-path ./public/badge.svg",
20
20
  "test:staged": "jest --findRelatedTests",
21
- "build": "NODE_ENV=dev rollup -c",
21
+ "build": "rollup -c",
22
22
  "lint": "eslint '**/*.js'",
23
23
  "lint:fix": "prettier-eslint '**/*.js' --write",
24
24
  "prepublish": "npx rimraf dist && npm run build",
@@ -28,7 +28,7 @@
28
28
  "style": "dist/autoql.esm.css",
29
29
  "husky": {
30
30
  "hooks": {
31
- "pre-commit": "npx jest --clearCache && npm run test:badges && git add public/badge.svg && npm run packexample && git add example/package/react-autoql-0.0.0-semantically-released.tgz"
31
+ "pre-commit": "npm run packexample && git add example/package/react-autoql-0.0.0-semantically-released.tgz && npx jest --clearCache && npm run test"
32
32
  }
33
33
  },
34
34
  "lint-staged": {
@@ -48,9 +48,6 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@babel/runtime": "^7.16.0",
51
- "@material-ui/core": "^4.11.3",
52
- "@material-ui/lab": "^4.0.0-alpha.60",
53
- "@react-icons/all-files": "^4.1.0",
54
51
  "axios": "^0.21.1",
55
52
  "d3-array": "^2.3.3",
56
53
  "d3-axis": "^1.0.12",
@@ -76,6 +73,7 @@
76
73
  "lodash.omit": "^4.5.0",
77
74
  "lodash.reduce": "^4.6.0",
78
75
  "lodash.some": "^4.6.0",
76
+ "lodash.sortby": "^4.7.0",
79
77
  "lodash.uniq": "^4.5.0",
80
78
  "make-coverage-badge": "^1.2.0",
81
79
  "moment-timezone": "^0.5.32",
@@ -101,10 +99,12 @@
101
99
  "react-switch": "^6.0.0",
102
100
  "react-tabulator": "^0.13.2",
103
101
  "react-tiny-popover": "^3.4.5",
102
+ "react-toastify": "^8.2.0",
104
103
  "react-tooltip": "4.2.10",
105
104
  "recordrtc": "^5.6.1",
106
105
  "sanitize-html": "^2.3.2",
107
106
  "sql-formatter": "^2.3.3",
107
+ "stylis": "^4.0.4",
108
108
  "tabulator-tables": "4.7.2",
109
109
  "throttle-debounce": "^2.1.0",
110
110
  "uuid": "^8.3.2"