Skip to content

Commit e884dad

Browse files
committed
build: update to angular v9.1.0
1 parent e311791 commit e884dad

File tree

2 files changed

+131
-152
lines changed

2 files changed

+131
-152
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
},
4646
"version": "9.2.0-next.0",
4747
"dependencies": {
48-
"@angular/animations": "^9.1.0-next.4",
49-
"@angular/common": "^9.1.0-next.4",
50-
"@angular/compiler": "^9.1.0-next.4",
51-
"@angular/core": "^9.1.0-next.4",
52-
"@angular/elements": "^9.1.0-next.4",
53-
"@angular/forms": "^9.1.0-next.4",
54-
"@angular/platform-browser": "^9.1.0-next.4",
48+
"@angular/animations": "^9.1.0",
49+
"@angular/common": "^9.1.0",
50+
"@angular/compiler": "^9.1.0",
51+
"@angular/core": "^9.1.0",
52+
"@angular/elements": "^9.1.0",
53+
"@angular/forms": "^9.1.0",
54+
"@angular/platform-browser": "^9.1.0",
5555
"@types/googlemaps": "^3.37.0",
5656
"@types/youtube": "^0.0.38",
5757
"@webcomponents/custom-elements": "^1.1.0",
@@ -63,13 +63,13 @@
6363
"zone.js": "~0.10.2"
6464
},
6565
"devDependencies": {
66-
"@angular-devkit/core": "^9.0.4",
67-
"@angular-devkit/schematics": "^9.0.4",
68-
"@angular/bazel": "^9.1.0-next.4",
69-
"@angular/compiler-cli": "^9.1.0-next.4",
70-
"@angular/platform-browser-dynamic": "^9.1.0-next.4",
71-
"@angular/platform-server": "^9.1.0-next.4",
72-
"@angular/router": "^9.1.0-next.4",
66+
"@angular-devkit/core": "^9.0.7",
67+
"@angular-devkit/schematics": "^9.0.7",
68+
"@angular/bazel": "^9.1.0",
69+
"@angular/compiler-cli": "^9.1.0",
70+
"@angular/platform-browser-dynamic": "^9.1.0",
71+
"@angular/platform-server": "^9.1.0",
72+
"@angular/router": "^9.1.0",
7373
"@bazel/bazelisk": "^1.3.0",
7474
"@bazel/buildifier": "^0.29.0",
7575
"@bazel/ibazel": "^0.12.3",
@@ -79,7 +79,7 @@
7979
"@bazel/typescript": "^1.4.0",
8080
"@firebase/app-types": "^0.3.2",
8181
"@octokit/rest": "16.28.7",
82-
"@schematics/angular": "^9.0.4",
82+
"@schematics/angular": "^9.0.7",
8383
"@types/browser-sync": "^2.26.1",
8484
"@types/fs-extra": "^4.0.3",
8585
"@types/glob": "^5.0.33",

0 commit comments

Comments
 (0)