|
1 | 1 | { |
2 | 2 | "name": "fng-reports", |
3 | | - "version": "0.7.0", |
4 | | - "private": "true", |
| 3 | + "version": "0.8.1", |
5 | 4 | "description": "Reporting plugin for forms-angular", |
6 | 5 | "repository": { |
7 | 6 | "type": "git", |
|
19 | 18 | "url": "https://github.com/forms-angular/fng-reports/issues" |
20 | 19 | }, |
21 | 20 | "peerDependencies": { |
22 | | - "forms-angular": "0.7.0" |
| 21 | + "forms-angular": "*" |
23 | 22 | }, |
24 | 23 | "devDependencies": { |
25 | | - "grunt": "~0.4.5", |
26 | | - "grunt-autoprefixer": "~0.4.0", |
27 | | - "grunt-bower-task": "^0.3.4", |
28 | | - "grunt-concurrent": "~0.5", |
29 | | - "grunt-contrib-clean": "0.5.0", |
30 | | - "grunt-contrib-concat": "~0.3.0", |
31 | | - "grunt-contrib-copy": "~0.5", |
32 | | - "grunt-contrib-jshint": "~0.9", |
33 | | - "grunt-contrib-uglify": "~0.4", |
34 | | - "grunt-contrib-watch": "*", |
35 | | - "grunt-karma": "^0.8.3", |
36 | | - "grunt-newer": "^0.7.0", |
37 | | - "grunt-ng-annotate": "*", |
38 | | - "grunt-rev": "~0.1.0", |
39 | | - "grunt-usemin": "^2.1.0", |
40 | | - "jasmine-core": "^2.3.4", |
41 | | - "karma": "^0.12.17", |
42 | | - "karma-jasmine": "^0.3.6", |
43 | | - "karma-junit-reporter": "^0.3.7", |
44 | | - "karma-phantomjs-launcher": "^0.2.1", |
45 | | - "matchdep": "~0.3", |
46 | | - "phantomjs": "^1.9.18" |
| 24 | + "grunt": "1.0.1", |
| 25 | + "grunt-autoprefixer": "3.0.4", |
| 26 | + "grunt-bower-task": "0.4.0", |
| 27 | + "grunt-concurrent": "2.3.1", |
| 28 | + "grunt-contrib-clean": "1.0.0", |
| 29 | + "grunt-contrib-concat": "1.0.1", |
| 30 | + "grunt-contrib-copy": "1.0.0", |
| 31 | + "grunt-contrib-jshint": "1.1.0", |
| 32 | + "grunt-contrib-uglify": "2.0.0", |
| 33 | + "grunt-contrib-watch": "1.0.0", |
| 34 | + "grunt-karma": "2.0.0", |
| 35 | + "grunt-newer": "1.2.0", |
| 36 | + "grunt-ng-annotate": "3.0.0", |
| 37 | + "grunt-rev": "0.1.0", |
| 38 | + "grunt-usemin": "3.1.1", |
| 39 | + "jasmine-core": "2.5.2", |
| 40 | + "karma": "1.4.1", |
| 41 | + "karma-jasmine": "1.1.0", |
| 42 | + "karma-junit-reporter": "1.2.0", |
| 43 | + "karma-phantomjs-launcher": "1.0.2", |
| 44 | + "matchdep": "1.0.1", |
| 45 | + "phantomjs-prebuilt": "2.1.14" |
47 | 46 | } |
48 | 47 | } |
0 commit comments