|
1 | 1 | { |
2 | 2 | "name": "angularexampleapp", |
3 | | - "version": "20.0.0", |
| 3 | + "version": "21.0.0", |
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | 6 | "prepare": "husky", |
|
10 | 10 | "format:check": "prettier --check \"**/*.{ts,js,json,html,css,scss,md,mdx}\"", |
11 | 11 | "format:fix": "prettier --write \"**/*.{ts,js,json,html,css,scss,md,mdx}\"", |
12 | 12 | "lint": "ng lint && stylelint \"**/*.{css,scss}\"", |
13 | | - "test": "ng test --no-code-coverage --no-watch", |
14 | | - "test:coverage": "ng test --code-coverage --no-watch", |
15 | | - "test:watch": "ng test --no-code-coverage", |
| 13 | + "test": "ng test --no-watch", |
| 14 | + "test:watch": "ng test", |
| 15 | + "test:coverage": "ng test --coverage --no-watch", |
16 | 16 | "e2e:local": "BASE_URL=http://localhost:4200 playwright test --project=chromium", |
17 | 17 | "e2e:pro": "playwright test --project=chromium", |
18 | 18 | "playwright:install": "playwright install && playwright install-deps", |
|
24 | 24 | "verify": "npm run format:check && npm run test && npm run script:e2e:local && npm run build && npm run script:lighthouse" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "@angular/animations": "20.3.7", |
28 | | - "@angular/common": "20.3.7", |
29 | | - "@angular/compiler": "20.3.7", |
30 | | - "@angular/core": "20.3.7", |
31 | | - "@angular/forms": "20.3.7", |
32 | | - "@angular/localize": "20.3.7", |
33 | | - "@angular/platform-browser": "20.3.7", |
34 | | - "@angular/platform-browser-dynamic": "20.3.7", |
35 | | - "@angular/platform-server": "20.3.7", |
36 | | - "@angular/router": "20.3.7", |
37 | | - "@angular/ssr": "20.3.7", |
| 27 | + "@angular/animations": "21.0.0", |
| 28 | + "@angular/common": "21.0.0", |
| 29 | + "@angular/compiler": "21.0.0", |
| 30 | + "@angular/core": "21.0.0", |
| 31 | + "@angular/forms": "21.0.0", |
| 32 | + "@angular/localize": "21.0.0", |
| 33 | + "@angular/platform-browser": "21.0.0", |
| 34 | + "@angular/platform-browser-dynamic": "21.0.0", |
| 35 | + "@angular/platform-server": "21.0.0", |
| 36 | + "@angular/router": "21.0.0", |
| 37 | + "@angular/ssr": "21.0.0", |
38 | 38 | "@shoelace-style/shoelace": "2.20.1", |
39 | 39 | "rxjs": "7.8.2", |
40 | 40 | "tslib": "2.8.1" |
|
45 | 45 | "@angular-eslint/eslint-plugin-template": "20.5.0", |
46 | 46 | "@angular-eslint/schematics": "20.5.0", |
47 | 47 | "@angular-eslint/template-parser": "20.5.0", |
48 | | - "@angular/build": "20.3.7", |
49 | | - "@angular/cli": "20.3.7", |
50 | | - "@angular/compiler-cli": "20.3.7", |
| 48 | + "@angular/build": "21.0.0", |
| 49 | + "@angular/cli": "21.0.0", |
| 50 | + "@angular/compiler-cli": "21.0.0", |
51 | 51 | "@commitlint/cli": "20.1.0", |
52 | 52 | "@commitlint/config-conventional": "20.0.0", |
53 | 53 | "@eslint/js": "9.38.0", |
|
57 | 57 | "@typescript-eslint/parser": "8.46.2", |
58 | 58 | "@typescript-eslint/types": "8.46.2", |
59 | 59 | "@typescript-eslint/utils": "8.46.2", |
60 | | - "@vitest/coverage-v8": "4.0.4", |
| 60 | + "@vitest/coverage-v8": "4.0.13", |
61 | 61 | "angular-eslint": "20.5.0", |
62 | 62 | "axe-core": "4.11.0", |
63 | 63 | "chrome-launcher": "1.2.1", |
|
67 | 67 | "eslint-plugin-prettier": "5.5.4", |
68 | 68 | "eslint-plugin-promise": "7.2.1", |
69 | 69 | "eslint-plugin-unicorn": "62.0.0", |
70 | | - "http-serve": "^1.0.1", |
| 70 | + "http-serve": "1.0.1", |
71 | 71 | "husky": "9.1.7", |
72 | 72 | "jsdom": "27.0.1", |
73 | 73 | "lighthouse": "12.8.2", |
|
83 | 83 | "ts-loader": "9.5.4", |
84 | 84 | "typescript": "5.9.3", |
85 | 85 | "typescript-eslint": "8.46.2", |
86 | | - "vitest": "4.0.4", |
| 86 | + "vitest": "4.0.13", |
87 | 87 | "wait-on": "9.0.1" |
88 | 88 | }, |
89 | 89 | "engines": { |
|
0 commit comments