Skip to content

Commit

Permalink
⬆️ package: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Mar 19, 2024
1 parent b14aaa9 commit 9096618
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"node": ">=18"
},
"dependencies": {
"@exactly/protocol": "exactly/protocol#c62a0c5",
"@graphprotocol/graph-ts": "^0.33.0"
"@exactly/protocol": "exactly/protocol#34f9095316657a957215f72e14275f62133af388",
"@graphprotocol/graph-ts": "^0.34.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/types": "^6.0.0",
"@graphprotocol/graph-cli": "^0.68.5",
"@types/eslint": "^8.56.5",
"@graphprotocol/graph-cli": "^0.69.0",
"@types/eslint": "^8.56.6",
"@types/mustache": "^4.2.5",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
Expand All @@ -50,6 +50,6 @@
"rescript": "^11.0.1",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}

0 comments on commit 9096618

Please sign in to comment.