Skip to content

Commit

Permalink
Merge pull request #3 from tmirun/feature/angular7
Browse files Browse the repository at this point in the history
Feature/angular7
  • Loading branch information
tmirun authored Jan 11, 2019
2 parents 4c41c28 + 6d779bf commit 054f8c4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,27 +53,28 @@
"electron-log": "^2.2.17",
"electron-reload": "1.2.2",
"electron-settings": "^3.2.0",
"electron-updater": "^3.1.2",
"electron-updater": "^4.0.6",
"fix-path": "^2.1.0",
"fs-extra": "^7.0.0",
"hexo": "^3.7.1",
"jquery": "^3.3.1"
"jquery": "^3.3.1",
"tslib": "^1.9.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.6.8",
"@angular/animations": "^6.1.8",
"@angular/cli": "6.1.2",
"@angular/common": "6.1.2",
"@angular/compiler": "6.1.2",
"@angular/compiler-cli": "6.1.2",
"@angular/core": "6.1.2",
"@angular/flex-layout": "6.0.0-beta.17",
"@angular/forms": "6.1.2",
"@angular/http": "6.1.2",
"@angular/language-service": "6.1.2",
"@angular/platform-browser": "6.1.2",
"@angular/platform-browser-dynamic": "6.1.2",
"@angular/router": "6.1.2",
"@angular-devkit/build-angular": "~0.12.0",
"@angular/animations": "^7.2.0",
"@angular/cli": "7.2.1",
"@angular/common": "7.2.0",
"@angular/compiler": "7.2.0",
"@angular/compiler-cli": "7.2.0",
"@angular/core": "7.2.0",
"@angular/flex-layout": "^7.0.0-beta.23",
"@angular/forms": "7.2.0",
"@angular/http": "7.2.0",
"@angular/language-service": "7.2.0",
"@angular/platform-browser": "7.2.0",
"@angular/platform-browser-dynamic": "7.2.0",
"@angular/router": "7.2.0",
"@ctrl/ngx-codemirror": "^1.3.8",
"@fortawesome/fontawesome-free": "^5.3.1",
"@ngx-translate/core": "10.0.2",
Expand All @@ -86,8 +87,8 @@
"codelyzer": "4.2.1",
"codemirror": "^5.40.2",
"core-js": "2.5.6",
"electron": "3.0.6",
"electron-builder": "^20.28.4",
"electron": "4.0.1",
"electron-builder": "^20.38.4",
"jasmine-core": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"js-yaml": "^3.12.0",
Expand All @@ -98,20 +99,20 @@
"karma-jasmine-html-reporter": "1.1.0",
"less": "^2.7.3",
"moment": "^2.22.2",
"ng-zorro-antd": "^1.7.0",
"ng-zorro-antd": "^7.0.0-rc.3",
"ngx-markdown": "^6.2.0",
"npm-run-all": "4.1.3",
"npx": "10.2.0",
"promise.prototype.finally": "^3.1.0",
"protractor": "5.3.2",
"rxjs": "6.2.2",
"rxjs": "6.3.3",
"rxjs-compat": "^6.3.2",
"ts-node": "6.0.3",
"tslint": "5.10.0",
"typescript": "2.7.2",
"typescript": "3.2.2",
"uuid": "^3.3.2",
"wait-on": "2.1.0",
"webdriver-manager": "12.0.6",
"zone.js": "0.8.26"
"zone.js": "0.8.27"
}
}
2 changes: 1 addition & 1 deletion src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';



/**
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"importHelpers": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
Expand Down

0 comments on commit 054f8c4

Please sign in to comment.