|
32 | 32 | "test": "test"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "commandpost": "1.0.0", |
36 |
| - "editorconfig": "0.13.2", |
37 |
| - "glob-expand": "0.1.0" |
| 35 | + "commandpost": "^1.0.0", |
| 36 | + "editorconfig": "^0.13.2", |
| 37 | + "glob-expand": "^0.1.0" |
38 | 38 | },
|
39 | 39 | "peerDependencies": {
|
40 | 40 | "typescript": "^1.0.0 || >=1.8.0-dev || >=1.9.0-dev"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "es6-promise": "3.1.2", |
44 |
| - "espower-loader": "1.0.0", |
45 |
| - "grunt": "0.4.5", |
46 |
| - "grunt-contrib-clean": "1.0.0", |
47 |
| - "grunt-conventional-changelog": "6.1.0", |
48 |
| - "grunt-dtsm": "1.0.0", |
49 |
| - "grunt-exec": "0.4.6", |
50 |
| - "grunt-mocha-test": "0.12.7", |
51 |
| - "grunt-ts": "5.3.2", |
52 |
| - "grunt-tsconfig-update": "0.0.1", |
53 |
| - "grunt-tslint": "3.0.3", |
54 |
| - "load-grunt-tasks": "3.4.0", |
55 |
| - "mocha": "2.4.5", |
56 |
| - "power-assert": "1.2.0", |
57 |
| - "tslint": "3.5.0", |
58 |
| - "typescript": "1.8.2" |
| 43 | + "dtsm": "^1.1.0", |
| 44 | + "es6-promise": "^3.2.1", |
| 45 | + "espower-loader": "^1.0.0", |
| 46 | + "grunt": "^1.0.1", |
| 47 | + "grunt-contrib-clean": "^1.0.0", |
| 48 | + "grunt-conventional-changelog": "^6.1.0", |
| 49 | + "grunt-dtsm": "^1.0.0", |
| 50 | + "grunt-exec": "^0.4.7", |
| 51 | + "grunt-mocha-test": "^0.12.7", |
| 52 | + "grunt-ts": "^5.5.0-beta.2", |
| 53 | + "grunt-tsconfig-update": "^0.0.1", |
| 54 | + "grunt-tslint": "^3.1.0", |
| 55 | + "load-grunt-tasks": "^3.5.0", |
| 56 | + "mocha": "^2.4.5", |
| 57 | + "power-assert": "^1.2.0", |
| 58 | + "tslint": "^3.5.0", |
| 59 | + "typescript": "^1.8.10" |
59 | 60 | }
|
60 | 61 | }
|
0 commit comments