Skip to content

Commit

Permalink
build: update to v19 final (#30045)
Browse files Browse the repository at this point in the history
Updates the repo to the final v19 version.

(cherry picked from commit f1bdc59)
  • Loading branch information
crisbeto committed Nov 19, 2024
1 parent 734f296 commit 56834a2
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 550 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
},
"version": "19.0.0-rc.3",
"dependencies": {
"@angular/animations": "^19.0.0-rc.0",
"@angular/common": "^19.0.0-rc.0",
"@angular/compiler": "^19.0.0-rc.0",
"@angular/core": "^19.0.0-rc.0",
"@angular/forms": "^19.0.0-rc.0",
"@angular/platform-browser": "^19.0.0-rc.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",
"@types/google.maps": "^3.54.10",
"@types/youtube": "^0.0.50",
"rxjs": "^6.6.7",
Expand All @@ -70,19 +70,19 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0-rc.0",
"@angular-devkit/core": "^19.0.0-rc.0",
"@angular-devkit/schematics": "^19.0.0-rc.0",
"@angular-devkit/build-angular": "^19.0.0",
"@angular-devkit/core": "^19.0.0",
"@angular-devkit/schematics": "^19.0.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d9a8ea4f9e62cb475eff89519426a38631b2704d",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#74e0e7b090c6e16056290836b2d936ca7820b86f",
"@angular/build": "^19.0.0-rc.0",
"@angular/cli": "^19.0.0-rc.0",
"@angular/compiler-cli": "^19.0.0-rc.0",
"@angular/localize": "^19.0.0-rc.0",
"@angular/build": "^19.0.0",
"@angular/cli": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/localize": "^19.0.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#36946be4df61f6549ae3829c026022e47674eae2",
"@angular/platform-browser-dynamic": "^19.0.0-rc.0",
"@angular/platform-server": "^19.0.0-rc.0",
"@angular/router": "^19.0.0-rc.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/platform-server": "^19.0.0",
"@angular/router": "^19.0.0",
"@babel/core": "^7.16.12",
"@babel/helper-explode-assignable-expression": "^7.18.6",
"@babel/helper-string-parser": "^7.22.5",
Expand All @@ -102,7 +102,7 @@
"@octokit/rest": "18.3.5",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@schematics/angular": "^19.0.0-rc.0",
"@schematics/angular": "^19.0.0",
"@types/babel__core": "^7.1.18",
"@types/browser-sync": "^2.26.3",
"@types/fs-extra": "^9.0.13",
Expand Down
Loading

0 comments on commit 56834a2

Please sign in to comment.