Skip to content

Commit

Permalink
chore(deps): update angular dependencies (#938)
Browse files Browse the repository at this point in the history
* chore(deps): update angular dependencies

* fix: versions

* fix: types of binded references

* fix: stackblitz lock files

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: qderoubaix <[email protected]>
  • Loading branch information
github-actions[bot] and quentinderoubaix authored Oct 30, 2024
1 parent 3232087 commit 4a1fc36
Show file tree
Hide file tree
Showing 20 changed files with 13,495 additions and 10,812 deletions.
22 changes: 11 additions & 11 deletions angular/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,24 +95,24 @@
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5"
"@angular/common": "^18.2.9",
"@angular/core": "^18.2.9"
},
"dependencies": {
"@agnos-ui/angular-headless": "0.0.0",
"@agnos-ui/core-bootstrap": "0.0.0",
"tslib": "^2.8.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.5",
"@angular/animations": "^18.2.5",
"@angular/cli": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/compiler": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/platform-browser-dynamic": "^18.2.5",
"@angular-devkit/build-angular": "^18.2.10",
"@angular/animations": "^18.2.9",
"@angular/cli": "^18.2.10",
"@angular/common": "^18.2.9",
"@angular/compiler": "^18.2.9",
"@angular/core": "^18.2.9",
"@angular/forms": "^18.2.9",
"@angular/platform-browser": "^18.2.9",
"@angular/platform-browser-dynamic": "^18.2.9",
"ng-packagr": "^18.2.1",
"rxjs": "^7.8.1",
"zone.js": "~0.14.10"
Expand Down
22 changes: 11 additions & 11 deletions angular/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,22 +170,22 @@
"@agnos-ui/angular-bootstrap": "0.0.0",
"@agnos-ui/core-bootstrap": "0.0.0",
"@amadeus-it-group/tansu": "^1.0.0",
"@angular/animations": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/compiler": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/platform-browser-dynamic": "^18.2.5",
"@angular/router": "^18.2.5",
"@angular/animations": "^18.2.9",
"@angular/common": "^18.2.9",
"@angular/compiler": "^18.2.9",
"@angular/core": "^18.2.9",
"@angular/forms": "^18.2.9",
"@angular/platform-browser": "^18.2.9",
"@angular/platform-browser-dynamic": "^18.2.9",
"@angular/router": "^18.2.9",
"@floating-ui/dom": "^1.6.11",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.5",
"@angular/cli": "^18.2.5",
"@angular/compiler-cli": "^18.2.5",
"@angular-devkit/build-angular": "^18.2.10",
"@angular/cli": "^18.2.10",
"@angular/compiler-cli": "^18.2.9",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"postcss": "^8.4.47",
Expand Down
22 changes: 11 additions & 11 deletions angular/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,23 +111,23 @@
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@angular/common": "^18.2.5",
"@angular/core": "^18.2.5"
"@angular/common": "^18.2.9",
"@angular/core": "^18.2.9"
},
"dependencies": {
"@agnos-ui/core": "0.0.0",
"tslib": "^2.8.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.5",
"@angular/animations": "^18.2.5",
"@angular/cli": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/compiler": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/platform-browser-dynamic": "^18.2.5",
"@angular-devkit/build-angular": "^18.2.10",
"@angular/animations": "^18.2.9",
"@angular/cli": "^18.2.10",
"@angular/common": "^18.2.9",
"@angular/compiler": "^18.2.9",
"@angular/core": "^18.2.9",
"@angular/forms": "^18.2.9",
"@angular/platform-browser": "^18.2.9",
"@angular/platform-browser-dynamic": "^18.2.9",
"ng-packagr": "^18.2.1",
"rxjs": "^7.8.1",
"zone.js": "~0.14.10"
Expand Down
26 changes: 13 additions & 13 deletions angular/ssr-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"private": true,
"dependencies": {
"@agnos-ui/angular-bootstrap": "0.0.0",
"@angular/animations": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/compiler": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/platform-browser-dynamic": "^18.2.5",
"@angular/platform-server": "^18.2.5",
"@angular/router": "^18.2.5",
"@angular/ssr": "^18.2.5",
"@angular/animations": "^18.2.9",
"@angular/common": "^18.2.9",
"@angular/compiler": "^18.2.9",
"@angular/core": "^18.2.9",
"@angular/forms": "^18.2.9",
"@angular/platform-browser": "^18.2.9",
"@angular/platform-browser-dynamic": "^18.2.9",
"@angular/platform-server": "^18.2.9",
"@angular/router": "^18.2.9",
"@angular/ssr": "^18.2.10",
"express": "^4.21.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.5",
"@angular/cli": "^18.2.5",
"@angular/compiler-cli": "^18.2.5",
"@angular-devkit/build-angular": "^18.2.10",
"@angular/cli": "^18.2.10",
"@angular/compiler-cli": "^18.2.9",
"@types/express": "^5.0.0",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.17.3",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/layout/ComponentTypeAlert.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}: {
componentType: string;
} = $props();
let alert: Alert;
let alert: ReturnType<typeof Alert>;
let componentName = $derived($page.url.pathname.match(regex)?.[2]);
$effect(() => {
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/layout/StatusAlert.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};
let {status}: {status: string} = $props();
let alert: Alert;
let alert: ReturnType<typeof Alert>;
let type = $derived((status === 'inprogress' ? 'warning' : 'info') as AlertProps['type']);
let statusText = $derived(status === 'inprogress' ? 'In progress' : 'Beta');
Expand Down
Loading

0 comments on commit 4a1fc36

Please sign in to comment.