Skip to content

Commit

Permalink
build: update to Angular 18.2 next (#29521)
Browse files Browse the repository at this point in the history
Updates the repo to the latest version of Angular to make it easier to test some of the new features.

(cherry picked from commit 570ed08)
  • Loading branch information
crisbeto committed Jul 31, 2024
1 parent 70048ef commit 4d6aa2e
Show file tree
Hide file tree
Showing 2 changed files with 940 additions and 423 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": "18.1.2",
"dependencies": {
"@angular/animations": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/compiler": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/forms": "^18.1.0",
"@angular/platform-browser": "^18.1.0",
"@angular/animations": "^18.2.0-next.2",
"@angular/common": "^18.2.0-next.2",
"@angular/compiler": "^18.2.0-next.2",
"@angular/core": "^18.2.0-next.2",
"@angular/forms": "^18.2.0-next.2",
"@angular/platform-browser": "^18.2.0-next.2",
"@types/google.maps": "^3.54.10",
"@types/youtube": "^0.0.50",
"rxjs": "^6.6.7",
Expand All @@ -70,19 +70,19 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.0",
"@angular-devkit/core": "^18.1.0",
"@angular-devkit/schematics": "^18.1.0",
"@angular-devkit/build-angular": "^18.2.0-next.2",
"@angular-devkit/core": "^18.2.0-next.2",
"@angular-devkit/schematics": "^18.2.0-next.2",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#74e0e7b090c6e16056290836b2d936ca7820b86f",
"@angular/build": "^18.1.0",
"@angular/cli": "^18.1.0",
"@angular/compiler-cli": "^18.1.0",
"@angular/localize": "^18.1.0",
"@angular/build": "^18.2.0-next.2",
"@angular/cli": "^18.2.0-next.2",
"@angular/compiler-cli": "^18.2.0-next.2",
"@angular/localize": "^18.2.0-next.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#36946be4df61f6549ae3829c026022e47674eae2",
"@angular/platform-browser-dynamic": "^18.1.0",
"@angular/platform-server": "^18.1.0",
"@angular/router": "^18.1.0",
"@angular/platform-browser-dynamic": "^18.2.0-next.2",
"@angular/platform-server": "^18.2.0-next.2",
"@angular/router": "^18.2.0-next.2",
"@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": "^18.1.0",
"@schematics/angular": "^18.2.0-next.2",
"@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 4d6aa2e

Please sign in to comment.