Skip to content

Commit

Permalink
Update matchstick
Browse files Browse the repository at this point in the history
- Required me update graphprotocol/graph-ts too
  • Loading branch information
0xjocke committed Jun 29, 2022
1 parent 9f7a132 commit d0b5e92
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d0b5e92

Please sign in to comment.