|
27 | 27 | "@angular/platform-browser": "19.2.1",
|
28 | 28 | "@angular/platform-browser-dynamic": "19.2.1",
|
29 | 29 | "@angular/router": "19.2.1",
|
30 |
| - "@nx/angular": "20.5.0", |
| 30 | + "@nx/angular": "20.7.1", |
31 | 31 | "@sap-ui/common-css": "^0.39.0",
|
32 |
| - "@storybook/addon-docs": "^8.6.4", |
33 |
| - "@storybook/blocks": "^8.6.4", |
34 |
| - "@storybook/manager-api": "^8.6.4", |
35 |
| - "@storybook/theming": "^8.6.4", |
| 32 | + "@storybook/addon-docs": "^8.6.12", |
| 33 | + "@storybook/blocks": "^8.6.12", |
| 34 | + "@storybook/manager-api": "^8.6.12", |
| 35 | + "@storybook/theming": "^8.6.12", |
36 | 36 | "@types/lodash": "4.14.191",
|
37 | 37 | "@types/react": "^18.0.28",
|
38 | 38 | "@ui5/tooling-webc": "0.3.1",
|
|
71 | 71 | "@commitlint/cli": "17.3.0",
|
72 | 72 | "@commitlint/config-angular": "17.3.0",
|
73 | 73 | "@commitlint/config-conventional": "17.3.0",
|
74 |
| - "@nx/cypress": "20.5.0", |
75 |
| - "@nx/devkit": "20.5.0", |
76 |
| - "@nx/eslint": "20.5.0", |
77 |
| - "@nx/eslint-plugin": "20.5.0", |
78 |
| - "@nx/jest": "20.5.0", |
79 |
| - "@nx/js": "20.5.0", |
80 |
| - "@nx/plugin": "20.5.0", |
81 |
| - "@nx/storybook": "20.5.0", |
82 |
| - "@nx/workspace": "20.5.0", |
| 74 | + "@nx/cypress": "20.7.1", |
| 75 | + "@nx/devkit": "20.7.1", |
| 76 | + "@nx/eslint": "20.7.1", |
| 77 | + "@nx/eslint-plugin": "20.7.1", |
| 78 | + "@nx/jest": "20.7.1", |
| 79 | + "@nx/js": "20.7.1", |
| 80 | + "@nx/plugin": "20.7.1", |
| 81 | + "@nx/storybook": "20.7.1", |
| 82 | + "@nx/workspace": "20.7.1", |
83 | 83 | "@schematics/angular": "19.2.1",
|
84 |
| - "@storybook/addon-essentials": "^8.6.4", |
85 |
| - "@storybook/addon-mdx-gfm": "^8.6.4", |
86 |
| - "@storybook/angular": "^8.6.4", |
87 |
| - "@storybook/core-server": "^8.6.4", |
| 84 | + "@storybook/addon-essentials": "^8.6.12", |
| 85 | + "@storybook/addon-mdx-gfm": "^8.6.12", |
| 86 | + "@storybook/angular": "^8.6.12", |
| 87 | + "@storybook/core-server": "^8.6.12", |
88 | 88 | "@storybook/mdx2-csf": "^1.1.0",
|
89 | 89 | "@types/fs-extra": "^11.0.1",
|
90 | 90 | "@types/jest": "29.5.14",
|
|
98 | 98 | "conventional-recommended-bump": "^6.1.0",
|
99 | 99 | "cypress": "13.13.2",
|
100 | 100 | "eslint": "8.57.0",
|
101 |
| - "eslint-config-prettier": "9.1.0", |
| 101 | + "eslint-config-prettier": "10.1.1", |
102 | 102 | "eslint-plugin-cypress": "2.15.1",
|
103 |
| - "eslint-plugin-storybook": "^0.11.2", |
| 103 | + "eslint-plugin-storybook": "^0.12.0", |
104 | 104 | "fundamental-styles": "^0.39.0",
|
105 | 105 | "git-semver-tags": "^4.1.1",
|
106 | 106 | "html-webpack-plugin": "^5.5.0",
|
|
111 | 111 | "jsonc-eslint-parser": "2.1.0",
|
112 | 112 | "lerna": "^8.1.2",
|
113 | 113 | "ng-packagr": "19.1.1",
|
114 |
| - "nx": "20.5.0", |
| 114 | + "nx": "20.7.1", |
115 | 115 | "patch-package": "^8.0.0",
|
116 | 116 | "postcss": "8.4.31",
|
117 | 117 | "postcss-import": "14.1.0",
|
|
120 | 120 | "prettier": "3.2.4",
|
121 | 121 | "prettier-plugin-organize-imports": "^3.2.4",
|
122 | 122 | "semver": "^7.3.8",
|
123 |
| - "storybook": "^8.6.4", |
| 123 | + "storybook": "^8.6.12", |
124 | 124 | "through2": "^4.0.2",
|
125 | 125 | "ts-jest": "29.1.0",
|
126 | 126 | "ts-node": "10.9.1",
|
127 | 127 | "typescript": "5.8.2",
|
128 | 128 | "webpack": "^5.64.0"
|
129 | 129 | },
|
130 | 130 | "resolutions": {
|
131 |
| - "nx": "20.5.0" |
| 131 | + "nx": "20.7.1" |
132 | 132 | },
|
133 | 133 | "lint-staged": {
|
134 | 134 | "*": [
|
|
138 | 138 | "yarn eslint --fix"
|
139 | 139 | ]
|
140 | 140 | },
|
141 |
| - "packageManager": "yarn@4.7.0" |
| 141 | + "packageManager": "yarn@4.8.1" |
142 | 142 | }
|
0 commit comments