Skip to content

Commit

Permalink
build: Update Angular to 17.2.0 (#28594)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored Feb 14, 2024
1 parent 1a1929d commit 11694c3
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 174 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
},
"version": "17.3.0-next.0",
"dependencies": {
"@angular/animations": "^17.2.0-rc.1",
"@angular/common": "^17.2.0-rc.1",
"@angular/compiler": "^17.2.0-rc.1",
"@angular/core": "^17.2.0-rc.1",
"@angular/forms": "^17.2.0-rc.1",
"@angular/platform-browser": "^17.2.0-rc.1",
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/platform-browser": "^17.2.0",
"@types/google.maps": "^3.54.10",
"@types/youtube": "^0.0.46",
"rxjs": "^6.6.7",
Expand All @@ -72,18 +72,18 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.0-rc.0",
"@angular-devkit/core": "^17.2.0-rc.0",
"@angular-devkit/schematics": "^17.2.0-rc.0",
"@angular-devkit/build-angular": "^17.2.0",
"@angular-devkit/core": "^17.2.0",
"@angular-devkit/schematics": "^17.2.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3069be882e3e41cdb3dad58788d878e31d7d82e8",
"@angular/cli": "^17.2.0-rc.0",
"@angular/compiler-cli": "^17.2.0-rc.1",
"@angular/localize": "^17.2.0-rc.1",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
"@angular/localize": "^17.2.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6f2e63fcda1f645ba3c6709c14a8417f921f9e5c",
"@angular/platform-browser-dynamic": "^17.2.0-rc.1",
"@angular/platform-server": "^17.2.0-rc.1",
"@angular/router": "^17.2.0-rc.1",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/platform-server": "^17.2.0",
"@angular/router": "^17.2.0",
"@babel/core": "^7.16.12",
"@babel/helper-explode-assignable-expression": "^7.18.6",
"@babel/helper-string-parser": "^7.22.5",
Expand Down
Loading

0 comments on commit 11694c3

Please sign in to comment.