|
27 | 27 | "storybook:static-build": "nx run storybook:static-storybook" |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | | - "@angular/animations": "20.0.6", |
31 | | - "@angular/cdk": "20.0.5", |
32 | | - "@angular/common": "20.0.6", |
33 | | - "@angular/compiler": "20.0.6", |
34 | | - "@angular/core": "20.0.6", |
35 | | - "@angular/forms": "20.0.6", |
36 | | - "@angular/platform-browser": "20.0.6", |
37 | | - "@angular/platform-browser-dynamic": "20.0.6", |
38 | | - "@angular/platform-server": "20.0.6", |
39 | | - "@angular/router": "20.0.6", |
40 | | - "@angular/ssr": "20.0.5", |
| 30 | + "@angular/animations": "21.0.6", |
| 31 | + "@angular/cdk": "21.0.5", |
| 32 | + "@angular/common": "21.0.6", |
| 33 | + "@angular/compiler": "21.0.6", |
| 34 | + "@angular/core": "21.0.6", |
| 35 | + "@angular/forms": "21.0.6", |
| 36 | + "@angular/platform-browser": "21.0.6", |
| 37 | + "@angular/platform-browser-dynamic": "21.0.6", |
| 38 | + "@angular/platform-server": "21.0.6", |
| 39 | + "@angular/router": "21.0.6", |
| 40 | + "@angular/ssr": "21.0.4", |
41 | 41 | "@floating-ui/dom": "^1.6.0", |
42 | 42 | "@ng-doc/app": "20.1.0", |
43 | 43 | "@ng-doc/builder": "20.1.0", |
44 | 44 | "@ng-doc/core": "20.1.0", |
45 | 45 | "@ng-doc/ui-kit": "20.1.0", |
46 | | - "@ng-icons/core": "^31.3.0", |
| 46 | + "@ng-icons/core": "^33.0.0", |
47 | 47 | "@ng-primitives/state": "0.78.0", |
48 | | - "@nx/devkit": "21.2.2", |
| 48 | + "@nx/devkit": "22.3.1", |
49 | 49 | "@tailwindcss/postcss": "^4.0.0", |
50 | 50 | "express": "4.18.3", |
51 | 51 | "ng-primitives": "0.86.0", |
52 | 52 | "postcss": "^8.5.3", |
53 | 53 | "rxjs": "^7.4.0", |
54 | 54 | "tailwind-merge": "2.5.5", |
55 | 55 | "tslib": "2.8.1", |
56 | | - "zone.js": "0.15.0" |
| 56 | + "zone.js": "0.16.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@angular-devkit/architect": "0.2000.5", |
60 | | - "@angular-devkit/core": "20.0.5", |
61 | | - "@angular-devkit/schematics": "20.0.5", |
62 | | - "@angular-eslint/eslint-plugin": "20.1.1", |
63 | | - "@angular-eslint/eslint-plugin-template": "20.1.1", |
64 | | - "@angular-eslint/template-parser": "20.1.1", |
65 | | - "@angular/cli": "~20.0.0", |
66 | | - "@angular/compiler-cli": "20.0.6", |
67 | | - "@angular/language-service": "20.0.6", |
| 59 | + "@angular-devkit/architect": "0.2100.4", |
| 60 | + "@angular-devkit/core": "21.0.4", |
| 61 | + "@angular-devkit/schematics": "21.0.4", |
| 62 | + "@angular-eslint/eslint-plugin": "21.1.0", |
| 63 | + "@angular-eslint/eslint-plugin-template": "21.1.0", |
| 64 | + "@angular-eslint/template-parser": "21.1.0", |
| 65 | + "@angular/cli": "~21.0.0", |
| 66 | + "@angular/compiler-cli": "21.0.6", |
| 67 | + "@angular/language-service": "21.0.6", |
68 | 68 | "@commitlint/cli": "18.6.1", |
69 | 69 | "@commitlint/config-conventional": "18.6.3", |
70 | 70 | "@ianvs/prettier-plugin-sort-imports": "4.4.0", |
71 | 71 | "@ng-doc/keywords-loaders": "20.1.0", |
72 | | - "@nx/angular": "21.2.2", |
73 | | - "@nx/eslint": "21.2.2", |
74 | | - "@nx/eslint-plugin": "21.2.2", |
75 | | - "@nx/js": "21.2.2", |
76 | | - "@nx/plugin": "21.2.2", |
77 | | - "@nx/storybook": "^21.2.2", |
78 | | - "@nx/web": "21.2.2", |
79 | | - "@nx/workspace": "21.2.2", |
80 | | - "@schematics/angular": "20.0.5", |
81 | | - "@storybook/addon-docs": "9.0.15", |
82 | | - "@storybook/addon-themes": "9.0.15", |
83 | | - "@storybook/angular": "9.0.15", |
| 72 | + "@nx/angular": "22.3.1", |
| 73 | + "@nx/eslint": "22.3.1", |
| 74 | + "@nx/eslint-plugin": "22.3.1", |
| 75 | + "@nx/js": "22.3.1", |
| 76 | + "@nx/plugin": "22.3.1", |
| 77 | + "@nx/storybook": "22.3.1", |
| 78 | + "@nx/web": "22.3.1", |
| 79 | + "@nx/workspace": "22.3.1", |
| 80 | + "@schematics/angular": "21.0.4", |
| 81 | + "@storybook/addon-docs": "10.1.10", |
| 82 | + "@storybook/addon-themes": "10.1.10", |
| 83 | + "@storybook/angular": "10.1.10", |
84 | 84 | "@swc-node/register": "~1.9.1", |
85 | 85 | "@swc/cli": "~0.6.0", |
86 | 86 | "@swc/core": "~1.5.7", |
|
93 | 93 | "eslint": "8.57.0", |
94 | 94 | "eslint-config-prettier": "10.1.2", |
95 | 95 | "eslint-plugin-prettier": "5.2.1", |
96 | | - "eslint-plugin-storybook": "9.0.15", |
| 96 | + "eslint-plugin-storybook": "10.1.10", |
97 | 97 | "husky": "9.1.7", |
98 | 98 | "jsonc-eslint-parser": "2.4.0", |
99 | 99 | "lint-staged": "15.2.10", |
100 | | - "ng-packagr": "20.0.1", |
101 | | - "nx": "21.2.2", |
| 100 | + "ng-packagr": "21.0.1", |
| 101 | + "nx": "22.3.1", |
102 | 102 | "postcss-loader": "8.1.1", |
103 | 103 | "prettier": "3.4.2", |
104 | 104 | "prettier-eslint": "16.3.0", |
105 | 105 | "prettier-plugin-packagejson": "2.5.6", |
106 | 106 | "prettier-plugin-tailwindcss": "^0.6.11", |
107 | 107 | "shiki": "1.24.2", |
108 | | - "storybook": "9.0.15", |
| 108 | + "storybook": "10.1.10", |
109 | 109 | "stylelint": "16.12.0", |
110 | 110 | "stylelint-config-standard": "36.0.1", |
111 | 111 | "tailwindcss": "^4.0.0", |
112 | 112 | "ts-node": "10.9.2", |
113 | | - "typescript": "5.8.3" |
| 113 | + "typescript": "5.9.3" |
114 | 114 | } |
115 | 115 | } |
0 commit comments