Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent fa121e4 commit 95b3c8b
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 224 deletions.
22 changes: 11 additions & 11 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.10",
"@angular/animations": "^17.0.0",
"@angular/cdk": "^15.2.9",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/localize": "^15.2.10",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/localize": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"@domifa/common": "workspace:^",
"@fortawesome/angular-fontawesome": "0.12.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
Expand Down Expand Up @@ -68,8 +68,8 @@
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "15.2.10",
"@angular/compiler-cli": "^15.2.10",
"@angular/language-service": "^15.2.10",
"@angular/compiler-cli": "^17.0.0",
"@angular/language-service": "^17.0.0",
"@schematics/update": "^0.1102.19",
"@types/file-saver": "^2.0.7",
"@types/google-libphonenumber": "^7.4.30",
Expand Down
22 changes: 11 additions & 11 deletions packages/portail-admins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.10",
"@angular/animations": "^17.0.0",
"@angular/cdk": "^15.2.9",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/localize": "^15.2.10",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/localize": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"@domifa/common": "workspace:^",
"@fortawesome/angular-fontawesome": "0.12.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
Expand Down Expand Up @@ -57,8 +57,8 @@
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "15.2.10",
"@angular/compiler-cli": "^15.2.10",
"@angular/language-service": "^15.2.10",
"@angular/compiler-cli": "^17.0.0",
"@angular/language-service": "^17.0.0",
"@schematics/update": "^0.1102.19",
"@types/d3": "^7.4.1",
"@types/file-saver": "^2.0.7",
Expand Down
22 changes: 11 additions & 11 deletions packages/portail-usagers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.10",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/localize": "^15.2.10",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@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/localize": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"@domifa/common": "workspace:^",
"@fortawesome/angular-fontawesome": "0.12.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
Expand Down Expand Up @@ -53,8 +53,8 @@
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "15.2.10",
"@angular/compiler-cli": "^15.2.10",
"@angular/language-service": "^15.2.10",
"@angular/compiler-cli": "^17.0.0",
"@angular/language-service": "^17.0.0",
"@types/google-libphonenumber": "^7.4.30",
"@types/jest": "^29.5.8",
"@types/node": "^20.3.3",
Expand Down
Loading

0 comments on commit 95b3c8b

Please sign in to comment.