Skip to content

Commit

Permalink
Merge pull request #1338 from hey-api/dependabot/npm_and_yarn/angular…
Browse files Browse the repository at this point in the history
…-deps-41ad4f545c

chore(deps): bump the angular-deps group with 13 updates
  • Loading branch information
mrlubos authored Nov 25, 2024
2 parents 9e5f634 + 12e3e1b commit 8b5663e
Show file tree
Hide file tree
Showing 3 changed files with 2,142 additions and 1,697 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.12",
"@angular/cdk": "^18.2.13",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/material": "^18.2.13",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/router": "^18.2.12",
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.61.3",
"rxjs": "~7.8.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@angular-devkit/build-angular": "^19.0.1",
"@angular/cli": "^19.0.1",
"@angular/compiler-cli": "^19.0.0",
"@hey-api/openapi-ts": "workspace:*",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.2.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@
"typescript": "^5.x"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular/animations": "18.2.12",
"@angular/cli": "18.2.12",
"@angular/common": "18.2.12",
"@angular/compiler": "18.2.12",
"@angular/compiler-cli": "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-devkit/build-angular": "19.0.1",
"@angular/animations": "19.0.0",
"@angular/cli": "19.0.1",
"@angular/common": "19.0.0",
"@angular/compiler": "19.0.0",
"@angular/compiler-cli": "19.0.0",
"@angular/core": "19.0.0",
"@angular/forms": "19.0.0",
"@angular/platform-browser": "19.0.0",
"@angular/platform-browser-dynamic": "19.0.0",
"@angular/router": "19.0.0",
"@hey-api/client-axios": "workspace:*",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.61.3",
Expand Down
Loading

0 comments on commit 8b5663e

Please sign in to comment.