Skip to content

Commit

Permalink
Merge pull request #18 from angular-seattle/ng-upgrade
Browse files Browse the repository at this point in the history
Add Angular 9 support
  • Loading branch information
bniedermeyer authored Mar 23, 2020
2 parents 8f608d3 + 9953268 commit 1a13cf2
Show file tree
Hide file tree
Showing 9 changed files with 12,310 additions and 7,878 deletions.
1,211 changes: 596 additions & 615 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^8.2.0",
"@angular-devkit/schematics": "^8.2.0",
"@schematics/angular": "^8.2.0"
"@angular-devkit/core": "^8.3.25",
"@angular-devkit/schematics": "^8.3.25",
"@schematics/angular": "^8.3.25"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
Expand Down
5 changes: 5 additions & 0 deletions sandbox/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/sandbox",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -49,6 +50,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down
Loading

0 comments on commit 1a13cf2

Please sign in to comment.