|
1 | 1 | { |
2 | 2 | "name": "@agm/_dev", |
3 | 3 | "private": true, |
4 | | - "version": "1.0.0-beta.5", |
| 4 | + "version": "1.0.0-beta.6", |
5 | 5 | "description": "Angular components for Google Maps", |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
|
49 | 49 | }, |
50 | 50 | "homepage": "https://angular-maps.com", |
51 | 51 | "peerDependencies": { |
52 | | - "@angular/common": "^5.0.0 || ^6.0.0", |
53 | | - "@angular/core": "^5.0.0 || ^6.0.0" |
| 52 | + "@angular/common": "^6.0.0 || ^7.0.0", |
| 53 | + "@angular/core": "^6.0.0 || ^7.0.0" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "@angular/animations": "^6.0.0", |
57 | | - "@angular/common": "^6.0.0", |
58 | | - "@angular/compiler": "^6.0.0", |
59 | | - "@angular/compiler-cli": "^6.0.0", |
60 | | - "@angular/core": "^6.0.0", |
61 | | - "@angular/platform-browser": "^6.0.0", |
62 | | - "@angular/platform-browser-dynamic": "^6.0.0", |
63 | | - "@angular/platform-server": "^6.0.0", |
64 | | - "@angular/tsc-wrapped": "4.4.6", |
| 56 | + "@angular/animations": "^7.0.0", |
| 57 | + "@angular/common": "^7.0.0", |
| 58 | + "@angular/compiler": "^7.0.0", |
| 59 | + "@angular/compiler-cli": "^7.0.0", |
| 60 | + "@angular/core": "^7.0.0", |
| 61 | + "@angular/http": "^7.0.0", |
| 62 | + "@angular/platform-browser": "^7.0.0", |
| 63 | + "@angular/platform-browser-dynamic": "^7.0.0", |
| 64 | + "@angular/platform-server": "^7.0.0", |
65 | 65 | "@compodoc/compodoc": "^1.0.0-beta.9", |
66 | | - "@ngtools/webpack": "6.0.0", |
| 66 | + "@ngtools/webpack": "^7.2.1", |
67 | 67 | "@types/jest": "^23.0.0", |
68 | 68 | "angular2-template-loader": "^0.6.2", |
69 | | - "awesome-typescript-loader": "^5.0.0", |
| 69 | + "awesome-typescript-loader": "^5.2.1", |
70 | 70 | "clang-format": "1.2.3", |
71 | | - "codelyzer": "^4.3.0", |
| 71 | + "codelyzer": "^4.5.0", |
72 | 72 | "conventional-changelog": "^1.1.0", |
73 | 73 | "copy-webpack-plugin": "^4.0.1", |
74 | 74 | "copyfiles": "^2.0.0", |
75 | 75 | "glob": "^7.1.2", |
76 | 76 | "html-webpack-plugin": "^3.2.0", |
77 | 77 | "istanbul-instrumenter-loader": "^3.0.1", |
78 | 78 | "jasmine-core": "3.1.0", |
79 | | - "jest": "^23.1.0", |
| 79 | + "jest": "^23.6.0", |
80 | 80 | "jest-zone-patch": "^0.0.8", |
81 | 81 | "js-marker-clusterer": "^1.0.0", |
82 | 82 | "karma-chrome-launcher": "2.2.0", |
|
89 | 89 | "rxjs": "^6.1.0", |
90 | 90 | "snazzy-info-window": "^1.1.1", |
91 | 91 | "ts-helpers": "^1.1.2", |
92 | | - "ts-jest": "^22.4.6", |
| 92 | + "ts-jest": "^23.10.5", |
93 | 93 | "ts-loader": "^4.3.0", |
94 | 94 | "tslint": "^5.8.0", |
95 | 95 | "tslint-loader": "^3.4.3", |
96 | | - "typescript": "~2.7.2", |
| 96 | + "typescript": "^3.2.2", |
97 | 97 | "webpack": "4.8.0", |
98 | 98 | "zone.js": "^0.8.26" |
99 | 99 | }, |
100 | 100 | "jspm": { |
101 | 101 | "jspmNodeConversion": false, |
102 | 102 | "dependencies": { |
103 | | - "@angular/common": "^5.0.0 || ^6.0.0", |
104 | | - "@angular/core": "^5.0.0 || ^6.0.0" |
| 103 | + "@angular/common": "^6.0.0 || ^7.0.0", |
| 104 | + "@angular/core": "^6.0.0 || ^7.0.0" |
105 | 105 | } |
106 | 106 | } |
107 | 107 | } |
0 commit comments