gitlab-radiator 3.5.3 → 4.0.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/package.json +37 -37
- package/public/client.js +1 -1
- package/src/app.js +2 -2
- package/src/config.js +1 -2
- package/src/gitlab/index.js +2 -2
- package/src/gitlab/pipelines.js +2 -2
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"email": "heikki.pora@gmail.com"
|
|
6
6
|
},
|
|
7
7
|
"description": "The missing GitLab build radiator view",
|
|
8
|
-
"version": "
|
|
8
|
+
"version": "4.0.0",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"bin": {
|
|
11
11
|
"gitlab-radiator": "bin/gitlab-radiator"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"test": "mocha --require @babel/register --timeout 20000 test/*.js test/**/*.js"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
|
-
"node": ">=
|
|
20
|
+
"node": ">=16.17.0"
|
|
21
21
|
},
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
@@ -38,53 +38,53 @@
|
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@babel/runtime": "7.
|
|
42
|
-
"axios": "1.
|
|
41
|
+
"@babel/runtime": "7.23.2",
|
|
42
|
+
"axios": "1.6.1",
|
|
43
43
|
"basic-auth": "2.0.1",
|
|
44
44
|
"compression": "1.7.4",
|
|
45
|
-
"date-fns": "2.
|
|
45
|
+
"date-fns": "2.30.0",
|
|
46
46
|
"esm": "3.2.25",
|
|
47
47
|
"express": "4.18.2",
|
|
48
48
|
"js-yaml": "4.1.0",
|
|
49
|
-
"less": "4.
|
|
49
|
+
"less": "4.2.0",
|
|
50
50
|
"lodash": "4.17.21",
|
|
51
|
-
"socket.io": "4.
|
|
51
|
+
"socket.io": "4.7.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/cli": "7.
|
|
55
|
-
"@babel/core": "7.
|
|
56
|
-
"@babel/eslint-parser": "7.
|
|
57
|
-
"@babel/node": "7.
|
|
58
|
-
"@babel/plugin-transform-runtime": "7.
|
|
59
|
-
"@babel/preset-env": "7.
|
|
60
|
-
"@babel/preset-react": "7.
|
|
61
|
-
"@babel/register": "7.
|
|
62
|
-
"@types/lodash": "4.14.
|
|
63
|
-
"@types/react": "18.
|
|
64
|
-
"@types/react-dom": "18.
|
|
65
|
-
"@types/webpack-env": "1.18.
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "
|
|
67
|
-
"@typescript-eslint/parser": "
|
|
68
|
-
"babel-loader": "9.1.
|
|
69
|
-
"chai": "4.3.
|
|
70
|
-
"css-loader": "6.
|
|
71
|
-
"eslint": "8.
|
|
72
|
-
"eslint-plugin-mocha": "10.
|
|
73
|
-
"eslint-plugin-react": "7.
|
|
74
|
-
"less-loader": "11.1.
|
|
54
|
+
"@babel/cli": "7.23.0",
|
|
55
|
+
"@babel/core": "7.23.3",
|
|
56
|
+
"@babel/eslint-parser": "7.23.3",
|
|
57
|
+
"@babel/node": "7.22.19",
|
|
58
|
+
"@babel/plugin-transform-runtime": "7.23.3",
|
|
59
|
+
"@babel/preset-env": "7.23.3",
|
|
60
|
+
"@babel/preset-react": "7.23.3",
|
|
61
|
+
"@babel/register": "7.22.15",
|
|
62
|
+
"@types/lodash": "4.14.201",
|
|
63
|
+
"@types/react": "18.2.37",
|
|
64
|
+
"@types/react-dom": "18.2.15",
|
|
65
|
+
"@types/webpack-env": "1.18.4",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "6.11.0",
|
|
67
|
+
"@typescript-eslint/parser": "6.11.0",
|
|
68
|
+
"babel-loader": "9.1.3",
|
|
69
|
+
"chai": "4.3.10",
|
|
70
|
+
"css-loader": "6.8.1",
|
|
71
|
+
"eslint": "8.53.0",
|
|
72
|
+
"eslint-plugin-mocha": "10.2.0",
|
|
73
|
+
"eslint-plugin-react": "7.33.2",
|
|
74
|
+
"less-loader": "11.1.3",
|
|
75
75
|
"mocha": "10.2.0",
|
|
76
76
|
"normalize.css": "8.0.1",
|
|
77
77
|
"react": "18.2.0",
|
|
78
78
|
"react-dom": "18.2.0",
|
|
79
|
-
"sinon": "
|
|
80
|
-
"style-loader": "3.3.
|
|
81
|
-
"ts-loader": "9.
|
|
82
|
-
"typescript": "
|
|
83
|
-
"webpack": "5.
|
|
84
|
-
"webpack-cli": "5.
|
|
85
|
-
"webpack-dev-middleware": "6.
|
|
86
|
-
"webpack-hot-middleware": "2.25.
|
|
87
|
-
"webpack-merge": "5.
|
|
79
|
+
"sinon": "17.0.1",
|
|
80
|
+
"style-loader": "3.3.3",
|
|
81
|
+
"ts-loader": "9.5.0",
|
|
82
|
+
"typescript": "5.2.2",
|
|
83
|
+
"webpack": "5.89.0",
|
|
84
|
+
"webpack-cli": "5.1.4",
|
|
85
|
+
"webpack-dev-middleware": "6.1.1",
|
|
86
|
+
"webpack-hot-middleware": "2.25.4",
|
|
87
|
+
"webpack-merge": "5.10.0"
|
|
88
88
|
},
|
|
89
89
|
"browserslist": [
|
|
90
90
|
"last 5 years",
|