dtable-statistic 5.3.41 → 5.3.42-alpha.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.
- package/package.json +12 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dtable-statistic",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.42-alpha.1",
|
|
4
4
|
"description": "statistics",
|
|
5
5
|
"main": "dist/dtable-statistic.js",
|
|
6
6
|
"author": "seafile",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"@antv/util": "^3.3.2",
|
|
10
10
|
"comlink": "^4.4.1",
|
|
11
11
|
"dayjs": "1.10.7",
|
|
12
|
+
"dtable-web-api": "^5.2.7",
|
|
12
13
|
"html2canvas": "^1.4.1",
|
|
13
14
|
"react": "^18.3.1",
|
|
14
15
|
"react-dom": "^18.3.1",
|
|
@@ -40,13 +41,12 @@
|
|
|
40
41
|
"babel-plugin-import": "^1.13.6",
|
|
41
42
|
"babel-plugin-named-asset-import": "^0.3.8",
|
|
42
43
|
"babel-preset-react-app": "^10.0.1",
|
|
43
|
-
"bfj": "^7.0.2",
|
|
44
44
|
"browserslist": "^4.18.1",
|
|
45
45
|
"camelcase": "^6.2.1",
|
|
46
46
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
47
47
|
"circular-dependency-plugin": "^5.2.2",
|
|
48
48
|
"css-loader": "^6.5.1",
|
|
49
|
-
"css-minimizer-webpack-plugin": "^
|
|
49
|
+
"css-minimizer-webpack-plugin": "^8.0.0",
|
|
50
50
|
"dotenv": "^10.0.0",
|
|
51
51
|
"dotenv-expand": "^5.1.0",
|
|
52
52
|
"dtable-store": "6.0.11",
|
|
@@ -65,12 +65,13 @@
|
|
|
65
65
|
"less": "^4.2.0",
|
|
66
66
|
"less-loader": "^11.1.3",
|
|
67
67
|
"mini-css-extract-plugin": "^2.4.5",
|
|
68
|
-
"
|
|
68
|
+
"path-browserify": "^1.0.1",
|
|
69
69
|
"postcss": "^8.4.31",
|
|
70
70
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
71
71
|
"postcss-loader": "^6.2.1",
|
|
72
72
|
"postcss-normalize": "^10.0.1",
|
|
73
73
|
"postcss-preset-env": "^7.0.1",
|
|
74
|
+
"process": "^0.11.10",
|
|
74
75
|
"prompts": "^2.4.2",
|
|
75
76
|
"react-app-polyfill": "^3.0.0",
|
|
76
77
|
"react-dev-utils": "^12.0.1",
|
|
@@ -89,7 +90,7 @@
|
|
|
89
90
|
"webpack": "^5.64.4",
|
|
90
91
|
"webpack-dev-server": "^5.2.0",
|
|
91
92
|
"webpack-manifest-plugin": "^4.0.2",
|
|
92
|
-
"workbox-webpack-plugin": "^
|
|
93
|
+
"workbox-webpack-plugin": "^7.4.0",
|
|
93
94
|
"worker-loader": "3.0.8"
|
|
94
95
|
},
|
|
95
96
|
"scripts": {
|
|
@@ -137,5 +138,11 @@
|
|
|
137
138
|
"last 1 firefox version",
|
|
138
139
|
"last 1 safari version"
|
|
139
140
|
]
|
|
141
|
+
},
|
|
142
|
+
"overrides": {
|
|
143
|
+
"serialize-javascript": "^7.0.3",
|
|
144
|
+
"qs": "^6.14.1",
|
|
145
|
+
"js-yaml": "^4.1.1",
|
|
146
|
+
"@tootallnate/once": "^3.0.1"
|
|
140
147
|
}
|
|
141
148
|
}
|