fixed pnpm downloading
Some checks failed
Build and Deploy React Package / build-and-publish (push) Has been cancelled

This commit is contained in:
2026-05-25 13:59:19 +03:00
parent 523bc5ed16
commit 497415f0d9
4 changed files with 7 additions and 35 deletions

View File

@@ -9,6 +9,11 @@
"lint": "eslint .",
"preview": "vite preview"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"@mantine/core": "9.1.1",
"@mantine/hooks": "9.1.1",
@@ -18,7 +23,6 @@
"dotenv": "17.4.2",
"immer": "11.1.4",
"keycloak-js": "26.2.3",
"miew-react": "0.11.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-helmet": "6.1.0",