Skip to content

Commit

Permalink
chore: upgrade other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed Sep 3, 2019
1 parent 135dc22 commit 03f0bd1
Show file tree
Hide file tree
Showing 3 changed files with 714 additions and 752 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"@types/prettier": "^1.13.2",
"@types/prettier": "^1.18.2",
"codelyzer": "^5.0.0",
"coveralls": "^3.0.2",
"coveralls": "^3.0.6",
"dtslint": "^0.9.3",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
Expand All @@ -49,14 +49,14 @@
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"ng-packagr": "^5.4.0",
"prettier": "^1.14.2",
"prettier": "^1.18.2",
"protractor": "~5.4.0",
"s-ng-dev-utils": "^0.10.0",
"standard-version": "^6.0.1",
"standard-version": "^7.0.0",
"ts-node": "~7.0.0",
"tsickle": "^0.37.0",
"tslint": "~5.15.0",
"typedoc": "^0.14.2",
"typedoc": "^0.15.0",
"typescript": "~3.5.3"
},
"prettier": {
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.ts"],
"exclude": ["src/test.ts", "src/**/*.spec.ts"]
}
Loading

0 comments on commit 03f0bd1

Please sign in to comment.