Skip to content

Commit b5c1851

Browse files
committed
fix: update adminforth dependancy to 3.0.2
AdminForth/1712/update-adminforth-version-in-c
1 parent 67f4aa9 commit b5c1851

3 files changed

Lines changed: 32 additions & 427 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"devDependencies": {
2727
"@types/mongodb": "^3.6.20",
2828
"@types/node": "latest",
29+
"adminforth": "3.0.2",
2930
"semantic-release": "^24.2.1",
3031
"semantic-release-slack-bot": "^4.0.2",
3132
"typescript": "^5.7.3"
3233
},
3334
"dependencies": {
34-
"adminforth": "2.72.3",
3535
"bson": "^7.2.0",
3636
"dayjs": "^1.11.21",
3737
"mongodb": "^6.6"
@@ -60,5 +60,8 @@
6060
"name": "next",
6161
"prerelease": true
6262
}
63-
]
63+
],
64+
"peerDependencies": {
65+
"adminforth": "3.0.2"
66+
}
6467
}

0 commit comments

Comments
 (0)