|
4 | 4 | "license": "MIT", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | | - "postinstall": "node ./decorate-angular-cli.js", |
8 | 7 | "build": "nx run-many --target=build --all", |
9 | 8 | "ci": "yarn lint && yarn test && yarn build && yarn e2e", |
10 | 9 | "clean": "rimraf dist coverage reports", |
|
27 | 26 | "yarn": "1.22.21" |
28 | 27 | }, |
29 | 28 | "dependencies": { |
30 | | - "@angular/animations": "16.2.12", |
31 | | - "@angular/common": "16.2.12", |
32 | | - "@angular/compiler": "16.2.12", |
33 | | - "@angular/core": "16.2.12", |
34 | | - "@angular/forms": "16.2.12", |
35 | | - "@angular/platform-browser": "16.2.12", |
36 | | - "@angular/platform-browser-dynamic": "16.2.12", |
37 | | - "@angular/router": "16.2.12", |
38 | | - "@nx/angular": "16.7.0", |
| 29 | + "@angular/animations": "17.0.9", |
| 30 | + "@angular/common": "17.0.9", |
| 31 | + "@angular/compiler": "17.0.9", |
| 32 | + "@angular/core": "17.0.9", |
| 33 | + "@angular/forms": "17.0.9", |
| 34 | + "@angular/platform-browser": "17.0.9", |
| 35 | + "@angular/platform-browser-dynamic": "17.0.9", |
| 36 | + "@angular/router": "17.0.9", |
39 | 37 | "@docusaurus/core": "2.4.1", |
40 | 38 | "@docusaurus/preset-classic": "2.4.1", |
41 | 39 | "@mdx-js/react": "^1.6.22", |
|
45 | 43 | "react-dom": "^18.2.0", |
46 | 44 | "rxjs": "7.8.1", |
47 | 45 | "tslib": "2.4.1", |
48 | | - "zone.js": "0.12.0" |
| 46 | + "zone.js": "0.14.3" |
49 | 47 | }, |
50 | 48 | "devDependencies": { |
51 | | - "@angular-devkit/build-angular": "16.2.11", |
52 | | - "@angular-devkit/core": "16.2.11", |
53 | | - "@angular-devkit/schematics": "16.2.11", |
54 | | - "@angular-eslint/eslint-plugin": "16.0.1", |
55 | | - "@angular-eslint/eslint-plugin-template": "16.0.1", |
56 | | - "@angular-eslint/template-parser": "16.0.1", |
57 | | - "@angular/cli": "~16.2.0", |
58 | | - "@angular/compiler-cli": "16.2.12", |
59 | | - "@angular/language-service": "16.2.12", |
| 49 | + "@angular-devkit/build-angular": "17.0.10", |
| 50 | + "@angular-devkit/core": "17.0.10", |
| 51 | + "@angular-devkit/schematics": "17.0.10", |
| 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 | + "@angular/cli": "~17.0.0", |
| 56 | + "@angular/compiler-cli": "17.0.9", |
| 57 | + "@angular/language-service": "17.0.9", |
60 | 58 | "@commitlint/cli": "17.3.0", |
61 | 59 | "@commitlint/config-conventional": "17.3.0", |
62 | 60 | "@docusaurus/module-type-aliases": "2.4.1", |
63 | 61 | "@jscutlery/semver": "3.0.0", |
64 | | - "@nx/cypress": "16.7.0", |
65 | | - "@nx/devkit": "16.7.0", |
66 | | - "@nx/eslint-plugin": "16.7.0", |
67 | | - "@nx/jest": "16.7.0", |
68 | | - "@nx/linter": "16.7.0", |
69 | | - "@nx/workspace": "16.7.0", |
| 62 | + "@nx/angular": "17.2.0", |
| 63 | + "@nx/cypress": "17.2.0", |
| 64 | + "@nx/devkit": "17.2.0", |
| 65 | + "@nx/eslint-plugin": "17.2.0", |
| 66 | + "@nx/jest": "17.2.0", |
| 67 | + "@nx/workspace": "17.2.0", |
70 | 68 | "@nx-plus/docusaurus": "^15.0.0-rc.0", |
71 | | - "@schematics/angular": "16.2.11", |
| 69 | + "@schematics/angular": "17.0.10", |
72 | 70 | "@tsconfig/docusaurus": "^1.0.6", |
73 | 71 | "@types/copy": "0.3.2", |
74 | 72 | "@types/jest": "29.4.4", |
75 | | - "@types/node": "18.11.13", |
76 | | - "@typescript-eslint/eslint-plugin": "5.62.0", |
77 | | - "@typescript-eslint/parser": "5.62.0", |
| 73 | + "@types/node": "18.16.9", |
| 74 | + "@typescript-eslint/eslint-plugin": "6.19.1", |
| 75 | + "@typescript-eslint/parser": "6.19.1", |
78 | 76 | "copy": "0.3.2", |
79 | | - "cypress": "12.17.4", |
80 | | - "eslint": "8.46.0", |
81 | | - "eslint-config-prettier": "8.1.0", |
| 77 | + "cypress": "^13.0.0", |
| 78 | + "eslint": "8.48.0", |
| 79 | + "eslint-config-prettier": "9.1.0", |
82 | 80 | "eslint-plugin-cypress": "2.15.1", |
83 | 81 | "eslint-plugin-etc": "2.0.2", |
84 | 82 | "eslint-plugin-ordered-imports": "0.6.0", |
|
88 | 86 | "husky": "8.0.2", |
89 | 87 | "jest": "29.4.3", |
90 | 88 | "jest-environment-jsdom": "29.4.3", |
91 | | - "jest-preset-angular": "13.1.1", |
92 | | - "ng-packagr": "16.2.3", |
| 89 | + "jest-preset-angular": "13.1.6", |
| 90 | + "ng-packagr": "17.0.3", |
93 | 91 | "ngx-deploy-npm": "8.0.0", |
94 | | - "nx": "16.7.0", |
95 | | - "nx-cloud": "16.5.2", |
| 92 | + "nx": "17.2.0", |
96 | 93 | "postcss": "8.4.18", |
97 | 94 | "postcss-import": "14.1.0", |
98 | 95 | "postcss-preset-env": "7.5.0", |
|
102 | 99 | "rimraf": "3.0.2", |
103 | 100 | "ts-jest": "29.1.0", |
104 | 101 | "ts-node": "10.9.1", |
105 | | - "typescript": "~5.1.3" |
| 102 | + "typescript": "5.2.2", |
| 103 | + "@nx/eslint": "17.2.0" |
106 | 104 | } |
107 | 105 | } |
0 commit comments