|
1 | 1 | {
|
2 | 2 | "name": "@markpieszak/ng-application-insights",
|
3 |
| - "version": "1.0.0", |
| 3 | + "version": "2.0.0", |
4 | 4 | "scripts": {
|
5 | 5 | "lint": "tslint src/**/*.ts",
|
6 | 6 | "test": "tsc && karma start",
|
|
23 | 23 | "main": "./dist/index.js",
|
24 | 24 | "types": "./dist/index.d.ts",
|
25 | 25 | "dependencies": {
|
26 |
| - "@angular/router": "^3.4.5", |
| 26 | + "@angular/router": "^4.0.1", |
27 | 27 | "@types/applicationinsights-js": "^1.0.2",
|
28 | 28 | "applicationinsights-js": "^1.0.8",
|
29 |
| - "rxjs": "^5.0.3" |
| 29 | + "rxjs": "^5.0.3", |
| 30 | + "typescript": "^2.0.0" |
30 | 31 | },
|
31 | 32 | "devDependencies": {
|
32 | 33 | "@angular/cli": "^1.0.0",
|
33 |
| - "@angular/common": "^2.4.0", |
34 |
| - "@angular/compiler": "^2.4.0", |
35 |
| - "@angular/compiler-cli": "^2.4.0", |
36 |
| - "@angular/core": "^2.4.10", |
37 |
| - "@angular/platform-browser": "^2.4.10", |
| 34 | + "@angular/common": "^4.0.1", |
| 35 | + "@angular/compiler": "^4.0.1", |
| 36 | + "@angular/compiler-cli": "^4.0.1", |
| 37 | + "@angular/core": "^4.0.1", |
| 38 | + "@angular/platform-browser": "^4.0.1", |
38 | 39 | "@types/applicationinsights-js": "^1.0.1",
|
39 |
| - "@types/es6-shim": "^0.31.32", |
40 | 40 | "@types/jasmine": "^2.5.40",
|
41 | 41 | "@types/protractor": "^4.0.0",
|
42 | 42 | "@types/selenium-webdriver": "^2.53.39",
|
43 | 43 | "codelyzer": "^0.0.28",
|
44 | 44 | "rimraf": "^2.5.4",
|
45 | 45 | "tslint": "^3.15.1",
|
46 |
| - "typescript": "^2.1", |
| 46 | + "typescript": "^2.2.2", |
47 | 47 | "zone.js": "0.8.4"
|
48 | 48 | },
|
49 | 49 | "engines": {
|
|
0 commit comments