build!: Bump Node.js to 22.12.0 (#10726)

BREAKING CHANGE: Node.js 22.12.0 or above is required.
This commit is contained in:
Jiralite
2025-01-26 14:56:39 +00:00
committed by GitHub
parent 9b8b0f828c
commit 3db8ce70a2
48 changed files with 456 additions and 624 deletions

View File

@@ -66,7 +66,8 @@
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@types/node": "^20.17.10",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^22.10.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@unocss/eslint-plugin": "^0.60.4",
@@ -87,7 +88,7 @@
"vite-plugin-dts": "^3.9.1"
},
"engines": {
"node": ">=20"
"node": ">=22.12.0"
},
"publishConfig": {
"access": "public",