Skip to content

Commit

Permalink
feat: add angular 7 support (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
fscherwi authored and Limon Monte committed Jan 20, 2019
1 parent 3052f48 commit 33fd2d2
Show file tree
Hide file tree
Showing 3 changed files with 4,463 additions and 3,164 deletions.
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,43 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^6.0.2",
"@angular/common": "^6.0.2",
"@angular/compiler": "^6.0.2",
"@angular/core": "^6.0.2",
"@angular/forms": "^6.0.2",
"@angular/http": "^6.0.2",
"@angular/platform-browser": "^6.0.2",
"@angular/platform-browser-dynamic": "^6.0.2",
"@angular/router": "^6.0.2",
"@angular/animations": "^7.0.0",
"@angular/common": "^7.0.0",
"@angular/compiler": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/forms": "^7.0.0",
"@angular/http": "^7.0.0",
"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"core-js": "^2.5.6",
"rxjs": "^6.1.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.1",
"@angular/cli": "6.0.3",
"@angular/compiler-cli": "6.0.2",
"@angular/language-service": "6.0.2",
"@angular-devkit/build-angular": "~0.10.1",
"@angular/cli": "^7.0.0",
"@angular/compiler-cli": "^7.0.0",
"@angular/language-service": "^7.0.0",
"@types/jasmine": "^2.8.7",
"@types/jasminewd2": "^2.0.2",
"@types/node": "^10.1.1",
"@types/node": "^10.12.0",
"codelyzer": "^4.3.0",
"jasmine-core": "^3.1.0",
"jasmine-spec-reporter": "^4.1.0",
"karma": "^2.0.2",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^2.0.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.1.0",
"ng-packagr": "^2.4.5",
"ng-packagr": "^4.3.1",
"semantic-release": "^15.4.1",
"sweetalert2": "^7.8.0",
"travis-deploy-once": "^5.0.0",
"ts-node": "^6.0.3",
"ts-node": "^7.0.1",
"tsickle": "^0.33.0",
"tslint": "^5.10.0",
"typescript": "2.7.2"
"typescript": "~3.1.1"
}
}
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Morgan Touverey Quilling <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^5.0.0 || ^6.0.0",
"@angular/common": "^5.0.0 || ^6.0.0",
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0",
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0",
"rxjs": "^6.1.0",
"sweetalert2": "^7.15.1"
},
Expand Down
Loading

0 comments on commit 33fd2d2

Please sign in to comment.