Skip to content

Commit

Permalink
⬆️ Update erpc-cloud/config version
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Dec 17, 2024
1 parent b334abc commit bb49e95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": ["src/generatedTypes/**", "dist/**", "src/bin/**", "example/*.js"],
"ignore": [
"src/generatedTypes/**",
"dist/**",
"src/bin/**",
"example/*.js"
],
"include": ["example/**", "src/**", "cli/**"]
},
"organizeImports": {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"typescript": "^5.5.4",
"@erpc-cloud/config": "^0.0.10",
"@erpc-cloud/config": "^0.0.11",
"viem": "^2.19.7",
"permissionless": "^0.2.23"
},
Expand All @@ -59,6 +59,7 @@
"@types/bun": "latest",
"bun": "^1.1.38",
"npm-check-updates": "^17.1.11",
"@erpc-cloud/config": "^0.0.11",
"tsup": "^8.3.5"
},
"dependencies": {
Expand Down

0 comments on commit bb49e95

Please sign in to comment.