Skip to content

Commit

Permalink
Update angular monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 3cc4f05 commit f93f8f1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ingitdb/libs/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"homepage": "https://ingitdb.com",
"description": "Client for IngitDB written in TypeScript",
"peerDependencies": {
"@angular/common": "^12.2.0 || ^17.0.0",
"@angular/core": "^12.2.0 || ^17.0.0"
"@angular/common": "^12.2.0 || ^17.0.0 || ^19.0.0",
"@angular/core": "^12.2.0 || ^17.0.0 || ^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions ingitdb/libs/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@ingitdb/schema",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^12.2.0 || ^17.0.0",
"@angular/core": "^12.2.0 || ^17.0.0"
"@angular/common": "^12.2.0 || ^17.0.0 || ^19.0.0",
"@angular/core": "^12.2.0 || ^17.0.0 || ^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
20 changes: 10 additions & 10 deletions ingitdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^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",
"@nrwl/angular": "17.1.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.1",
Expand All @@ -30,8 +30,8 @@
"@angular-eslint/eslint-plugin-template": "~16.2.0",
"@angular-eslint/template-parser": "~16.2.0",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@angular/language-service": "^17.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/language-service": "^19.0.0",
"@nrwl/cli": "15.9.3",
"@nrwl/cypress": "17.1.1",
"@nrwl/eslint-plugin-nx": "17.1.1",
Expand Down

0 comments on commit f93f8f1

Please sign in to comment.