Skip to content

Commit 629785f

Browse files
committed
Add 25 to engines.
1 parent c2d1530 commit 629785f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

express-zod-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"*.md"
4040
],
4141
"engines": {
42-
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
42+
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^25.0.0"
4343
},
4444
"dependencies": {
4545
"@express-zod-api/zod-plugin": "workspace:^",

zod-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"*.md"
3737
],
3838
"engines": {
39-
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
39+
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^25.0.0"
4040
},
4141
"dependencies": {
4242
"ramda": "catalog:prod"

0 commit comments

Comments
 (0)