chore: extend Node.js support to v23.x

This commit is contained in:
Ridhi Bandaru 2025-02-16 22:55:16 -05:00
parent 9ee0b8ffcb
commit 75864e11bb
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
]
},
"engines": {
"node": "18.0.0 - 22.x.x"
"node": "18.0.0 - 23.x.x"
},
"dependencies": {
"@excalidraw/random-username": "1.0.0",

View file

@ -45,7 +45,7 @@
"vitest-canvas-mock": "0.3.3"
},
"engines": {
"node": "18.0.0 - 22.x.x"
"node": "18.0.0 - 23.x.x"
},
"homepage": ".",
"prettier": "@excalidraw/prettier-config",