Skip to content

Commit 24387f6

Browse files
committed
Update whatsapp eslint version
1 parent d0cfbea commit 24387f6

File tree

1 file changed

+24
-26
lines changed

1 file changed

+24
-26
lines changed

packages/plugin-whatsapp/package.json

+24-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
{
2-
"name": "@ai16z/plugin-whatsapp",
3-
"version": "0.1.4-alpha.3",
4-
"description": "WhatsApp Cloud API plugin",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
7-
"scripts": {
8-
"build": "tsc",
9-
"test": "jest",
10-
"lint": "eslint src --ext .ts"
11-
},
12-
"dependencies": {
13-
"axios": "^1.6.2"
14-
},
15-
"peerDependencies": {
16-
"@ai16z/eliza": "^0.1.4-alpha.3"
17-
},
18-
"devDependencies": {
19-
"@types/node": "^20.0.0",
20-
"@types/jest": "^29.0.0",
21-
"typescript": "^5.0.0",
22-
"jest": "^29.0.0",
23-
"ts-jest": "^29.0.0",
24-
"@typescript-eslint/eslint-plugin": "^6.0.0",
25-
"@typescript-eslint/parser": "^6.0.0",
26-
"eslint": "^8.0.0"
27-
}
2+
"name": "@ai16z/plugin-whatsapp",
3+
"version": "0.1.4-alpha.3",
4+
"description": "WhatsApp Cloud API plugin",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
7+
"scripts": {
8+
"build": "tsc",
9+
"test": "jest",
10+
"lint": "eslint src --ext .ts"
11+
},
12+
"dependencies": {
13+
"axios": "^1.6.2"
14+
},
15+
"peerDependencies": {
16+
"@ai16z/eliza": "^0.1.4-alpha.3"
17+
},
18+
"devDependencies": {
19+
"@types/node": "^20.0.0",
20+
"@types/jest": "^29.0.0",
21+
"typescript": "^5.0.0",
22+
"jest": "^29.0.0",
23+
"ts-jest": "^29.0.0",
24+
"eslint": "^9.15.0"
25+
}
2826
}

0 commit comments

Comments
 (0)