Skip to content

Commit

Permalink
chore(deps): update angular dependencies to ^18.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 1, 2024
1 parent e1759d1 commit 55d61f4
Show file tree
Hide file tree
Showing 11 changed files with 249 additions and 215 deletions.
18 changes: 9 additions & 9 deletions angular/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@angular/common": "^18.2.12",
"@angular/core": "^18.2.12"
"@angular/common": "^18.2.13",
"@angular/core": "^18.2.13"
},
"dependencies": {
"@agnos-ui/angular-headless": "0.0.0",
Expand All @@ -105,14 +105,14 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/animations": "^18.2.12",
"@angular/animations": "^18.2.13",
"@angular/cli": "^18.2.12",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/common": "^18.2.13",
"@angular/compiler": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"ng-packagr": "^18.2.1",
"rxjs": "^7.8.1",
"zone.js": "~0.14.10"
Expand Down
18 changes: 9 additions & 9 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.12",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/router": "^18.2.12",
"@angular/animations": "^18.2.13",
"@angular/common": "^18.2.13",
"@angular/compiler": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"@angular/router": "^18.2.13",
"@floating-ui/dom": "^1.6.12",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.13",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"postcss": "^8.4.49",
Expand Down
18 changes: 9 additions & 9 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.12",
"@angular/core": "^18.2.12"
"@angular/common": "^18.2.13",
"@angular/core": "^18.2.13"
},
"dependencies": {
"@agnos-ui/core": "0.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/animations": "^18.2.12",
"@angular/animations": "^18.2.13",
"@angular/cli": "^18.2.12",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/common": "^18.2.13",
"@angular/compiler": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"ng-packagr": "^18.2.1",
"rxjs": "^7.8.1",
"zone.js": "~0.14.10"
Expand Down
20 changes: 10 additions & 10 deletions angular/ssr-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"private": true,
"dependencies": {
"@agnos-ui/angular-bootstrap": "0.0.0",
"@angular/animations": "^18.2.12",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/platform-server": "^18.2.12",
"@angular/router": "^18.2.12",
"@angular/animations": "^18.2.13",
"@angular/common": "^18.2.13",
"@angular/compiler": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"@angular/platform-server": "^18.2.13",
"@angular/router": "^18.2.13",
"@angular/ssr": "^18.2.12",
"express": "^4.21.1",
"rxjs": "^7.8.1",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.13",
"@types/express": "^5.0.0",
"@types/node": "^22.10.1",
"typescript": "~5.5.4"
Expand Down
117 changes: 64 additions & 53 deletions demo/src/lib/stackblitz/angular-bootstrap/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55d61f4

Please sign in to comment.