Skip to content
Snippets Groups Projects
Commit 776140aa authored by mechtelm's avatar mechtelm
Browse files

angular 7

srcdoc-polyfill removed
parent 413235c7
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -11,28 +11,27 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^6.0.3",
"@angular/cdk": "^6.4.3",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/flex-layout": "^6.0.0-beta.18",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/material": "^6.4.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/router": "^6.0.3",
"@angular/animations": "^7.2.8",
"@angular/cdk": "^7.3.3",
"@angular/common": "^7.2.8",
"@angular/compiler": "^7.2.8",
"@angular/core": "^7.2.8",
"@angular/flex-layout": "^7.0.0-beta.23",
"@angular/forms": "^7.2.8",
"@angular/http": "^7.2.8",
"@angular/material": "^7.3.3",
"@angular/platform-browser": "^7.2.8",
"@angular/platform-browser-dynamic": "^7.2.8",
"@angular/router": "^7.2.8",
"core-js": "^2.5.4",
"rxjs": "^6.0.0",
"srcdoc-polyfill": "git+https://github.com/jugglinmike/srcdoc-polyfill.git",
"zone.js": "^0.8.26"
"rxjs": "^6.4.0",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.8",
"@angular/cli": "^6.0.8",
"@angular/compiler-cli": "^6.0.3",
"@angular/language-service": "^6.0.3",
"@angular/cli": "^7.3.5",
"@angular/compiler-cli": "^7.2.8",
"@angular/language-service": "^7.2.8",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
......@@ -47,6 +46,6 @@
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "^2.9.2"
"typescript": "^3.2.4"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment