@centreon/js-config 25.10.6 → 25.10.8
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
|
@@ -276,7 +276,7 @@ export default (on: Cypress.PluginEvents): void => {
|
|
|
276
276
|
},
|
|
277
277
|
stopContainers: async () => {
|
|
278
278
|
if (dockerEnvironment !== null) {
|
|
279
|
-
await dockerEnvironment.down();
|
|
279
|
+
await dockerEnvironment.down({ timeout: 0 });
|
|
280
280
|
|
|
281
281
|
dockerEnvironment = null;
|
|
282
282
|
}
|
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": "25.10.8",
|
|
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": "^20.1.2",
|
|
25
|
+
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.2",
|
|
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": "^13.13.3",
|
|
32
|
+
"cypress-multi-reporters": "^1.6.4",
|
|
33
|
+
"cypress-terminal-report": "^6.1.2",
|
|
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
|
}
|