Skip to content

Commit e905f68

Browse files
committed
fix: update adminforth dependency version to ^2.42.0
1 parent ab86526 commit e905f68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"description": "Automatic record cleanup plugin for AdminForth with age-based and count-based retention rules",
2626
"devDependencies": {
2727
"@types/node": "latest",
28-
"adminforth": "^2.35.0",
28+
"adminforth": "^2.42.0",
2929
"semantic-release": "^24.2.1",
3030
"semantic-release-slack-bot": "^4.0.2",
3131
"typescript": "^5.7.3"
3232
},
3333
"peerDependencies": {
34-
"adminforth": "^2.35.0"
34+
"adminforth": "^2.42.0"
3535
},
3636
"release": {
3737
"plugins": [

0 commit comments

Comments
 (0)