react-autoql 8.21.1 → 8.23.0
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 +2 -2
- 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 +2 -2
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +12 -11
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.
|
|
3
|
+
"version": "8.23.0",
|
|
4
4
|
"description": "React Widget Library",
|
|
5
5
|
"main": "dist/autoql.cjs.js",
|
|
6
6
|
"module": "dist/autoql.esm.js",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"start": "npm run watch devscript",
|
|
26
26
|
"dev": "npm run watch devscript",
|
|
27
27
|
"devscript": "export NODE_ENV=dev && npm run build",
|
|
28
|
-
"test": "jest --silent=false --maxWorkers=4",
|
|
29
|
-
"test:changed": "jest --onlyChanged",
|
|
30
|
-
"test:watch": "jest --watch",
|
|
28
|
+
"test": "cross-env NODE_OPTIONS= jest --silent=false --maxWorkers=4",
|
|
29
|
+
"test:changed": "cross-env NODE_OPTIONS= jest --onlyChanged",
|
|
30
|
+
"test:watch": "cross-env NODE_OPTIONS= jest --watch",
|
|
31
31
|
"test:coverage": "npm test -- --coverage",
|
|
32
32
|
"test:badges": "npm run test:coverage && npx make-coverage-badge --output-path ./public/badge.svg",
|
|
33
|
-
"test:staged": "jest --findRelatedTests",
|
|
33
|
+
"test:staged": "cross-env NODE_OPTIONS= jest --findRelatedTests",
|
|
34
34
|
"build": "rollup -c",
|
|
35
35
|
"lint": "eslint src/**/*.js",
|
|
36
36
|
"lint:fix": "eslint --fix 'src/**/*.js'",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"style": "dist/autoql.esm.css",
|
|
43
43
|
"husky": {
|
|
44
44
|
"hooks": {
|
|
45
|
-
"pre-push": "npx jest --clearCache && npm run test"
|
|
45
|
+
"pre-push": "cross-env NODE_OPTIONS= npx jest --clearCache && cross-env NODE_OPTIONS= npm run test"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"lint-staged": {
|
|
@@ -62,31 +62,31 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@react-icons/all-files": "4.1.0",
|
|
65
|
-
"autoql-fe-utils": "1.10.
|
|
65
|
+
"autoql-fe-utils": "1.10.22",
|
|
66
66
|
"axios": "1.4.0",
|
|
67
67
|
"caniuse-lite": "1.0.30001692",
|
|
68
68
|
"classnames": "2.5.1",
|
|
69
69
|
"d3-array": "2.3.3",
|
|
70
70
|
"d3-axis": "1.0.12",
|
|
71
|
-
"d3-force": "
|
|
71
|
+
"d3-force": "3.0.0",
|
|
72
72
|
"d3-scale": "4.0.2",
|
|
73
73
|
"d3-selection": "3.0.0",
|
|
74
74
|
"d3-shape": "3.2.0",
|
|
75
75
|
"d3-transition": "3.0.1",
|
|
76
|
-
"d3-zoom": "
|
|
76
|
+
"d3-zoom": "3.0.0",
|
|
77
77
|
"date-fns": "2.28.0",
|
|
78
78
|
"dayjs": "1.8.36",
|
|
79
79
|
"html-react-parser": "1.4.9",
|
|
80
80
|
"jstat": "1.9.6",
|
|
81
81
|
"lodash.clonedeep": "4.5.0",
|
|
82
|
-
"lodash.debounce": "
|
|
82
|
+
"lodash.debounce": "4.0.8",
|
|
83
83
|
"lodash.filter": "4.6.0",
|
|
84
84
|
"lodash.has": "4.5.2",
|
|
85
85
|
"lodash.isempty": "4.4.0",
|
|
86
86
|
"lodash.isequal": "4.5.0",
|
|
87
87
|
"lodash.throttle": "4.1.1",
|
|
88
88
|
"make-coverage-badge": "1.2.0",
|
|
89
|
-
"pako": "
|
|
89
|
+
"pako": "2.1.0",
|
|
90
90
|
"parse-num": "1.0.0",
|
|
91
91
|
"prop-types": "15.7.2",
|
|
92
92
|
"rc-drawer": "4.4.3",
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
"babel-jest": "28.1.1",
|
|
141
141
|
"babel-plugin-import": "1.13.8",
|
|
142
142
|
"check-prop-types": "1.1.2",
|
|
143
|
+
"cross-env": "7.0.3",
|
|
143
144
|
"enzyme": "3.11.0",
|
|
144
145
|
"enzyme-adapter-react-16": "1.15.6",
|
|
145
146
|
"eslint": "8.25.0",
|