Skip to content

Commit

Permalink
Merge pull request #230 from MeshJS/test-playground-fix
Browse files Browse the repository at this point in the history
fix build error
  • Loading branch information
jinglescode authored May 29, 2024
2 parents 8ba80b3 + 5448082 commit 1a2af5e
Show file tree
Hide file tree
Showing 6 changed files with 20,902 additions and 3,274 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,4 @@ _local
# local testing on new features
localTest.tsx

tmp
yarn.lock
package-lock.json
tmp
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.10",
"@meshsdk/contracts": "1.0.0-beta.5",
"@meshsdk/core": "*",
"@meshsdk/react": "*",
"@meshsdk/core": "1.5.21",
"@meshsdk/react": "1.1.10-beta.4",
"copy-to-clipboard": "^3.3.2",
"flowbite": "^1.5.3",
"flowbite-react": "^0.1.10",
Expand Down
6 changes: 0 additions & 6 deletions packages/demo/pages/guides/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ const GuidesPage: NextPage = () => {
link: '/guides/custom-marketplace',
thumbnail: '/guides/custom-marketplace.png',
},
{
title: 'End to End Guide with plu-ts',
desc: 'A guide to deploying an app with a smart contract written in plu-ts in TypeScript.',
link: '/guides/pluts',
thumbnail: '/guides/pluts.png',
},
{
title: 'Smart Contract Transactions',
desc: 'Build a marketplace with Plutus (Haskell), where users can list their assets for sale and purchase the listed assets.',
Expand Down
Loading

0 comments on commit 1a2af5e

Please sign in to comment.