Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBuildbot committed Mar 24, 2017
1 parent 05ebddf commit 56f42ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
7 changes: 2 additions & 5 deletions e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/out-tsc-e2e",
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es6",
"target": "es5",
"types":[
"jasmine",
"node"
],
"typeRoots": [
"../node_modules/@types"
]
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
},
"private": true,
"dependencies": {
"@angular/common": "4.0.0-rc.3",
"@angular/compiler": "4.0.0-rc.3",
"@angular/core": "4.0.0-rc.3",
"@angular/forms": "4.0.0-rc.3",
"@angular/http": "4.0.0-rc.3",
"@angular/platform-browser": "4.0.0-rc.3",
"@angular/platform-browser-dynamic": "4.0.0-rc.3",
"@angular/router": "4.0.0-rc.3",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.7.6",
"zone.js": "^0.8.4",
"angular-date-value-accessor": "0.0.2",
"semantic-ui-css": "2.2.4"
"semantic-ui-css": "2.2.9"
},
"devDependencies": {
"@angular/cli": "1.0.0-rc.0",
"@angular/compiler-cli": "4.0.0-rc.3",
"@angular/cli": "1.0.0",
"@angular/compiler-cli": "^4.0.0",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"codelyzer": "~2.0.0",
Expand All @@ -45,7 +45,7 @@
"karma-coverage-istanbul-reporter": "^0.2.0",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.4.2",
"typescript": "~2.1.0"
"tslint": "~4.5.0",
"typescript": "~2.2.0"
}
}

0 comments on commit 56f42ab

Please sign in to comment.