@allurereport/web-dashboard 3.9.0 → 3.10.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/multi/{app-9bf2a6cfe50a782b7b1a.js → app-1a6a6bf4ee738b7c1942.js} +2 -2
- package/dist/multi/manifest.json +23 -23
- package/dist/multi/{styles-3008f94749f9ff24e755.css → styles-54901bb6da86eb1e69eb.css} +1 -1
- package/dist/single/app-8f0b5f7a5f8047bf41b4.js +2 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +14 -14
- package/webpack.config.js +9 -6
- package/dist/single/app-d815aa47b6c27c771d67.js +0 -2
- /package/dist/multi/{173.app-9bf2a6cfe50a782b7b1a.js → 173.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{174.app-9bf2a6cfe50a782b7b1a.js → 174.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{252.app-9bf2a6cfe50a782b7b1a.js → 252.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{282.app-9bf2a6cfe50a782b7b1a.js → 282.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{29.app-9bf2a6cfe50a782b7b1a.js → 29.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{310.app-9bf2a6cfe50a782b7b1a.js → 310.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{416.app-9bf2a6cfe50a782b7b1a.js → 416.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{507.app-9bf2a6cfe50a782b7b1a.js → 507.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{527.app-9bf2a6cfe50a782b7b1a.js → 527.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{600.app-9bf2a6cfe50a782b7b1a.js → 600.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{605.app-9bf2a6cfe50a782b7b1a.js → 605.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{638.app-9bf2a6cfe50a782b7b1a.js → 638.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{672.app-9bf2a6cfe50a782b7b1a.js → 672.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{686.app-9bf2a6cfe50a782b7b1a.js → 686.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{725.app-9bf2a6cfe50a782b7b1a.js → 725.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{741.app-9bf2a6cfe50a782b7b1a.js → 741.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{749.app-9bf2a6cfe50a782b7b1a.js → 749.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{755.app-9bf2a6cfe50a782b7b1a.js → 755.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{894.app-9bf2a6cfe50a782b7b1a.js → 894.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{943.app-9bf2a6cfe50a782b7b1a.js → 943.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{980.app-9bf2a6cfe50a782b7b1a.js → 980.app-1a6a6bf4ee738b7c1942.js} +0 -0
- /package/dist/multi/{app-9bf2a6cfe50a782b7b1a.js.LICENSE.txt → app-1a6a6bf4ee738b7c1942.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-d815aa47b6c27c771d67.js.LICENSE.txt → app-8f0b5f7a5f8047bf41b4.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allurereport/web-dashboard",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"description": "The static files for Allure Dashboard Report",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"allure",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"lint:fix": "oxlint --import-plugin --fix src test features stories"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@allurereport/charts-api": "3.
|
|
34
|
-
"@allurereport/core-api": "3.
|
|
35
|
-
"@allurereport/web-commons": "3.
|
|
36
|
-
"@allurereport/web-components": "3.
|
|
33
|
+
"@allurereport/charts-api": "3.10.0",
|
|
34
|
+
"@allurereport/core-api": "3.10.0",
|
|
35
|
+
"@allurereport/web-commons": "3.10.0",
|
|
36
|
+
"@allurereport/web-components": "3.10.0",
|
|
37
37
|
"@preact/signals": "^2.6.1",
|
|
38
38
|
"clsx": "^2.1.1",
|
|
39
39
|
"i18next": "^24.0.2",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"@types/babel__core": "^7.20.5",
|
|
50
50
|
"@types/d3-shape": "^3.1.6",
|
|
51
51
|
"@types/diff": "^7",
|
|
52
|
-
"@types/node": "^20
|
|
53
|
-
"@vitest/runner": "^2
|
|
52
|
+
"@types/node": "^20",
|
|
53
|
+
"@vitest/runner": "^2",
|
|
54
54
|
"@vitest/snapshot": "^2.1.9",
|
|
55
|
-
"allure-js-commons": "^3
|
|
56
|
-
"allure-vitest": "^3
|
|
55
|
+
"allure-js-commons": "^3",
|
|
56
|
+
"allure-vitest": "^3",
|
|
57
57
|
"autoprefixer": "^10.4.20",
|
|
58
58
|
"babel-loader": "^9.2.1",
|
|
59
59
|
"babel-plugin-prismjs": "^2.1.0",
|
|
@@ -63,17 +63,17 @@
|
|
|
63
63
|
"html-webpack-plugin": "^5.6.3",
|
|
64
64
|
"mini-css-extract-plugin": "^2.9.1",
|
|
65
65
|
"npm-run-all2": "^7.0.1",
|
|
66
|
-
"postcss": "^8.5.
|
|
67
|
-
"rimraf": "^6
|
|
66
|
+
"postcss": "^8.5.10",
|
|
67
|
+
"rimraf": "^6",
|
|
68
68
|
"sass": "^1.79.1",
|
|
69
69
|
"sass-loader": "^16.0.1",
|
|
70
70
|
"style-loader": "^4.0.0",
|
|
71
71
|
"svg-sprite-loader": "^6.0.11",
|
|
72
|
-
"typescript": "^5
|
|
73
|
-
"vitest": "^
|
|
72
|
+
"typescript": "^5",
|
|
73
|
+
"vitest": "^4.1.0",
|
|
74
74
|
"webpack": "^5.99.9",
|
|
75
75
|
"webpack-cli": "^5.1.4",
|
|
76
|
-
"webpack-dev-server": "^5.2.
|
|
76
|
+
"webpack-dev-server": "^5.2.4",
|
|
77
77
|
"webpack-manifest-plugin": "^5.0.0"
|
|
78
78
|
},
|
|
79
79
|
"browserslist": [
|
package/webpack.config.js
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import HtmlWebpackPlugin from "html-webpack-plugin";
|
|
3
|
-
import MiniCssExtractPlugin from "mini-css-extract-plugin";
|
|
1
|
+
import { createRequire } from "node:module";
|
|
4
2
|
import { dirname, join } from "node:path";
|
|
5
3
|
import { env } from "node:process";
|
|
6
4
|
import { fileURLToPath } from "node:url";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
|
|
6
|
+
const require = createRequire(import.meta.url);
|
|
7
|
+
const ForkTsCheckerPlugin = require("fork-ts-checker-webpack-plugin");
|
|
8
|
+
const HtmlWebpackPlugin = require("html-webpack-plugin");
|
|
9
|
+
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
|
10
|
+
const SpriteLoaderPlugin = require("svg-sprite-loader/plugin");
|
|
11
|
+
const webpack = require("webpack");
|
|
12
|
+
const { WebpackManifestPlugin } = require("webpack-manifest-plugin");
|
|
10
13
|
|
|
11
14
|
const { SINGLE_FILE_MODE } = env;
|
|
12
15
|
const baseDir = dirname(fileURLToPath(import.meta.url));
|