Skip to content

Commit

Permalink
refacto stats layout
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed May 1, 2024
1 parent f95631e commit cb20b39
Show file tree
Hide file tree
Showing 13 changed files with 304 additions and 153 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@kredeum/skale": "workspace:^",
"ethers": "^5.7.2",
"multiformats": "^13.1.0",
"viem": "^2.9.26"
"viem": "^2.9.29"
},
"devDependencies": {
"@ipld/dag-pb": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.4.38",
"sass": "^1.75.0"
"sass": "^1.76.0"
},
"type": "module"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"pnpm": "^8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"turbo": "^1.13.2"
"turbo": "^1.13.3"
},
"type": "module"
}
Loading

0 comments on commit cb20b39

Please sign in to comment.