hard locking all dependencies, upgrading all packages to latest and downgrading jest and mocha

This commit is contained in:
Cody Douglass
2019-02-21 13:17:49 -05:00
parent 45182b0051
commit 2c0758495a
5 changed files with 6909 additions and 23 deletions
+20 -20
View File
@@ -28,32 +28,32 @@
"url": "https://github.com/EOSIO/eosjs.git"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"eosjs-ecc": "^4.0.1",
"text-encoding": "^0.6.4"
"babel-runtime": "6.26.0",
"eosjs-ecc": "4.0.4",
"text-encoding": "0.7.0"
},
"devDependencies": {
"@blockone/tslint-config-blockone": "^2.0.0",
"@types/jest": "23.3.1",
"@types/node": "^10.3.1",
"@types/text-encoding": "^0.0.35",
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-1": "^6.24.1",
"@blockone/tslint-config-blockone": "2.0.0",
"@types/jest": "24.0.6",
"@types/node": "11.9.4",
"@types/text-encoding": "0.0.35",
"babel-cli": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"babel-preset-stage-1": "6.24.1",
"cypress": "3.1.5",
"jest": "23.5.0",
"jest-fetch-mock": "^1.6.5",
"json-loader": "^0.5.7",
"jest-fetch-mock": "2.1.1",
"json-loader": "0.5.7",
"mocha": "5.2.0",
"mochawesome": "3.1.1",
"ts-jest": "23.1.4",
"ts-loader": "^4.3.1",
"tslint": "^5.11.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^2.9.1",
"webpack": "^4.11.0",
"webpack-cli": "^3.0.2"
"ts-jest": "24.0.0",
"ts-loader": "5.3.3",
"tslint": "5.12.1",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.3.3",
"webpack": "4.29.5",
"webpack-cli": "3.2.3"
},
"jest": {
"automock": false,
+1 -1
View File
@@ -190,4 +190,4 @@
]
}
]
}
}
+1 -1
View File
@@ -13,7 +13,7 @@ describe('Node JS environment', () => {
it('transacts with manually configured TAPOS fields', async () => {
transactionResponse = await tests.transactWithoutConfig();
expect(Object.keys(transactionResponse)).toContain('transaction_id');
});
}, 10000);
it('transacts without broadcasting, returning signatures and packed transaction', async () => {
transactionSignatures = await tests.transactWithoutBroadcast();
+1 -1
View File
@@ -114,4 +114,4 @@
]
}
]
}
}
+6886
View File
File diff suppressed because it is too large Load Diff