gitlab-radiator 4.3.1 → 4.3.3
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/README.md +1 -2
- package/package.json +20 -20
- package/public/client.js +1 -1
package/README.md
CHANGED
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
## Pre-requisites
|
|
14
14
|
|
|
15
|
-
- Node.js
|
|
16
|
-
- A modern web browser
|
|
15
|
+
- Node.js v18 or newer
|
|
17
16
|
- An account in https://gitlab.com or an onsite installation of the [GitLab software package](https://about.gitlab.com/products).
|
|
18
17
|
|
|
19
18
|
## Installation
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"type": "module",
|
|
8
8
|
"description": "The missing GitLab build radiator view",
|
|
9
|
-
"version": "4.3.
|
|
9
|
+
"version": "4.3.3",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"bin": {
|
|
12
12
|
"gitlab-radiator": "bin/gitlab-radiator.js"
|
|
@@ -39,45 +39,45 @@
|
|
|
39
39
|
}
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"axios": "1.7.
|
|
42
|
+
"axios": "1.7.7",
|
|
43
43
|
"basic-auth": "2.0.1",
|
|
44
|
-
"compression": "1.7.
|
|
44
|
+
"compression": "1.7.5",
|
|
45
45
|
"esm": "3.2.25",
|
|
46
|
-
"express": "4.
|
|
46
|
+
"express": "4.21.1",
|
|
47
47
|
"js-yaml": "4.1.0",
|
|
48
48
|
"less": "4.2.0",
|
|
49
49
|
"lodash": "4.17.21",
|
|
50
50
|
"moment": "2.30.1",
|
|
51
51
|
"regenerator-runtime": "0.14.1",
|
|
52
|
-
"socket.io": "4.
|
|
52
|
+
"socket.io": "4.8.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@eslint/eslintrc": "3.1.0",
|
|
56
|
-
"@eslint/js": "9.
|
|
57
|
-
"@types/lodash": "4.17.
|
|
58
|
-
"@types/react": "18.3.
|
|
59
|
-
"@types/react-dom": "18.3.
|
|
56
|
+
"@eslint/js": "9.14.0",
|
|
57
|
+
"@types/lodash": "4.17.13",
|
|
58
|
+
"@types/react": "18.3.12",
|
|
59
|
+
"@types/react-dom": "18.3.1",
|
|
60
60
|
"@types/webpack-env": "1.18.5",
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
62
|
-
"@typescript-eslint/parser": "8.
|
|
63
|
-
"chai": "5.1.
|
|
64
|
-
"core-js": "3.
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "8.14.0",
|
|
62
|
+
"@typescript-eslint/parser": "8.14.0",
|
|
63
|
+
"chai": "5.1.2",
|
|
64
|
+
"core-js": "3.39.0",
|
|
65
65
|
"css-loader": "7.1.2",
|
|
66
|
-
"eslint": "9.
|
|
66
|
+
"eslint": "9.14.0",
|
|
67
67
|
"eslint-plugin-mocha": "10.5.0",
|
|
68
|
-
"eslint-plugin-react": "7.
|
|
69
|
-
"globals": "15.
|
|
68
|
+
"eslint-plugin-react": "7.37.2",
|
|
69
|
+
"globals": "15.12.0",
|
|
70
70
|
"less-loader": "12.2.0",
|
|
71
|
-
"mocha": "10.
|
|
71
|
+
"mocha": "10.8.2",
|
|
72
72
|
"normalize.css": "8.0.1",
|
|
73
73
|
"react": "18.3.1",
|
|
74
74
|
"react-dom": "18.3.1",
|
|
75
75
|
"style-loader": "4.0.0",
|
|
76
76
|
"ts-loader": "9.5.1",
|
|
77
|
-
"typescript": "5.
|
|
78
|
-
"webpack": "5.
|
|
77
|
+
"typescript": "5.6.3",
|
|
78
|
+
"webpack": "5.96.1",
|
|
79
79
|
"webpack-cli": "5.1.4",
|
|
80
|
-
"webpack-dev-middleware": "7.4.
|
|
80
|
+
"webpack-dev-middleware": "7.4.2",
|
|
81
81
|
"webpack-hot-middleware": "2.26.1",
|
|
82
82
|
"webpack-merge": "6.0.1"
|
|
83
83
|
},
|