|
30 | 30 | "check:ts": "gts lint",
|
31 | 31 | "test": "npx jest -c jest.config.js",
|
32 | 32 | "coverage": "npx jest -c jest.config.js --coverage",
|
33 |
| - "cypress": "wait-on -v http-get://localhost:9000/api/v1/node http://localhost:8000/config http://localhost:8080 && npx cypress run", |
| 33 | + "cypress": "wait-on -v -i 10000 http-get://127.0.0.1:9000/api/v1/node http://127.0.0.1:8000/config http://127.0.0.1:8080 && npx cypress run", |
34 | 34 | "e2e": "concurrently -kill-others --success first \"yarn start\" \"yarn cypress\"",
|
35 |
| - "e2e:headed": "concurrently -kill-others --success first \"yarn start:e2e\" \"wait-on http://localhost:8080 && npx cypress run --headed\"", |
| 35 | + "e2e:headed": "concurrently -kill-others --success first \"yarn start:e2e\" \"wait-on -i 10000 http://127.0.0.1:8080 && npx cypress run --headed\"", |
36 | 36 | "analyze": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json"
|
37 | 37 | },
|
38 | 38 | "lint-staged": {
|
|
88 | 88 | "@angular/cli": "15.1.5",
|
89 | 89 | "@angular/compiler-cli": "15.1.4",
|
90 | 90 | "@angular/language-service": "15.1.4",
|
91 |
| - "@babel/core": "7.19.1", |
92 |
| - "@babel/preset-env": "7.19.1", |
93 |
| - "@babel/register": "7.18.9", |
94 |
| - "@cypress/webpack-preprocessor": "5.12.2", |
| 91 | + "@babel/core": "7.21.3", |
| 92 | + "@babel/preset-env": "7.20.2", |
| 93 | + "@babel/register": "7.21.0", |
| 94 | + "@cypress/webpack-preprocessor": "5.17.0", |
95 | 95 | "@types/d3": "7.4.0",
|
96 | 96 | "@types/d3-scale": "4.0.2",
|
97 | 97 | "@types/file-saver": "2.0.5",
|
|
105 | 105 | "@typescript-eslint/parser": "5.38.0",
|
106 | 106 | "codelyzer": "6.0.2",
|
107 | 107 | "concurrently": "7.6.0",
|
108 |
| - "cypress": "9.7.0", |
| 108 | + "cypress": "12.8.1", |
109 | 109 | "cypress-fail-fast": "5.0.1",
|
110 | 110 | "del": "6.1.1",
|
111 | 111 | "eslint": "8.33.0",
|
|
145 | 145 | "ts-node": "10.9.1",
|
146 | 146 | "typescript": "4.9.5",
|
147 | 147 | "wait-on": "6.0.1",
|
148 |
| - "webpack-bundle-analyzer": "4.7.0", |
149 |
| - "webpack-dev-server": "4.11.1" |
| 148 | + "webpack-bundle-analyzer": "4.8.0", |
| 149 | + "webpack-dev-server": "4.13.1" |
150 | 150 | },
|
151 | 151 | "overrides": {
|
152 | 152 | "colors": "1.4.0"
|
|
0 commit comments