Skip to content

Commit fe4ca38

Browse files
committed
1 parent 44dba2b commit fe4ca38

2 files changed

Lines changed: 20 additions & 17 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": "2.71.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.70.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": "2.71.1"
71+
}
6972
}

pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)