Skip to content

Commit f29132b

Browse files
authored
add missing @babel/plugin-syntax-import-attributes (#92)
Without this `npm run build` fails. Required for w3f/Grant-Milestone-Delivery#1270.
1 parent 1030010 commit f29132b

File tree

2 files changed

+221
-204
lines changed

2 files changed

+221
-204
lines changed

packages/mcp/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,17 @@
3636
},
3737
"dependencies": {
3838
"@modelcontextprotocol/sdk": "^1.6.1",
39-
"zod": "^3.22.4",
40-
"zod-to-json-schema": "^3.24.3",
4139
"@polkadot-agent-kit/llm": "workspace:*",
4240
"@polkadot-agent-kit/sdk": "workspace:*",
43-
"dotenv": "^16.5.0"
41+
"dotenv": "^16.5.0",
42+
"zod": "^3.22.4",
43+
"zod-to-json-schema": "^3.24.3"
4444
},
4545
"devDependencies": {
46-
"@rollup/plugin-typescript": "^12.1.2",
47-
"@rollup/plugin-json": "^6.1.0",
46+
"@babel/plugin-syntax-import-attributes": "^7.27.1",
4847
"@rollup/plugin-babel": "^6.0.4",
48+
"@rollup/plugin-json": "^6.1.0",
49+
"@rollup/plugin-typescript": "^12.1.2",
4950
"rollup": "^4.37.0",
5051
"rollup-plugin-dts": "^6.2.1"
5152
}

0 commit comments

Comments
 (0)