Skip to content

Commit

Permalink
build: update to latest next versions (#29834)
Browse files Browse the repository at this point in the history
We were running behind on the `next` releases. These changes update us to the latest version so we can catch upcoming issues early.
  • Loading branch information
crisbeto authored Oct 6, 2024
1 parent be34228 commit 76ada37
Show file tree
Hide file tree
Showing 2 changed files with 962 additions and 681 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-next.7",
"dependencies": {
"@angular/animations": "^19.0.0-next.3",
"@angular/common": "^19.0.0-next.3",
"@angular/compiler": "^19.0.0-next.3",
"@angular/core": "^19.0.0-next.3",
"@angular/forms": "^19.0.0-next.3",
"@angular/platform-browser": "^19.0.0-next.3",
"@angular/animations": "^19.0.0-next.8",
"@angular/common": "^19.0.0-next.8",
"@angular/compiler": "^19.0.0-next.8",
"@angular/core": "^19.0.0-next.8",
"@angular/forms": "^19.0.0-next.8",
"@angular/platform-browser": "^19.0.0-next.8",
"@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-next.3",
"@angular-devkit/core": "^19.0.0-next.3",
"@angular-devkit/schematics": "^19.0.0-next.3",
"@angular-devkit/build-angular": "^19.0.0-next.9",
"@angular-devkit/core": "^19.0.0-next.9",
"@angular-devkit/schematics": "^19.0.0-next.9",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#9e6140d1eef8ddf7113d00738f603e9cc3c310f1",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#74e0e7b090c6e16056290836b2d936ca7820b86f",
"@angular/build": "^19.0.0-next.3",
"@angular/cli": "^19.0.0-next.3",
"@angular/compiler-cli": "^19.0.0-next.3",
"@angular/localize": "^19.0.0-next.3",
"@angular/build": "^19.0.0-next.9",
"@angular/cli": "^19.0.0-next.9",
"@angular/compiler-cli": "^19.0.0-next.8",
"@angular/localize": "^19.0.0-next.8",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#36946be4df61f6549ae3829c026022e47674eae2",
"@angular/platform-browser-dynamic": "^19.0.0-next.3",
"@angular/platform-server": "^19.0.0-next.3",
"@angular/router": "^19.0.0-next.3",
"@angular/platform-browser-dynamic": "^19.0.0-next.8",
"@angular/platform-server": "^19.0.0-next.8",
"@angular/router": "^19.0.0-next.8",
"@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-next.3",
"@schematics/angular": "^19.0.0-next.9",
"@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 76ada37

Please sign in to comment.