Skip to content

Commit

Permalink
build: bump to Angular 13.1 (#24084)
Browse files Browse the repository at this point in the history
Bumps to the Angular 13.1 stable version.

(cherry picked from commit f952b59)
  • Loading branch information
crisbeto authored and amysorto committed Dec 14, 2021
1 parent 179d6e2 commit a07761f
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 225 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
},
"version": "13.1.0",
"dependencies": {
"@angular/animations": "^13.1.0-next.3",
"@angular/common": "^13.1.0-next.3",
"@angular/compiler": "^13.1.0-next.3",
"@angular/core": "^13.1.0-next.3",
"@angular/forms": "^13.1.0-next.3",
"@angular/platform-browser": "^13.1.0-next.3",
"@angular/animations": "^13.1.0",
"@angular/common": "^13.1.0",
"@angular/compiler": "^13.1.0",
"@angular/core": "^13.1.0",
"@angular/forms": "^13.1.0",
"@angular/platform-browser": "^13.1.0",
"@types/google.maps": "^3.45.6",
"@types/youtube": "^0.0.42",
"core-js-bundle": "^3.8.2",
Expand All @@ -67,17 +67,17 @@
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.1.0-next.3",
"@angular-devkit/core": "^13.1.0-next.3",
"@angular-devkit/schematics": "^13.1.0-next.3",
"@angular/bazel": "^13.1.0-next.3",
"@angular/cli": "^13.1.0-next.3",
"@angular/compiler-cli": "^13.1.0-next.3",
"@angular-devkit/build-angular": "^13.1.0",
"@angular-devkit/core": "^13.1.0",
"@angular-devkit/schematics": "^13.1.0",
"@angular/bazel": "^13.1.0",
"@angular/cli": "^13.1.0",
"@angular/compiler-cli": "^13.1.0",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e",
"@angular/localize": "^13.1.0-next.3",
"@angular/platform-browser-dynamic": "^13.1.0-next.3",
"@angular/platform-server": "^13.1.0-next.3",
"@angular/router": "^13.1.0-next.3",
"@angular/localize": "^13.1.0",
"@angular/platform-browser-dynamic": "^13.1.0",
"@angular/platform-server": "^13.1.0",
"@angular/router": "^13.1.0",
"@axe-core/webdriverjs": "^4.1.0",
"@babel/core": "^7.16.0",
"@bazel/bazelisk": "1.10.1",
Expand Down Expand Up @@ -142,7 +142,7 @@
"@octokit/rest": "18.3.5",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@schematics/angular": "^13.1.0-next.3",
"@schematics/angular": "^13.1.0",
"@types/babel__core": "^7.1.16",
"@types/browser-sync": "^2.26.1",
"@types/fs-extra": "^9.0.5",
Expand Down

0 comments on commit a07761f

Please sign in to comment.