Skip to content

Commit

Permalink
build: update to Angular 18.1 stable (#29429)
Browse files Browse the repository at this point in the history
Updates us to depend on the stable version of Angular 18.1.

(cherry picked from commit f411903)
  • Loading branch information
crisbeto committed Jul 13, 2024
1 parent ffe1c35 commit f9cc120
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 263 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.0",
"dependencies": {
"@angular/animations": "^18.1.0-next.3",
"@angular/common": "^18.1.0-next.3",
"@angular/compiler": "^18.1.0-next.3",
"@angular/core": "^18.1.0-next.3",
"@angular/forms": "^18.1.0-next.3",
"@angular/platform-browser": "^18.1.0-next.3",
"@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",
"@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-next.3",
"@angular-devkit/core": "^18.1.0-next.3",
"@angular-devkit/schematics": "^18.1.0-next.3",
"@angular-devkit/build-angular": "^18.1.0",
"@angular-devkit/core": "^18.1.0",
"@angular-devkit/schematics": "^18.1.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#74e0e7b090c6e16056290836b2d936ca7820b86f",
"@angular/build": "^18.1.0-next.3",
"@angular/cli": "^18.1.0-next.3",
"@angular/compiler-cli": "^18.1.0-next.3",
"@angular/localize": "^18.1.0-next.3",
"@angular/build": "^18.1.0",
"@angular/cli": "^18.1.0",
"@angular/compiler-cli": "^18.1.0",
"@angular/localize": "^18.1.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#36946be4df61f6549ae3829c026022e47674eae2",
"@angular/platform-browser-dynamic": "^18.1.0-next.3",
"@angular/platform-server": "^18.1.0-next.3",
"@angular/router": "^18.1.0-next.3",
"@angular/platform-browser-dynamic": "^18.1.0",
"@angular/platform-server": "^18.1.0",
"@angular/router": "^18.1.0",
"@babel/core": "^7.16.12",
"@babel/helper-explode-assignable-expression": "^7.18.6",
"@babel/helper-string-parser": "^7.22.5",
Expand Down Expand Up @@ -150,7 +150,7 @@
"@octokit/rest": "18.3.5",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@schematics/angular": "^18.1.0-next.3",
"@schematics/angular": "^18.1.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 f9cc120

Please sign in to comment.