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] authored Oct 27, 2023
1 parent fccd203 commit 1013635
Show file tree
Hide file tree
Showing 8 changed files with 2,260 additions and 228 deletions.
18 changes: 9 additions & 9 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/animations": "16.2.11",
"@angular/common": "16.2.11",
"@angular/compiler": "16.2.11",
"@angular/core": "6.0.3",
"@angular/forms": "6.0.3",
"@angular/forms": "16.2.11",
"@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.11",
"@angular/platform-browser-dynamic": "16.2.11",
"@angular/router": "16.2.11",
"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.11",
"@angular/language-service": "16.2.11",
"@types/jasmine": "2.8.15",
"@types/jasminewd2": "2.0.6",
"@types/node": "8.10.59",
Expand Down
604 changes: 556 additions & 48 deletions demos/angular/ecommerce/yarn.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 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/animations": "16.2.11",
"@angular/common": "16.2.11",
"@angular/compiler": "16.2.11",
"@angular/core": "6.0.3",
"@angular/forms": "6.0.3",
"@angular/forms": "16.2.11",
"@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.11",
"@angular/platform-browser-dynamic": "16.2.11",
"@angular/router": "16.2.11",
"@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.11",
"@angular/language-service": "16.2.11",
"@types/jasmine": "2.8.15",
"@types/jasminewd2": "2.0.6",
"@types/node": "8.10.59",
Expand Down
Loading

0 comments on commit 1013635

Please sign in to comment.