Skip to content

Commit

Permalink
chore(deps): update zone and nx
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Feb 26, 2025
1 parent 314470f commit 36ff980
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 280 deletions.
2 changes: 2 additions & 0 deletions apps/documentation/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import '@ui5/webcomponents-icons/dist/AllIcons';
import '@ui5/webcomponents-fiori/dist/illustrations/AllIllustrations.js';
import applyDirection from '@ui5/webcomponents-base/dist/locale/applyDirection.js';
import { getTheme, setTheme } from '@ui5/webcomponents-base/dist/config/Theme';
import 'zone.js';
import 'zone.js/testing';

type Themes = {
[name: string]: string;
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular/platform-browser-dynamic": "19.1.3",
"@angular/router": "19.1.3",
"@fundamental-styles/common-css": "^0.30.1",
"@nx/angular": "20.4.4",
"@nx/angular": "20.4.6",
"@storybook/addon-docs": "^8.5.2",
"@storybook/blocks": "^8.5.2",
"@storybook/manager-api": "^8.5.2",
Expand Down Expand Up @@ -71,15 +71,15 @@
"@commitlint/cli": "17.3.0",
"@commitlint/config-angular": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@nx/cypress": "20.4.4",
"@nx/devkit": "20.4.4",
"@nx/eslint": "20.4.4",
"@nx/eslint-plugin": "20.4.4",
"@nx/jest": "20.4.4",
"@nx/js": "20.4.4",
"@nx/plugin": "20.4.4",
"@nx/storybook": "20.4.4",
"@nx/workspace": "20.4.4",
"@nx/cypress": "20.4.6",
"@nx/devkit": "20.4.6",
"@nx/eslint": "20.4.6",
"@nx/eslint-plugin": "20.4.6",
"@nx/jest": "20.4.6",
"@nx/js": "20.4.6",
"@nx/plugin": "20.4.6",
"@nx/storybook": "20.4.6",
"@nx/workspace": "20.4.6",
"@schematics/angular": "19.1.4",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/angular": "^8.5.2",
Expand Down Expand Up @@ -110,7 +110,7 @@
"jsonc-eslint-parser": "2.1.0",
"lerna": "^8.1.2",
"ng-packagr": "19.1.1",
"nx": "20.4.4",
"nx": "20.4.6",
"patch-package": "^8.0.0",
"postcss": "8.4.31",
"postcss-import": "14.1.0",
Expand Down
Loading

0 comments on commit 36ff980

Please sign in to comment.