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 22, 2019
1 parent 008a7f3 commit 77b2781
Show file tree
Hide file tree
Showing 5 changed files with 14,754 additions and 107 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,24 +32,24 @@
}
},
"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",
"core-js": "^3.6.0",
"ngx-perfect-scrollbar": "^8.0.0",
"resize-observer-polyfill": "^1.5.0",
"rxjs": "^6.5.0",
"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 77b2781

Please sign in to comment.