Skip to content

Commit 93c7b2c

Browse files
committed
fix: update adminforth verion
1 parent a8c01bc commit 93c7b2c

2 files changed

Lines changed: 99 additions & 576 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"description": "AI agent plugin for AdminForth with tool-based workflows and persistent chat sessions",
2626
"devDependencies": {
2727
"@types/node": "latest",
28+
"adminforth": "3.0.1",
2829
"semantic-release": "^24.2.1",
2930
"semantic-release-slack-bot": "^4.0.2",
3031
"typescript": "^5.7.3"
@@ -33,7 +34,6 @@
3334
"@langchain/core": "^1.1.40",
3435
"@langchain/langgraph": "^1.2.8",
3536
"@langchain/langgraph-checkpoint": "^1.0.1",
36-
"adminforth": "2.72.0",
3737
"dayjs": "^1.11.20",
3838
"langchain": "^1.3.3",
3939
"multer": "^2.1.1",
@@ -65,5 +65,8 @@
6565
"name": "next",
6666
"prerelease": true
6767
}
68-
]
68+
],
69+
"peerDependencies": {
70+
"adminforth": "3.0.1"
71+
}
6972
}

0 commit comments

Comments
 (0)