Skip to content

Commit

Permalink
Updated versions and added back package lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Dec 21, 2019
1 parent 117dc76 commit c6fde60
Show file tree
Hide file tree
Showing 5 changed files with 14,778 additions and 108 deletions.
Empty file removed angular.json
Empty file.
169 changes: 79 additions & 90 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
}
},
"dependencies": {
"@angular/cdk": "^9.0.0-rc.5",
"@angular/common": "^9.0.0-rc.6",
"@angular/compiler": "^9.0.0-rc.6",
"@angular/core": "^9.0.0-rc.6",
"@angular/cdk": "^9.0.0-rc.6",
"@angular/common": "^9.0.0-rc.7",
"@angular/compiler": "^9.0.0-rc.7",
"@angular/core": "^9.0.0-rc.7",
"@angular/flex-layout": "8.0.0-beta.27",
"@angular/platform-browser": "^9.0.0-rc.6",
"@angular/platform-browser-dynamic": "^9.0.0-rc.6",
"@angular/platform-browser": "^9.0.0-rc.7",
"@angular/platform-browser-dynamic": "^9.0.0-rc.7",
"ace-builds": "^1.4.0",
"brace": "^0.11.0",
"core-js": "^3.6.0",
Expand All @@ -47,10 +47,10 @@
"zone.js": "^0.10.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.0-rc.6",
"@angular/cli": "^9.0.0-rc.6",
"@angular/compiler-cli": "^9.0.0-rc.6",
"@ngtools/webpack": "^9.0.0-rc.6",
"@angular-devkit/build-angular": "^0.900.0-rc.7",
"@angular/cli": "^9.0.0-rc.7",
"@angular/compiler-cli": "^9.0.0-rc.7",
"@ngtools/webpack": "^9.0.0-rc.7",
"@types/node": "^12.12.0",
"codelyzer": "^5.2.0",
"deploy-to-git": "^0.1.0",
Expand Down
Loading

0 comments on commit c6fde60

Please sign in to comment.