|
28 | 28 | "url": "https://github.com/EOSIO/eosjs.git"
|
29 | 29 | },
|
30 | 30 | "dependencies": {
|
31 |
| - "babel-runtime": "^6.26.0", |
32 |
| - "eosjs-ecc": "^4.0.1", |
33 |
| - "text-encoding": "^0.6.4" |
| 31 | + "babel-runtime": "6.26.0", |
| 32 | + "eosjs-ecc": "4.0.4", |
| 33 | + "text-encoding": "0.7.0" |
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@blockone/tslint-config-blockone": "^2.0.0", |
37 |
| - "@types/jest": "23.3.1", |
38 |
| - "@types/node": "^10.3.1", |
39 |
| - "@types/text-encoding": "^0.0.35", |
40 |
| - "babel-cli": "^6.26.0", |
41 |
| - "babel-plugin-transform-runtime": "^6.23.0", |
42 |
| - "babel-preset-env": "^1.7.0", |
43 |
| - "babel-preset-stage-1": "^6.24.1", |
| 36 | + "@blockone/tslint-config-blockone": "2.0.0", |
| 37 | + "@types/jest": "24.0.6", |
| 38 | + "@types/node": "11.9.4", |
| 39 | + "@types/text-encoding": "0.0.35", |
| 40 | + "babel-cli": "6.26.0", |
| 41 | + "babel-plugin-transform-runtime": "6.23.0", |
| 42 | + "babel-preset-env": "1.7.0", |
| 43 | + "babel-preset-stage-1": "6.24.1", |
44 | 44 | "cypress": "3.1.5",
|
45 | 45 | "jest": "23.5.0",
|
46 |
| - "jest-fetch-mock": "^1.6.5", |
47 |
| - "json-loader": "^0.5.7", |
| 46 | + "jest-fetch-mock": "2.1.1", |
| 47 | + "json-loader": "0.5.7", |
48 | 48 | "mocha": "5.2.0",
|
49 | 49 | "mochawesome": "3.1.1",
|
50 |
| - "ts-jest": "23.1.4", |
51 |
| - "ts-loader": "^4.3.1", |
52 |
| - "tslint": "^5.11.0", |
53 |
| - "tslint-eslint-rules": "^5.4.0", |
54 |
| - "typescript": "^2.9.1", |
55 |
| - "webpack": "^4.11.0", |
56 |
| - "webpack-cli": "^3.0.2" |
| 50 | + "ts-jest": "24.0.0", |
| 51 | + "ts-loader": "5.3.3", |
| 52 | + "tslint": "5.12.1", |
| 53 | + "tslint-eslint-rules": "5.4.0", |
| 54 | + "typescript": "3.3.3", |
| 55 | + "webpack": "4.29.5", |
| 56 | + "webpack-cli": "3.2.3" |
57 | 57 | },
|
58 | 58 | "jest": {
|
59 | 59 | "automock": false,
|
|
0 commit comments