Updated Angular to latest version.
Showing
.gitmodules
0 → 100644
.idea/VQode_Management.iml
deleted
100644 → 0
.idea/codeStyles/codeStyleConfig.xml
deleted
100644 → 0
.idea/modules.xml
deleted
100644 → 0
.idea/workspace.xml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -5,31 +5,34 @@ |
| "start": "meteor run", | ||
| "test": "meteor test --once --driver-package meteortesting:mocha", | ||
| "test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha", | ||
| "visualize": "meteor --production --extra-packages bundle-visualizer" | ||
| "visualize": "meteor --production --extra-packages bundle-visualizer", | ||
| "lint": "tslint -c tslint.json --project tsconfig.json", | ||
| "lint:fix": "tslint -c tslint.json --project tsconfig.json --fix" | ||
| }, | ||
| "dependencies": { | ||
| "@angular/animations": "^6.0.5", | ||
| "@angular/cdk": "^6.4.3", | ||
| "@angular/forms": "6.0.2", | ||
| "@angular/material": "^6.4.3", | ||
| "@angular/platform-browser": "6.0.2", | ||
| "@angular/platform-browser-dynamic": "6.0.2", | ||
| "@angular/router": "6.0.2", | ||
| "@babel/runtime": "^7.0.0-beta.55", | ||
| "core-js": "2.5.6", | ||
| "fibers": "^3.0.0", | ||
| "@angular/animations": "8.2.8", | ||
| "@angular/cdk": "8.2.1", | ||
| "@angular/common": "8.2.8", | ||
| "@angular/compiler": "8.2.8", | ||
| "@angular/core": "8.2.8", | ||
| "@angular/forms": "8.2.8", | ||
| "@angular/material": "8.2.1", | ||
| "@angular/platform-browser": "8.2.8", | ||
| "@angular/platform-browser-dynamic": "8.2.8", | ||
| "@angular/router": "8.2.8", | ||
| "@babel/runtime": "7.6.2", | ||
| "angular-tslint-rules": "^1.20.1", | ||
| "codelyzer": "^5.1.2", | ||
| "core-js": "2.5.7", | ||
| "meteor-node-stubs": "0.4.1", | ||
| "meteor-rxjs": "0.4.11", | ||
| "rxjs": "6.1.0", | ||
| "rxjs-compat": "6.1.0", | ||
| "systemjs": "^0.21.4", | ||
| "zone.js": "0.8.26" | ||
| "meteor-rxjs": "0.4.14", | ||
| "rxjs": "6.4.0", | ||
| "tslib": "1.10.0", | ||
| "tslint": "^5.20.0", | ||
| "zone.js": "0.9.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@angular/common": "^6.0.2", | ||
| "@angular/compiler": "^6.0.2", | ||
| "@angular/compiler-cli": "^6.0.2", | ||
| "@angular/core": "^6.0.2", | ||
| "@angular/compiler-cli": "8.2.8", | ||
| "@types/chai": "4.1.2", | ||
| "@types/meteor": "1.4.13", | ||
| "@types/mocha": "2.2.48", | ||
| ... | ... | @@ -37,13 +40,12 @@ |
| "chai": "4.1.2", | ||
| "phantomjs-prebuilt": "2.1.16", | ||
| "sinon": "4.4.6", | ||
| "typescript": "^3.0.1" | ||
| "typescript": "3.4.5" | ||
| }, | ||
| "meteor": { | ||
| "mainModule": { | ||
| "client": "client/main.ts", | ||
| "server": "server/main.ts" | ||
| }, | ||
| "testModule": "tests/main.js" | ||
| } | ||
| } | ||
| } |
tests/main.js
deleted
100644 → 0
tslint.json
0 → 100644
Please
register
or
sign in
to comment