fix: update some devDependencies
This commit is contained in:
799
web3.js/package-lock.json
generated
799
web3.js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -77,7 +77,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "6.26.3",
|
"babel-core": "6.26.3",
|
||||||
"babel-eslint": "10.0.0",
|
"babel-eslint": "10.0.1",
|
||||||
"babel-plugin-module-resolver": "3.1.1",
|
"babel-plugin-module-resolver": "3.1.1",
|
||||||
"babel-plugin-transform-runtime": "^6.23.0",
|
"babel-plugin-transform-runtime": "^6.23.0",
|
||||||
"babel-preset-env": "1.7.0",
|
"babel-preset-env": "1.7.0",
|
||||||
@ -86,32 +86,32 @@
|
|||||||
"codecov": "^3.0.4",
|
"codecov": "^3.0.4",
|
||||||
"cross-env": "5.2.0",
|
"cross-env": "5.2.0",
|
||||||
"elfy": "^0.1.0",
|
"elfy": "^0.1.0",
|
||||||
"enzyme": "3.6.0",
|
"enzyme": "3.7.0",
|
||||||
"esdoc": "^1.1.0",
|
"esdoc": "^1.1.0",
|
||||||
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
|
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
|
||||||
"esdoc-flow-type-plugin": "^1.1.0",
|
"esdoc-flow-type-plugin": "^1.1.0",
|
||||||
"esdoc-importpath-plugin": "^1.0.2",
|
"esdoc-importpath-plugin": "^1.0.2",
|
||||||
"esdoc-standard-plugin": "^1.0.0",
|
"esdoc-standard-plugin": "^1.0.0",
|
||||||
"eslint": "5.6.0",
|
"eslint": "5.9.0",
|
||||||
"eslint-config-prettier": "^3.1.0",
|
"eslint-config-prettier": "^3.1.0",
|
||||||
"eslint-plugin-import": "2.14.0",
|
"eslint-plugin-import": "2.14.0",
|
||||||
"eslint-plugin-jest": "21.22.1",
|
"eslint-plugin-jest": "22.0.1",
|
||||||
"eslint-plugin-prettier": "^3.0.0",
|
"eslint-plugin-prettier": "^3.0.0",
|
||||||
"flow-bin": "0.84.0",
|
"flow-bin": "0.86.0",
|
||||||
"flow-typed": "2.5.1",
|
"flow-typed": "2.5.1",
|
||||||
"fs-file-tree": "1.0.6",
|
"fs-file-tree": "1.0.6",
|
||||||
"jest": "23.6.0",
|
"jest": "23.6.0",
|
||||||
"marked": "^0.5.1",
|
"marked": "^0.5.1",
|
||||||
"prettier": "^1.14.3",
|
"prettier": "^1.14.3",
|
||||||
"rimraf": "2.6.2",
|
"rimraf": "2.6.2",
|
||||||
"rollup": "0.66.2",
|
"rollup": "0.67.3",
|
||||||
"rollup-plugin-babel": "3.0.3",
|
"rollup-plugin-babel": "3.0.3",
|
||||||
"rollup-plugin-commonjs": "9.1.8",
|
"rollup-plugin-commonjs": "9.2.0",
|
||||||
"rollup-plugin-json": "^3.0.0",
|
"rollup-plugin-json": "^3.0.0",
|
||||||
"rollup-plugin-node-builtins": "^2.1.2",
|
"rollup-plugin-node-builtins": "^2.1.2",
|
||||||
"rollup-plugin-node-globals": "^1.2.1",
|
"rollup-plugin-node-globals": "^1.2.1",
|
||||||
"rollup-plugin-node-resolve": "3.4.0",
|
"rollup-plugin-node-resolve": "3.4.0",
|
||||||
"rollup-plugin-replace": "2.0.0",
|
"rollup-plugin-replace": "2.1.0",
|
||||||
"rollup-plugin-uglify": "3.0.0",
|
"rollup-plugin-uglify": "3.0.0",
|
||||||
"semantic-release": "^15.9.16",
|
"semantic-release": "^15.9.16",
|
||||||
"watch": "^1.0.2"
|
"watch": "^1.0.2"
|
||||||
|
@ -448,7 +448,11 @@ test('multi-instruction transaction', async () => {
|
|||||||
10,
|
10,
|
||||||
).add(SystemProgram.move(accountTo.publicKey, accountFrom.publicKey, 10));
|
).add(SystemProgram.move(accountTo.publicKey, accountFrom.publicKey, 10));
|
||||||
|
|
||||||
const signature = await connection.sendTransaction(transaction, accountFrom, accountTo);
|
const signature = await connection.sendTransaction(
|
||||||
|
transaction,
|
||||||
|
accountFrom,
|
||||||
|
accountTo,
|
||||||
|
);
|
||||||
let i = 0;
|
let i = 0;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
if (await connection.confirmTransaction(signature)) {
|
if (await connection.confirmTransaction(signature)) {
|
||||||
|
Reference in New Issue
Block a user