Skip to content

Commit 608ed2e

Browse files
committedJan 12, 2025
bump eslint so it doesn't crash
1 parent 14612de commit 608ed2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎packages/plugin-akash/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"@cosmjs/proto-signing": "^0.31.3",
2323
"@cosmjs/stargate": "0.31.3",
2424
"@elizaos/core": "workspace:*",
25+
"@types/js-yaml": "^4.0.9",
2526
"axios": "^1.7.9",
2627
"dotenv": "^16.4.1",
2728
"jsrsasign": "^11.1.0",
2829
"node-fetch": "^2.7.0",
29-
"zod": "^3.22.4",
30-
"@types/js-yaml": "^4.0.9"
30+
"zod": "^3.22.4"
3131
},
3232
"devDependencies": {
3333
"@types/dotenv": "^8.2.0",
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/parser": "^6.15.0",
3939
"@vitest/coverage-v8": "^0.34.6",
4040
"@vitest/ui": "^0.34.6",
41-
"eslint": "^8.56.0",
41+
"eslint": "^9.16.0",
4242
"tsup": "^8.0.1",
4343
"typescript": "^5.3.3",
4444
"vite": "^5.0.10",

0 commit comments

Comments
 (0)