|
22 | 22 | "@nestjs/common": "^10.3.8", |
23 | 23 | "@nestjs/core": "^10.3.8", |
24 | 24 | "@nestjs/platform-express": "^10.3.8", |
25 | | - "@nx/angular": "19.1.1", |
| 25 | + "@nx/angular": "19.2.0", |
26 | 26 | "axios": "^1.7.2", |
27 | 27 | "express": "~4.19.2", |
28 | 28 | "ngxtension": "^3.3.0", |
|
35 | 35 | "@angular-devkit/build-angular": "~18.0.1", |
36 | 36 | "@angular-devkit/core": "~18.0.1", |
37 | 37 | "@angular-devkit/schematics": "~18.0.1", |
38 | | - "@angular-eslint/eslint-plugin": "rc-v18", |
39 | | - "@angular-eslint/eslint-plugin-template": "rc-v18", |
40 | | - "@angular-eslint/template-parser": "rc-v18", |
| 38 | + "@angular-eslint/eslint-plugin": "18.0.1", |
| 39 | + "@angular-eslint/eslint-plugin-template": "18.0.1", |
| 40 | + "@angular-eslint/template-parser": "18.0.1", |
41 | 41 | "@angular/cli": "~18.0.1", |
42 | 42 | "@angular/compiler-cli": "~18.0.0", |
43 | 43 | "@angular/language-service": "~18.0.0", |
44 | 44 | "@nestjs/schematics": "^10.1.1", |
45 | 45 | "@nestjs/testing": "^10.3.8", |
46 | | - "@nx/devkit": "19.1.1", |
47 | | - "@nx/eslint": "19.1.1", |
48 | | - "@nx/eslint-plugin": "19.1.1", |
49 | | - "@nx/jest": "19.1.1", |
50 | | - "@nx/js": "19.1.1", |
51 | | - "@nx/nest": "19.1.1", |
52 | | - "@nx/node": "19.1.1", |
53 | | - "@nx/playwright": "19.1.1", |
54 | | - "@nx/web": "19.1.1", |
55 | | - "@nx/webpack": "19.1.1", |
56 | | - "@nx/workspace": "19.1.1", |
| 46 | + "@nx/devkit": "19.2.0", |
| 47 | + "@nx/eslint": "19.2.0", |
| 48 | + "@nx/eslint-plugin": "19.2.0", |
| 49 | + "@nx/jest": "19.2.0", |
| 50 | + "@nx/js": "19.2.0", |
| 51 | + "@nx/nest": "19.2.0", |
| 52 | + "@nx/node": "19.2.0", |
| 53 | + "@nx/playwright": "19.2.0", |
| 54 | + "@nx/web": "19.2.0", |
| 55 | + "@nx/webpack": "19.2.0", |
| 56 | + "@nx/workspace": "19.2.0", |
57 | 57 | "@playwright/test": "^1.44.1", |
58 | 58 | "@schematics/angular": "~18.0.1", |
59 | | - "@swc-node/register": "~1.9.1", |
60 | | - "@swc/core": "~1.5.7", |
61 | | - "@swc/helpers": "~0.5.11", |
| 59 | + "@swc-node/register": "1.9.1", |
| 60 | + "@swc/core": "1.5.25", |
| 61 | + "@swc/helpers": "0.5.11", |
62 | 62 | "@types/express": "4.17.21", |
63 | 63 | "@types/jest": "^29.5.12", |
64 | 64 | "@types/node": "20.13.0", |
65 | 65 | "@typescript-eslint/eslint-plugin": "^7.10.0", |
66 | 66 | "@typescript-eslint/parser": "^7.10.0", |
67 | 67 | "concurrently": "^8.2.2", |
68 | | - "eslint": "~9.4.0", |
69 | 68 | "eslint-config-prettier": "^9.1.0", |
70 | 69 | "eslint-plugin-playwright": "^1.6.2", |
71 | 70 | "jest": "^29.7.0", |
72 | 71 | "jest-environment-jsdom": "^29.7.0", |
73 | 72 | "jest-environment-node": "^29.7.0", |
74 | 73 | "jest-preset-angular": "~14.1.0", |
75 | | - "nx": "19.1.1", |
| 74 | + "nx": "19.2.0", |
76 | 75 | "prettier": "^3.2.5", |
77 | 76 | "ts-jest": "^29.1.3", |
78 | 77 | "ts-node": "10.9.2", |
79 | 78 | "typescript": "~5.4.5", |
80 | 79 | "wait-on": "^7.2.0", |
81 | 80 | "webpack-cli": "^5.1.4" |
| 81 | + }, |
| 82 | + "engines": { |
| 83 | + "node": ">=22" |
| 84 | + }, |
| 85 | + "volta": { |
| 86 | + "node": "22.2.0" |
82 | 87 | } |
83 | 88 | } |
0 commit comments