|
9 | 9 | "clean": "rimraf dist coverage reports", |
10 | 10 | "configure-sonar-report-paths": "node tools/scripts/configure-sonar-report-paths.mjs", |
11 | 11 | "delete-path-alias": "node tools/scripts/delete-path-alias.mjs", |
12 | | - "e2e": "nx run-many --target=e2e-ci --parallel=1", |
| 12 | + "e2e": "nx run-many --target=e2e --parallel=1", |
13 | 13 | "format": "pnpm run nx format:write", |
14 | 14 | "lint": "nx run-many --target=lint --max-warnings=0", |
15 | 15 | "nx": "nx", |
|
26 | 26 | "node": "20", |
27 | 27 | "pnpm": "9.5.0" |
28 | 28 | }, |
| 29 | + "packageManager": "[email protected]", |
29 | 30 | "dependencies": { |
30 | | - "@angular/animations": "18.0.0", |
31 | | - "@angular/common": "18.0.0", |
32 | | - "@angular/compiler": "18.0.0", |
33 | | - "@angular/core": "18.0.0", |
34 | | - "@angular/forms": "18.0.0", |
35 | | - "@angular/platform-browser": "18.0.0", |
36 | | - "@angular/platform-browser-dynamic": "18.0.0", |
37 | | - "@angular/router": "18.0.0", |
| 31 | + "@angular/animations": "19.0.0", |
| 32 | + "@angular/common": "19.0.0", |
| 33 | + "@angular/compiler": "19.0.0", |
| 34 | + "@angular/core": "19.0.0", |
| 35 | + "@angular/forms": "19.0.0", |
| 36 | + "@angular/platform-browser": "19.0.0", |
| 37 | + "@angular/platform-browser-dynamic": "19.0.0", |
| 38 | + "@angular/router": "19.0.0", |
38 | 39 | "@docusaurus/core": "3.3.2", |
39 | 40 | "@docusaurus/preset-classic": "3.3.2", |
40 | 41 | "@mdx-js/react": "^3.0.1", |
|
48 | 49 | "zone.js": "0.14.6" |
49 | 50 | }, |
50 | 51 | "devDependencies": { |
51 | | - "@angular-devkit/build-angular": "18.0.1", |
52 | | - "@angular-devkit/core": "18.0.1", |
53 | | - "@angular-devkit/schematics": "18.0.1", |
54 | | - "@angular-eslint/eslint-plugin": "18.1.0", |
55 | | - "@angular-eslint/eslint-plugin-template": "18.1.0", |
56 | | - "@angular-eslint/template-parser": "18.1.0", |
57 | | - "@angular/cli": "~18.0.0", |
58 | | - "@angular/compiler-cli": "18.0.0", |
59 | | - "@angular/language-service": "18.0.0", |
60 | | - "@commitlint/cli": "17.3.0", |
61 | | - "@commitlint/config-conventional": "17.3.0", |
| 52 | + "@angular-devkit/build-angular": "19.0.2", |
| 53 | + "@angular-devkit/core": "19.0.2", |
| 54 | + "@angular-devkit/schematics": "19.0.2", |
| 55 | + "@angular-eslint/eslint-plugin": "18.4.2", |
| 56 | + "@angular-eslint/eslint-plugin-template": "18.4.2", |
| 57 | + "@angular-eslint/template-parser": "18.4.2", |
| 58 | + "@angular/cli": "19.0.2", |
| 59 | + "@angular/compiler-cli": "19.0.0", |
| 60 | + "@angular/language-service": "19.0.0", |
| 61 | + "@commitlint/cli": "19.0.1", |
| 62 | + "@commitlint/config-conventional": "19.0.0", |
62 | 63 | "@docusaurus/module-type-aliases": "3.3.2", |
63 | 64 | "@docusaurus/types": "3.0.0", |
64 | | - "@jscutlery/semver": "^5.2.0", |
65 | | - "@nx/angular": "19.4.3", |
66 | | - "@nx/cypress": "19.4.3", |
67 | | - "@nx/devkit": "19.4.3", |
68 | | - "@nx/eslint": "19.4.3", |
69 | | - "@nx/eslint-plugin": "19.4.3", |
70 | | - "@nx/jest": "19.4.3", |
71 | | - "@nx/js": "19.4.3", |
72 | | - "@nx/web": "19.4.3", |
73 | | - "@nx/workspace": "19.4.3", |
74 | | - "@schematics/angular": "18.0.1", |
| 65 | + "@jscutlery/semver": "^5.3.1", |
| 66 | + "@nx/angular": "20.1.3", |
| 67 | + "@nx/cypress": "20.1.3", |
| 68 | + "@nx/devkit": "20.1.3", |
| 69 | + "@nx/eslint": "20.1.3", |
| 70 | + "@nx/eslint-plugin": "20.1.3", |
| 71 | + "@nx/jest": "20.1.3", |
| 72 | + "@nx/js": "20.1.3", |
| 73 | + "@nx/web": "20.1.3", |
| 74 | + "@nx/workspace": "20.1.3", |
| 75 | + "@schematics/angular": "19.0.2", |
75 | 76 | "@swc-node/register": "1.9.2", |
76 | 77 | "@swc/core": "1.5.7", |
77 | 78 | "@swc/helpers": "0.5.12", |
78 | 79 | "@tsconfig/docusaurus": "^1.0.7", |
79 | 80 | "@types/copy": "0.3.2", |
80 | | - "@types/jest": "29.4.4", |
| 81 | + "@types/jest": "29.5.14", |
81 | 82 | "@types/node": "18.16.9", |
82 | | - "@typescript-eslint/eslint-plugin": "7.9.0", |
83 | | - "@typescript-eslint/parser": "7.9.0", |
84 | | - "@typescript-eslint/utils": "^8.0.0-alpha.28", |
| 83 | + "@typescript-eslint/eslint-plugin": "7.18.0", |
| 84 | + "@typescript-eslint/parser": "7.18.0", |
| 85 | + "@typescript-eslint/utils": "7.18.0", |
85 | 86 | "autoprefixer": "^10.4.0", |
86 | 87 | "copy": "0.3.2", |
87 | 88 | "cypress": "13.13.0", |
|
94 | 95 | "eslint-plugin-sonarjs": "0.17.0", |
95 | 96 | "glob": "8.0.3", |
96 | 97 | "husky": "8.0.2", |
97 | | - "jest": "29.4.3", |
98 | | - "jest-environment-jsdom": "29.4.3", |
99 | | - "jest-preset-angular": "14.1.0", |
100 | | - "ng-packagr": "18.0.0", |
101 | | - "ngx-deploy-npm": "^7.1.0", |
102 | | - "nx": "19.4.3", |
| 98 | + "jest": "29.7.0", |
| 99 | + "jest-environment-jsdom": "29.7.0", |
| 100 | + "jest-preset-angular": "14.3.3", |
| 101 | + "ng-packagr": "18.2.1", |
| 102 | + "ngx-deploy-npm": "^8.0.0", |
| 103 | + "nx": "20.1.3", |
103 | 104 | "postcss": "8.4.18", |
104 | 105 | "postcss-import": "14.1.0", |
105 | 106 | "postcss-preset-env": "7.5.0", |
|
109 | 110 | "rimraf": "3.0.2", |
110 | 111 | "ts-jest": "29.1.0", |
111 | 112 | "ts-node": "10.9.1", |
112 | | - "typescript": "5.4.5" |
| 113 | + "typescript": "5.5.4" |
113 | 114 | } |
114 | 115 | } |
0 commit comments