webpack-dev-server": "^5.2.1"
Some checks failed
Deploy to GitHub Pages / Build Docusaurus (push) Has been cancelled
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
STAM 2025-07-21 03:14:13 +03:00
parent 353dbc427f
commit e986a83725
No known key found for this signature in database
GPG Key ID: 711526C6938897F1

View File

@ -33,6 +33,9 @@
"@docusaurus/types": "^3.8.1",
"typescript": "~5.8.3"
},
"overrides": {
"webpack-dev-server": "^5.2.1"
},
"browserslist": {
"production": [
">0.5%",
@ -46,6 +49,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": ">=22.0"
}
}