build: add @swc/helpers as a new dependency.

This commit is contained in:
n.tolstov 2025-11-30 20:19:39 +03:00
parent 907dd607f2
commit c9a6cd3b78

View File

@ -9,6 +9,7 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@swc/helpers": "^0.5.15",
"@monaco-editor/react": "^4.7.0", "@monaco-editor/react": "^4.7.0",
"@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dialog": "^1.1.15",