Skip to content

Commit ed4babd

Browse files
committed
fix: update plugin template dependencies to use latest versions
1 parent 46525b2 commit ed4babd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adminforth/commands/createPlugin/templates/package.json.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"license": "ISC",
1313
"description": "",
1414
"devDependencies": {
15-
"@types/node": "^22.13.5",
15+
"@types/node": "latest",
1616
"typescript": "^5.7.3"
1717
},
1818
"dependencies": {
19-
"adminforth": "^1.12.0"
19+
"adminforth": "latest",
2020
}
2121
}

0 commit comments

Comments
 (0)