|
1 | 1 | {
|
2 | 2 | "name": "@house-of-angular/ng-packages",
|
3 |
| - "version": "16.0.0", |
| 3 | + "version": "17.0.0", |
4 | 4 | "type": "module",
|
5 | 5 | "scripts": {
|
6 | 6 | "preinstall": "npx only-allow pnpm",
|
|
19 | 19 | },
|
20 | 20 | "private": true,
|
21 | 21 | "dependencies": {
|
22 |
| - "@angular/animations": "^16.0.1", |
23 |
| - "@angular/cdk": "^16.0.1", |
24 |
| - "@angular/common": "^16.0.1", |
25 |
| - "@angular/compiler": "^16.0.1", |
26 |
| - "@angular/core": "^16.0.1", |
27 |
| - "@angular/forms": "^16.0.1", |
28 |
| - "@angular/material": "^16.0.1", |
29 |
| - "@angular/platform-browser": "^16.0.1", |
30 |
| - "@angular/platform-browser-dynamic": "^16.0.1", |
31 |
| - "@angular/router": "^16.0.1", |
| 22 | + "@angular/animations": "17.0.8", |
| 23 | + "@angular/cdk": "17.0.4", |
| 24 | + "@angular/common": "17.0.8", |
| 25 | + "@angular/compiler": "17.0.8", |
| 26 | + "@angular/core": "17.0.8", |
| 27 | + "@angular/forms": "17.0.8", |
| 28 | + "@angular/material": "^17.0.4", |
| 29 | + "@angular/platform-browser": "17.0.8", |
| 30 | + "@angular/platform-browser-dynamic": "17.0.8", |
| 31 | + "@angular/router": "17.0.8", |
32 | 32 | "@commitlint/lint": "^17.6.5",
|
33 | 33 | "@commitlint/types": "^17.4.4",
|
34 | 34 | "chalk": "^4.1.2",
|
|
43 | 43 | "symlink-or-copy": "^1.3.1",
|
44 | 44 | "ts-morph": "^18.0.0",
|
45 | 45 | "tslib": "^2.3.0",
|
46 |
| - "zone.js": "~0.13.0" |
| 46 | + "zone.js": "0.14.2" |
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@angular-devkit/build-angular": "^16.0.1", |
50 |
| - "@angular-devkit/core": "~16.0.1", |
51 |
| - "@angular-devkit/schematics": "~16.0.1", |
52 |
| - "@angular-eslint/eslint-plugin": "~16.0.1", |
53 |
| - "@angular-eslint/eslint-plugin-template": "~16.0.1", |
54 |
| - "@angular-eslint/template-parser": "~16.0.1", |
| 49 | + "@angular-devkit/build-angular": "17.0.9", |
| 50 | + "@angular-devkit/core": "17.0.9", |
| 51 | + "@angular-devkit/schematics": "17.0.9", |
| 52 | + "@angular-eslint/eslint-plugin": "17.0.1", |
| 53 | + "@angular-eslint/eslint-plugin-template": "17.0.1", |
| 54 | + "@angular-eslint/template-parser": "17.0.1", |
55 | 55 | "@angular/cli": "~16.0.1",
|
56 |
| - "@angular/compiler-cli": "^16.0.1", |
57 |
| - "@angular/language-service": "^16.0.1", |
58 |
| - "@angular/material": "^16.0.1", |
| 56 | + "@angular/compiler-cli": "17.0.8", |
| 57 | + "@angular/language-service": "17.0.8", |
| 58 | + "@angular/material": "17.0.4", |
59 | 59 | "@commitlint/cli": "^17.5.1",
|
60 | 60 | "@commitlint/config-conventional": "^17.4.4",
|
61 | 61 | "@ngneat/spectator": "^15.0.0",
|
62 |
| - "@nrwl/angular": "16.1.4", |
63 |
| - "@nrwl/cypress": "16.1.4", |
64 |
| - "@nrwl/eslint-plugin-nx": "16.1.4", |
65 |
| - "@nrwl/jest": "16.1.4", |
66 |
| - "@nrwl/js": "16.1.4", |
67 |
| - "@nrwl/linter": "16.1.4", |
68 |
| - "@nrwl/web": "16.1.4", |
69 |
| - "@nrwl/workspace": "16.1.4", |
70 |
| - "@nx/js": "16.1.4", |
71 |
| - "@schematics/angular": "~16.0.1", |
| 62 | + "@nrwl/angular": "17.2.8", |
| 63 | + "@nrwl/cypress": "17.2.8", |
| 64 | + "@nrwl/eslint-plugin-nx": "17.2.8", |
| 65 | + "@nrwl/jest": "17.2.8", |
| 66 | + "@nrwl/js": "17.2.8", |
| 67 | + "@nrwl/linter": "17.2.8", |
| 68 | + "@nrwl/web": "17.2.8", |
| 69 | + "@nrwl/workspace": "17.2.8", |
| 70 | + "@nx/js": "17.2.8", |
| 71 | + "@schematics/angular": "17.0.9", |
72 | 72 | "@types/glob": "^8.1.0",
|
73 | 73 | "@types/jasmine": "~4.3.0",
|
74 | 74 | "@types/jest": "^29.4.0",
|
75 |
| - "@types/node": "^14.0.0", |
| 75 | + "@types/node": "18.16.9", |
76 | 76 | "@types/shelljs": "^0.8.12",
|
77 | 77 | "@types/symlink-or-copy": "^1.2.0",
|
78 |
| - "@typescript-eslint/eslint-plugin": "^5.36.1", |
79 |
| - "@typescript-eslint/parser": "^5.36.1", |
80 |
| - "cypress": "^12.2.0", |
81 |
| - "eslint": "~8.15.0", |
82 |
| - "eslint-config-prettier": "8.1.0", |
83 |
| - "eslint-plugin-cypress": "^2.10.3", |
| 78 | + "@typescript-eslint/eslint-plugin": "6.17.0", |
| 79 | + "@typescript-eslint/parser": "6.17.0", |
| 80 | + "cypress": "12.17.4", |
| 81 | + "eslint": "8.48.0", |
| 82 | + "eslint-config-prettier": "9.1.0", |
| 83 | + "eslint-plugin-cypress": "2.15.1", |
84 | 84 | "git-describe": "^4.1.1",
|
85 | 85 | "husky": "^8.0.3",
|
86 | 86 | "jasmine-core": "~4.5.0",
|
87 | 87 | "jest": "^29.5.0",
|
88 | 88 | "jest-environment-jsdom": "^29.4.1",
|
89 |
| - "jest-preset-angular": "~13.1.1", |
| 89 | + "jest-preset-angular": "13.1.5", |
90 | 90 | "karma": "~6.4.0",
|
91 | 91 | "karma-chrome-launcher": "~3.1.0",
|
92 | 92 | "karma-coverage": "~2.2.0",
|
93 | 93 | "karma-jasmine": "~5.1.0",
|
94 | 94 | "karma-jasmine-html-reporter": "~2.0.0",
|
95 |
| - "ng-packagr": "~16.0.1", |
96 |
| - "nx": "16.1.4", |
| 95 | + "ng-packagr": "17.0.3", |
| 96 | + "nx": "17.2.8", |
97 | 97 | "postcss": "^8.4.5",
|
98 | 98 | "postcss-import": "~14.1.0",
|
99 | 99 | "postcss-preset-env": "~7.5.0",
|
|
102 | 102 | "pretty-quick": "^3.1.3",
|
103 | 103 | "ts-jest": "^29.0.5",
|
104 | 104 | "ts-node": "10.9.1",
|
105 |
| - "typescript": "~5.0.4" |
| 105 | + "typescript": "5.2.2" |
106 | 106 | },
|
107 | 107 | "volta": {
|
108 | 108 | "pnpm": "8.6.0",
|
109 | 109 | "node": "19.6.1"
|
110 | 110 | }
|
111 | 111 | }
|
| 112 | + |
0 commit comments