gitlab-radiator 3.3.7 → 3.3.11
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 +35 -35
- package/public/client.js +1 -1
- package/src/app.js +2 -2
- package/src/gitlab/index.js +5 -5
- package/src/gitlab/pipelines.js +2 -2
- package/src/gitlab/projects.js +1 -0
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": "3.3.
|
|
8
|
+
"version": "3.3.11",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"bin": {
|
|
11
11
|
"gitlab-radiator": "bin/gitlab-radiator"
|
|
@@ -38,52 +38,52 @@
|
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@babel/runtime": "7.
|
|
42
|
-
"axios": "0.
|
|
41
|
+
"@babel/runtime": "7.16.5",
|
|
42
|
+
"axios": "0.24.0",
|
|
43
43
|
"basic-auth": "2.0.1",
|
|
44
44
|
"compression": "1.7.4",
|
|
45
|
-
"date-fns": "2.
|
|
45
|
+
"date-fns": "2.28.0",
|
|
46
46
|
"esm": "3.2.25",
|
|
47
|
-
"express": "4.17.
|
|
47
|
+
"express": "4.17.2",
|
|
48
48
|
"js-yaml": "4.1.0",
|
|
49
49
|
"less-middleware": "3.1.0",
|
|
50
50
|
"lodash": "4.17.21",
|
|
51
|
-
"socket.io": "4.
|
|
51
|
+
"socket.io": "4.4.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/cli": "7.
|
|
55
|
-
"@babel/core": "7.
|
|
56
|
-
"@babel/node": "7.
|
|
57
|
-
"@babel/plugin-transform-runtime": "7.
|
|
58
|
-
"@babel/preset-env": "7.
|
|
59
|
-
"@babel/preset-react": "7.
|
|
60
|
-
"@babel/register": "7.
|
|
61
|
-
"@types/lodash": "4.14.
|
|
62
|
-
"@types/react": "17.0.
|
|
63
|
-
"@types/react-dom": "17.0.
|
|
64
|
-
"@types/webpack-env": "1.16.
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "
|
|
66
|
-
"@typescript-eslint/parser": "
|
|
67
|
-
"babel-
|
|
68
|
-
"babel-loader": "8.2.
|
|
54
|
+
"@babel/cli": "7.16.0",
|
|
55
|
+
"@babel/core": "7.16.5",
|
|
56
|
+
"@babel/node": "7.16.5",
|
|
57
|
+
"@babel/plugin-transform-runtime": "7.16.5",
|
|
58
|
+
"@babel/preset-env": "7.16.5",
|
|
59
|
+
"@babel/preset-react": "7.16.5",
|
|
60
|
+
"@babel/register": "7.16.5",
|
|
61
|
+
"@types/lodash": "4.14.178",
|
|
62
|
+
"@types/react": "17.0.38",
|
|
63
|
+
"@types/react-dom": "17.0.11",
|
|
64
|
+
"@types/webpack-env": "1.16.3",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "5.8.1",
|
|
66
|
+
"@typescript-eslint/parser": "5.8.1",
|
|
67
|
+
"@babel/eslint-parser": "7.16.5",
|
|
68
|
+
"babel-loader": "8.2.3",
|
|
69
69
|
"chai": "4.3.4",
|
|
70
|
-
"css-loader": "6.
|
|
71
|
-
"eslint": "
|
|
72
|
-
"eslint-plugin-mocha": "
|
|
73
|
-
"eslint-plugin-react": "7.
|
|
74
|
-
"less": "4.1.
|
|
75
|
-
"less-loader": "10.0
|
|
76
|
-
"mocha": "9.1.
|
|
70
|
+
"css-loader": "6.5.1",
|
|
71
|
+
"eslint": "8.5.0",
|
|
72
|
+
"eslint-plugin-mocha": "10.0.3",
|
|
73
|
+
"eslint-plugin-react": "7.28.0",
|
|
74
|
+
"less": "4.1.2",
|
|
75
|
+
"less-loader": "10.2.0",
|
|
76
|
+
"mocha": "9.1.3",
|
|
77
77
|
"normalize.css": "8.0.1",
|
|
78
78
|
"react": "17.0.2",
|
|
79
79
|
"react-dom": "17.0.2",
|
|
80
|
-
"sinon": "
|
|
81
|
-
"style-loader": "3.
|
|
82
|
-
"ts-loader": "9.2.
|
|
83
|
-
"typescript": "4.4
|
|
84
|
-
"webpack": "5.
|
|
85
|
-
"webpack-cli": "4.
|
|
86
|
-
"webpack-dev-middleware": "5.
|
|
80
|
+
"sinon": "12.0.1",
|
|
81
|
+
"style-loader": "3.3.1",
|
|
82
|
+
"ts-loader": "9.2.6",
|
|
83
|
+
"typescript": "4.5.4",
|
|
84
|
+
"webpack": "5.65.0",
|
|
85
|
+
"webpack-cli": "4.9.1",
|
|
86
|
+
"webpack-dev-middleware": "5.3.0",
|
|
87
87
|
"webpack-hot-middleware": "2.25.1",
|
|
88
88
|
"webpack-merge": "5.8.0"
|
|
89
89
|
},
|