Skip to content

Commit

Permalink
⬆️ all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Jun 19, 2024
1 parent 1f41b1b commit ad3bb1d
Show file tree
Hide file tree
Showing 2 changed files with 554 additions and 301 deletions.
18 changes: 9 additions & 9 deletions metasquid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kodadot1/metasquid",
"version": "0.3.0-rc.0",
"version": "0.3.1-rc.0",
"description": "Utils for the @subsquid indexers",
"repository": "@kodadot1/metasquid",
"license": "MIT",
Expand Down Expand Up @@ -53,25 +53,25 @@
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"scule": "^1.1.0"
"scule": "^1.3.0"
},
"peerDependencies": {
"@subsquid/logger": ">= 1",
"@subsquid/ss58": ">= 2",
"@subsquid/substrate-processor": ">= 7",
"@subsquid/substrate-processor": ">= 8",
"@subsquid/typeorm-store": ">= 1",
"typeorm": "0.3.x"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@subsquid/logger": "^1.3.1",
"@subsquid/ss58": "^2.0.1",
"@subsquid/substrate-processor": "^7.2.1",
"@subsquid/typeorm-store": "^1.2.4",
"@subsquid/logger": "^1.3.3",
"@subsquid/ss58": "^2.0.2",
"@subsquid/substrate-processor": "^8.4.1",
"@subsquid/typeorm-store": "^1.5.1",
"@vitest/coverage-v8": "latest",
"changelogen": "^0.5.3",
"changelogen": "^0.5.5",
"eslint": "latest",
"typeorm": "^0.3.17",
"typeorm": "^0.3.20",
"typescript": "latest",
"unbuild": "latest",
"vitest": "latest"
Expand Down
Loading

0 comments on commit ad3bb1d

Please sign in to comment.