fixed pnpm downloading
Some checks failed
Build and Deploy React Package / build-and-publish (push) Has been cancelled
Some checks failed
Build and Deploy React Package / build-and-publish (push) Has been cancelled
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user