Skip to content

Commit

Permalink
Merge pull request #231 from CryptITAustria/revert-web-staking-pnpm
Browse files Browse the repository at this point in the history
revert web-staking using npm
  • Loading branch information
CryptITAustria authored Jul 1, 2024
2 parents cf51d02 + ff8d22b commit c17c574
Show file tree
Hide file tree
Showing 10 changed files with 5,091 additions and 6,268 deletions.
10 changes: 0 additions & 10 deletions Dockerfile

This file was deleted.

2 changes: 2 additions & 0 deletions apps/web-staking/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.next
9,230 changes: 4,034 additions & 5,196 deletions apps/web-staking/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/web-staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"encoding": "^0.1.13",
"moment": "^2.30.1",
"mongoose": "^8.2.1",
"next": "14.1.0",
"next": "14.2.4",
"next-themes": "^0.2.1",
"pino-pretty": "^10.3.1",
"react": "^18.2.0",
Expand All @@ -39,4 +39,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ export default async function StakeEsXaiForPool({ params }: { params: StakeParam
return (
<StakeComponent poolAddress={params.poolAddress} isBannedPool={isBannedPool} />
);
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ export default async function StakeKeysForPool({ params }: { params: StakeParams
return (
<StakeKeysComponent poolAddress={params.poolAddress} isBannedPool={isBannedPool} />
);
};
}
Loading

0 comments on commit c17c574

Please sign in to comment.