|
17 | 17 | "test": "nx run-many --target=test" |
18 | 18 | }, |
19 | 19 | "engines": { |
20 | | - "node": "20", |
| 20 | + "node": ">=22", |
21 | 21 | "npm": "Use PNPM CLI instead of npm", |
22 | 22 | "yarn": "Use PNPM CLI instead of yarn", |
23 | | - "pnpm": "9.5.0" |
| 23 | + "pnpm": ">=10" |
24 | 24 | }, |
25 | 25 | "volta": { |
26 | | - "node": "20", |
27 | | - "pnpm": "9.5.0" |
| 26 | + "node": "22", |
| 27 | + "pnpm": ">=10" |
28 | 28 | }, |
29 | | - "packageManager": "pnpm@9.5.0", |
| 29 | + "packageManager": "pnpm@10.11.1", |
30 | 30 | "dependencies": { |
31 | | - "@angular/animations": "20.0.3", |
32 | | - "@angular/common": "20.0.3", |
33 | | - "@angular/compiler": "20.0.3", |
34 | | - "@angular/core": "20.0.3", |
35 | | - "@angular/forms": "20.0.3", |
36 | | - "@angular/platform-browser": "20.0.3", |
37 | | - "@angular/platform-browser-dynamic": "20.0.3", |
38 | | - "@angular/router": "20.0.3", |
| 31 | + "@angular/animations": "21.0.9", |
| 32 | + "@angular/common": "21.0.9", |
| 33 | + "@angular/compiler": "21.0.9", |
| 34 | + "@angular/core": "21.0.9", |
| 35 | + "@angular/forms": "21.0.9", |
| 36 | + "@angular/platform-browser": "21.0.9", |
| 37 | + "@angular/platform-browser-dynamic": "21.0.9", |
| 38 | + "@angular/router": "21.0.9", |
39 | 39 | "@docusaurus/core": "3.3.2", |
40 | 40 | "@docusaurus/preset-classic": "3.3.2", |
41 | 41 | "@mdx-js/react": "^3.0.1", |
|
46 | 46 | "react-dom": "^18.2.0", |
47 | 47 | "rxjs": "7.8.1", |
48 | 48 | "tslib": "2.4.1", |
49 | | - "zone.js": "0.14.6" |
| 49 | + "zone.js": "0.16.0" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@angular-devkit/build-angular": "20.0.2", |
53 | | - "@angular-devkit/core": "20.0.2", |
54 | | - "@angular-devkit/schematics": "20.0.2", |
55 | | - "@angular-eslint/eslint-plugin": "20.0.0", |
56 | | - "@angular-eslint/eslint-plugin-template": "20.0.0", |
57 | | - "@angular-eslint/template-parser": "20.0.0", |
58 | | - "@angular/cli": "20.0.2", |
59 | | - "@angular/compiler-cli": "20.0.3", |
60 | | - "@angular/language-service": "20.0.3", |
| 52 | + "@angular-devkit/build-angular": "21.0.6", |
| 53 | + "@angular-devkit/core": "21.0.6", |
| 54 | + "@angular-devkit/schematics": "21.0.6", |
| 55 | + "@angular-eslint/eslint-plugin": "21.1.0", |
| 56 | + "@angular-eslint/eslint-plugin-template": "21.1.0", |
| 57 | + "@angular-eslint/template-parser": "21.1.0", |
| 58 | + "@angular/cli": "21.0.6", |
| 59 | + "@angular/compiler-cli": "21.0.9", |
| 60 | + "@angular/language-service": "21.0.9", |
61 | 61 | "@commitlint/cli": "19.0.1", |
62 | 62 | "@commitlint/config-conventional": "19.0.0", |
63 | 63 | "@docusaurus/module-type-aliases": "3.3.2", |
64 | 64 | "@docusaurus/types": "3.0.0", |
65 | | - "@nx/angular": "21.1.3", |
66 | | - "@nx/cypress": "21.1.3", |
67 | | - "@nx/devkit": "21.1.3", |
68 | | - "@nx/eslint": "21.1.3", |
69 | | - "@nx/eslint-plugin": "21.1.3", |
70 | | - "@nx/jest": "21.1.3", |
71 | | - "@nx/js": "21.1.3", |
72 | | - "@nx/web": "21.1.3", |
73 | | - "@nx/workspace": "21.1.3", |
74 | | - "@schematics/angular": "20.0.2", |
| 65 | + "@nx/angular": "22.3.3", |
| 66 | + "@nx/cypress": "22.3.3", |
| 67 | + "@nx/devkit": "22.3.3", |
| 68 | + "@nx/eslint": "22.3.3", |
| 69 | + "@nx/eslint-plugin": "22.3.3", |
| 70 | + "@nx/jest": "22.3.3", |
| 71 | + "@nx/js": "22.3.3", |
| 72 | + "@nx/web": "22.3.3", |
| 73 | + "@nx/workspace": "22.3.3", |
| 74 | + "@schematics/angular": "21.0.6", |
75 | 75 | "@swc-node/register": "1.9.2", |
76 | 76 | "@swc/core": "1.5.7", |
77 | 77 | "@swc/helpers": "0.5.12", |
78 | 78 | "@tsconfig/docusaurus": "^1.0.7", |
79 | 79 | "@types/copy": "0.3.2", |
80 | | - "@types/jest": "29.5.14", |
81 | | - "@types/node": "18.16.9", |
| 80 | + "@types/jest": "30.0.0", |
| 81 | + "@types/node": "22.16.0", |
82 | 82 | "@typescript-eslint/eslint-plugin": "7.18.0", |
83 | 83 | "@typescript-eslint/parser": "7.18.0", |
84 | 84 | "@typescript-eslint/utils": "7.18.0", |
85 | 85 | "autoprefixer": "^10.4.0", |
86 | 86 | "copy": "0.3.2", |
87 | | - "cypress": "14.4.1", |
| 87 | + "cypress": "15.9.0", |
88 | 88 | "eslint": "8.57.0", |
89 | 89 | "eslint-config-prettier": "10.1.5", |
90 | 90 | "eslint-plugin-cypress": "2.15.1", |
|
94 | 94 | "eslint-plugin-sonarjs": "0.17.0", |
95 | 95 | "glob": "8.0.3", |
96 | 96 | "husky": "8.0.2", |
97 | | - "jest": "29.7.0", |
98 | | - "jest-environment-jsdom": "29.7.0", |
99 | | - "jest-preset-angular": "14.4.2", |
100 | | - "ng-packagr": "19.2.2", |
101 | | - "nx": "21.1.3", |
| 97 | + "jest": "30.0.5", |
| 98 | + "jest-environment-jsdom": "30.0.5", |
| 99 | + "jest-preset-angular": "16.0.0", |
| 100 | + "ng-packagr": "21.0.1", |
| 101 | + "nx": "22.3.3", |
102 | 102 | "postcss": "8.4.18", |
103 | 103 | "postcss-import": "14.1.0", |
104 | 104 | "postcss-preset-env": "7.5.0", |
105 | 105 | "postcss-url": "10.1.3", |
106 | 106 | "prettier": "2.8.1", |
107 | 107 | "replace-in-file": "6.3.5", |
108 | 108 | "rimraf": "3.0.2", |
109 | | - "ts-jest": "29.1.0", |
| 109 | + "ts-jest": "29.4.6", |
110 | 110 | "ts-node": "10.9.1", |
111 | | - "typescript": "5.8.3" |
| 111 | + "typescript": "5.9.3", |
| 112 | + "jest-util": "30.0.5" |
112 | 113 | } |
113 | 114 | } |
0 commit comments