Skip to content

Commit

Permalink
fix: not work well in codesandbox (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
homura authored Aug 10, 2023
1 parent 5d1862f commit 6427eb4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 18 deletions.
5 changes: 3 additions & 2 deletions examples/exchange-sudt-for-ckb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"crypto-browserify": "^3.12.0",
"events": "^3.1.0",
"parcel": "^2.9.3",
"process": "^0.11.10"
"process": "^0.11.10",
"typescript": "5.0.4"
},
"dependencies": {
"@ckb-lumos/base": "canary",
"@ckb-lumos/bi": "canary",
"@ckb-lumos/codec": "canary",
"@ckb-lumos/common-scripts": "canary",
"@ckb-lumos/lumos": "next",
"@ckb-lumos/lumos": "canary",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"bulma": "^0.9.4",
Expand Down
3 changes: 2 additions & 1 deletion examples/exchange-sudt-for-ckb/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"jsx": "react",
"module": "CommonJS",
"skipLibCheck": true,
"esModuleInterop": true
"esModuleInterop": true,
"target": "ES2020"
}
}
31 changes: 17 additions & 14 deletions examples/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hd-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"scripts": {
"fmt": "prettier --write \"{src,tests}/**/*.ts\" package.json",
"lint": "eslint -c ../../.eslintrc.js \"{src,tests}/**/*.ts\"",
"test": "ava **/*.test.ts --timeout=2m",
"test": "ava **/*.test.ts --timeout=5m",
"build": "pnpm run build:types && pnpm run build:js",
"build:types": "tsc --declaration --emitDeclarationOnly",
"build:js": "babel --root-mode upward src --out-dir lib --extensions .ts -s",
Expand Down

2 comments on commit 6427eb4

@vercel
Copy link

@vercel vercel bot commented on 6427eb4 Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 New canary release: 0.0.0-canary-6427eb4-20230810033735

npm install @ckb-lumos/[email protected]

Please sign in to comment.