Skip to content

Commit

Permalink
release: v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau committed Mar 28, 2020
1 parent 4379112 commit 304a93d
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 200 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
"version": "9.0.2",
"version": "9.1.0",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down Expand Up @@ -41,21 +41,21 @@
"@types/node": "^12.11.1"
},
"devDependencies": {
"@angular-devkit/architect": "^0.901.0-next.3",
"@angular-devkit/build-angular": "^0.901.0-next.3",
"@angular-devkit/core": "^9.1.0-next.3",
"@angular-devkit/schematics": "^9.1.0-next.3",
"@angular/animations": "^9.1.0-next.4",
"@angular/bazel": "^9.1.0-next.4",
"@angular/cli": "^9.1.0-next.3",
"@angular/common": "^9.1.0-next.4",
"@angular/compiler": "^9.1.0-next.4",
"@angular/compiler-cli": "^9.1.0-next.4",
"@angular/core": "^9.1.0-next.4",
"@angular/platform-browser": "^9.1.0-next.4",
"@angular/platform-browser-dynamic": "^9.1.0-next.4",
"@angular/platform-server": "^9.1.0-next.4",
"@angular/router": "^9.1.0-next.4",
"@angular-devkit/architect": "^0.901.0",
"@angular-devkit/build-angular": "^0.901.0",
"@angular-devkit/core": "^9.1.0",
"@angular-devkit/schematics": "^9.1.0",
"@angular/animations": "^9.1.0",
"@angular/bazel": "^9.1.0",
"@angular/cli": "^9.1.0",
"@angular/common": "^9.1.0",
"@angular/compiler": "^9.1.0",
"@angular/compiler-cli": "^9.1.0",
"@angular/core": "^9.1.0",
"@angular/platform-browser": "^9.1.0",
"@angular/platform-browser-dynamic": "^9.1.0",
"@angular/platform-server": "^9.1.0",
"@angular/router": "^9.1.0",
"@bazel/bazel": "2.1.0",
"@bazel/buildifier": "^2.0.0",
"@bazel/hide-bazel-files": "~1.5.0",
Expand All @@ -64,7 +64,7 @@
"@bazel/karma": "~1.5.0",
"@bazel/typescript": "~1.5.0",
"@hapi/hapi": "^18.4.0",
"@schematics/angular": "^9.1.0-next.3",
"@schematics/angular": "^9.1.0",
"@types/browser-sync": "^2.26.1",
"@types/express": "4.17.3",
"@types/express-serve-static-core": "4.17.3",
Expand Down
Loading

0 comments on commit 304a93d

Please sign in to comment.