@centreon/js-config 26.3.3 → 26.5.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/cypress/e2e/tasks.ts +1 -1
- package/package.json +57 -57
package/cypress/e2e/tasks.ts
CHANGED
|
@@ -256,7 +256,7 @@ export default (on: Cypress.PluginEvents): void => {
|
|
|
256
256
|
},
|
|
257
257
|
stopContainers: async () => {
|
|
258
258
|
if (dockerEnvironment !== null) {
|
|
259
|
-
await dockerEnvironment.down();
|
|
259
|
+
await dockerEnvironment.down({ timeout: 0 });
|
|
260
260
|
|
|
261
261
|
dockerEnvironment = null;
|
|
262
262
|
}
|
package/package.json
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
2
|
+
"name": "@centreon/js-config",
|
|
3
|
+
"description": "Centreon Frontend shared build configuration",
|
|
4
|
+
"version": "26.5.1",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/centreon/centreon.git"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"centreon",
|
|
11
|
+
"eslint"
|
|
12
|
+
],
|
|
13
|
+
"author": "centreon@centreon.com",
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/centreon/centreon/issues"
|
|
17
|
+
},
|
|
18
|
+
"homepage": "https://github.com/centreon/centreon#readme",
|
|
19
|
+
"peerDependencies": {
|
|
20
|
+
"eslint": "^8.53.0",
|
|
21
|
+
"prettier": "^3.0.0"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@badeball/cypress-cucumber-preprocessor": "^23.2.1",
|
|
25
|
+
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.7",
|
|
26
|
+
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
27
|
+
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
28
|
+
"@tsconfig/node16": "^16.1.3",
|
|
29
|
+
"@tsconfig/node20": "^20.1.4",
|
|
30
|
+
"@types/cypress-cucumber-preprocessor": "^4.0.5",
|
|
31
|
+
"cypress": "^15.5.0",
|
|
32
|
+
"cypress-multi-reporters": "^2.0.5",
|
|
33
|
+
"cypress-terminal-report": "^7.3.3",
|
|
34
|
+
"cypress-wait-until": "^3.0.2",
|
|
35
|
+
"dotenv": "^16.4.5",
|
|
36
|
+
"esbuild": "^0.21.5",
|
|
37
|
+
"eslint": "^8.53.0",
|
|
38
|
+
"eslint-config-airbnb": "19.0.4",
|
|
39
|
+
"eslint-config-prettier": "^8.5.0",
|
|
40
|
+
"eslint-import-resolver-alias": "^1.1.2",
|
|
41
|
+
"eslint-import-resolver-typescript": "^3.5.5",
|
|
42
|
+
"eslint-plugin-babel": "^5.3.1",
|
|
43
|
+
"eslint-plugin-hooks": "^0.4.3",
|
|
44
|
+
"eslint-plugin-import": "^2.26.0",
|
|
45
|
+
"eslint-plugin-jest": "^26.1.5",
|
|
46
|
+
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
47
|
+
"eslint-plugin-node": "^11.1.0",
|
|
48
|
+
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
|
|
49
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
50
|
+
"eslint-plugin-react": "^7.29.4",
|
|
51
|
+
"eslint-plugin-react-hooks": "^4.5.0",
|
|
52
|
+
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
53
|
+
"eslint-plugin-typescript-sort-keys": "^2.1.0",
|
|
54
|
+
"mochawesome": "^7.1.3",
|
|
55
|
+
"mysql2": "^3.11.0",
|
|
56
|
+
"tar-fs": "^3.0.6",
|
|
57
|
+
"testcontainers": "^10.11.0"
|
|
58
|
+
}
|
|
59
59
|
}
|