|
1 | 1 | { |
2 | 2 | "name": "truffle-core", |
3 | 3 | "namespace": "consensys", |
4 | | - "version": "4.1.14", |
| 4 | + "version": "4.1.15", |
5 | 5 | "description": "Core code for Truffle command line tool", |
6 | 6 | "dependencies": { |
7 | 7 | "async": "2.6.1", |
|
29 | 29 | "source-map-support": "^0.5.3", |
30 | 30 | "spawn-args": "^0.1.0", |
31 | 31 | "temp": "^0.8.3", |
32 | | - "truffle-artifactor": "^3.0.7", |
33 | | - "truffle-box": "^1.0.7", |
34 | | - "truffle-compile": "^3.0.13", |
35 | | - "truffle-config": "^1.0.6", |
36 | | - "truffle-contract": "^3.0.6", |
| 32 | + "truffle-artifactor": "^3.0.8", |
| 33 | + "truffle-box": "^1.0.8-alpha.0", |
| 34 | + "truffle-compile": "^3.0.14", |
| 35 | + "truffle-config": "^1.0.7", |
| 36 | + "truffle-contract": "^3.0.7", |
37 | 37 | "truffle-contract-sources": "^0.0.2", |
38 | 38 | "truffle-debug-utils": "^1.0.6", |
39 | | - "truffle-debugger": "^4.0.3", |
40 | | - "truffle-deployer": "^2.0.7", |
| 39 | + "truffle-debugger": "^4.0.4", |
| 40 | + "truffle-deployer": "^2.0.8", |
41 | 41 | "truffle-error": "^0.0.3", |
42 | 42 | "truffle-expect": "^0.0.4", |
43 | 43 | "truffle-init": "^1.0.7", |
44 | | - "truffle-migrate": "^2.0.8", |
45 | | - "truffle-provider": "^0.0.6", |
| 44 | + "truffle-migrate": "^2.0.9", |
| 45 | + "truffle-provider": "^0.0.7", |
46 | 46 | "truffle-provisioner": "^0.1.1", |
47 | | - "truffle-require": "^1.0.7", |
48 | | - "truffle-resolver": "^4.0.4", |
| 47 | + "truffle-require": "^1.0.8", |
| 48 | + "truffle-resolver": "^4.0.5", |
49 | 49 | "truffle-solidity-utils": "^1.1.2", |
50 | | - "truffle-workflow-compile": "^1.0.6", |
| 50 | + "truffle-workflow-compile": "^1.0.7", |
51 | 51 | "web3": "0.20.6", |
52 | 52 | "yargs": "^8.0.2" |
53 | 53 | }, |
|
0 commit comments