From d0b5e92581e2b3bc24d2510bbc8d973bd5bcb9a4 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 29 Jun 2022 15:13:45 -0400 Subject: [PATCH] Update matchstick - Required me update graphprotocol/graph-ts too --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 4 ++-- run-tests.js | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index c70e0f4a..f1265a87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@graphprotocol/graph-cli": "0.25.1", - "@graphprotocol/graph-ts": "0.24.1", + "@graphprotocol/graph-ts": "0.27.0", "@graphql-tools/merge": "^8.2.1", "chalk": "4.1.2", "commander": "8.2.0", @@ -31,7 +31,7 @@ "husky": "7.0.2", "js-yaml": "4.1.0", "lint-staged": "11.1.2", - "matchstick-as": "0.4.2", + "matchstick-as": "0.5.0", "minify": "7.2.1", "node-fetch": "^2.6.7", "prettier": "2.4.1", @@ -599,9 +599,9 @@ } }, "node_modules/@graphprotocol/graph-ts": { - "version": "0.24.1", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.24.1.tgz", - "integrity": "sha512-2vU4m5ZPQIqMlMce/z5vmOtGHRlRmcRhMfemS3NIwxCSxSBGVnX2zb7QBTzzdQKGwsAZdbz6V0okkOtvohELfQ==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.27.0.tgz", + "integrity": "sha512-r1SPDIZVQiGMxcY8rhFSM0y7d/xAbQf5vHMWUf59js1KgoyWpM6P3tczZqmQd7JTmeyNsDGIPzd9FeaxllsU4w==", "dependencies": { "assemblyscript": "0.19.10" } @@ -6023,12 +6023,12 @@ } }, "node_modules/matchstick-as": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/matchstick-as/-/matchstick-as-0.4.2.tgz", - "integrity": "sha512-LbLWA9DLMgus/GIsT7fHxP9cdb/oLQFrjpj2dAcHd64X4wxrVs2VIyxoNlha6h+9lQWHBmdT8042Oi+/wh/idg==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/matchstick-as/-/matchstick-as-0.5.0.tgz", + "integrity": "sha512-4K619YDH+so129qt4RB4JCNxaFwJJYLXPc7drpG+/mIj86Cfzg6FKs/bA91cnajmS1CLHdhHl9vt6Kd6Oqvfkg==", "dev": true, "dependencies": { - "@graphprotocol/graph-ts": "^0.24.1", + "@graphprotocol/graph-ts": "^0.27.0", "assemblyscript": "^0.19.20", "wabt": "1.0.24" } @@ -9170,9 +9170,9 @@ } }, "@graphprotocol/graph-ts": { - "version": "0.24.1", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.24.1.tgz", - "integrity": "sha512-2vU4m5ZPQIqMlMce/z5vmOtGHRlRmcRhMfemS3NIwxCSxSBGVnX2zb7QBTzzdQKGwsAZdbz6V0okkOtvohELfQ==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.27.0.tgz", + "integrity": "sha512-r1SPDIZVQiGMxcY8rhFSM0y7d/xAbQf5vHMWUf59js1KgoyWpM6P3tczZqmQd7JTmeyNsDGIPzd9FeaxllsU4w==", "requires": { "assemblyscript": "0.19.10" } @@ -13394,12 +13394,12 @@ } }, "matchstick-as": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/matchstick-as/-/matchstick-as-0.4.2.tgz", - "integrity": "sha512-LbLWA9DLMgus/GIsT7fHxP9cdb/oLQFrjpj2dAcHd64X4wxrVs2VIyxoNlha6h+9lQWHBmdT8042Oi+/wh/idg==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/matchstick-as/-/matchstick-as-0.5.0.tgz", + "integrity": "sha512-4K619YDH+so129qt4RB4JCNxaFwJJYLXPc7drpG+/mIj86Cfzg6FKs/bA91cnajmS1CLHdhHl9vt6Kd6Oqvfkg==", "dev": true, "requires": { - "@graphprotocol/graph-ts": "^0.24.1", + "@graphprotocol/graph-ts": "^0.27.0", "assemblyscript": "^0.19.20", "wabt": "1.0.24" }, diff --git a/package.json b/package.json index ccbf3762..15a713e6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@graphprotocol/graph-cli": "0.25.1", - "@graphprotocol/graph-ts": "0.24.1", + "@graphprotocol/graph-ts": "0.27.0", "@graphql-tools/merge": "^8.2.1", "chalk": "4.1.2", "commander": "8.2.0", @@ -37,7 +37,7 @@ "husky": "7.0.2", "js-yaml": "4.1.0", "lint-staged": "11.1.2", - "matchstick-as": "0.4.2", + "matchstick-as": "0.5.0", "minify": "7.2.1", "node-fetch": "^2.6.7", "prettier": "2.4.1", diff --git a/run-tests.js b/run-tests.js index 061b6a18..fdb877ef 100644 --- a/run-tests.js +++ b/run-tests.js @@ -5,7 +5,7 @@ const run = () => { prepareTests(); // Providing the -v avoids making github request to check the version, (which leads to rate limit if run frequently enough) try { - execSync('npx graph test -v 0.4.3', { stdio: 'inherit' }); + execSync('npx graph test -v 0.5.0', { stdio: 'inherit' }); } catch { // error will be logged and script will exit, so no need to throw } finally {