Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 6, 2023
1 parent fccd203 commit f5137fb
Show file tree
Hide file tree
Showing 8 changed files with 2,264 additions and 248 deletions.
20 changes: 10 additions & 10 deletions demos/angular/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "6.0.3",
"@angular/common": "6.0.3",
"@angular/compiler": "6.0.3",
"@angular/core": "6.0.3",
"@angular/forms": "6.0.3",
"@angular/animations": "16.2.8",
"@angular/common": "16.2.8",
"@angular/compiler": "16.2.8",
"@angular/core": "16.2.8",
"@angular/forms": "16.2.8",
"@angular/http": "6.0.3",
"@angular/platform-browser": "6.0.3",
"@angular/platform-browser-dynamic": "6.0.3",
"@angular/router": "6.0.3",
"@angular/platform-browser": "16.2.8",
"@angular/platform-browser-dynamic": "16.2.8",
"@angular/router": "16.2.8",
"angular-instantsearch": "2.2.2",
"core-js": "2.6.11",
"rxjs": "6.2.0",
Expand All @@ -28,8 +28,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "0.12.2",
"@angular/cli": "6.2.9",
"@angular/compiler-cli": "6.0.3",
"@angular/language-service": "6.0.3",
"@angular/compiler-cli": "16.2.8",
"@angular/language-service": "16.2.8",
"@types/jasmine": "2.8.15",
"@types/jasminewd2": "2.0.6",
"@types/node": "8.10.59",
Expand Down
608 changes: 556 additions & 52 deletions demos/angular/ecommerce/yarn.lock

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions demos/angular/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "6.0.3",
"@angular/common": "6.0.3",
"@angular/compiler": "6.0.3",
"@angular/core": "6.0.3",
"@angular/forms": "6.0.3",
"@angular/animations": "16.2.8",
"@angular/common": "16.2.8",
"@angular/compiler": "16.2.8",
"@angular/core": "16.2.8",
"@angular/forms": "16.2.8",
"@angular/http": "6.0.3",
"@angular/platform-browser": "6.0.3",
"@angular/platform-browser-dynamic": "6.0.3",
"@angular/router": "6.0.3",
"@angular/platform-browser": "16.2.8",
"@angular/platform-browser-dynamic": "16.2.8",
"@angular/router": "16.2.8",
"@types/googlemaps": "3.39.3",
"angular-instantsearch": "2.2.2",
"core-js": "2.6.11",
Expand All @@ -29,8 +29,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "0.12.2",
"@angular/cli": "6.2.9",
"@angular/compiler-cli": "6.0.3",
"@angular/language-service": "6.0.3",
"@angular/compiler-cli": "16.2.8",
"@angular/language-service": "16.2.8",
"@types/jasmine": "2.8.15",
"@types/jasminewd2": "2.0.6",
"@types/node": "8.10.59",
Expand Down

0 comments on commit f5137fb

Please sign in to comment.