Skip to content

Commit

Permalink
fix(core): fix pkg process
Browse files Browse the repository at this point in the history
  • Loading branch information
chongqiangchen committed Apr 15, 2023
1 parent 86f8e39 commit a94068e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 52 deletions.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,18 @@
"tailwindcss": "^3.2.7"
},
"dependencies": {
"@ethereumjs/common": "^3.0.2",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@material-tailwind/react": "*",
"@monaco-editor/react": "^4.4.6",
"@ethereumjs/common": "^3.0.2",
"@tailwindcss/forms": "^0.5.3",
"allotment": "^1.18.1",
"axios": "0.27.2",
"ethers": "^5",
"lodash": "^4.17.21",
"monaco-editor": "^0.35.0",
"process": "^0.11.10",
"react-hook-form": "^7.43.7",
"react-json-view": "^1.21.3",
"semver": "^7.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
json(),
resolve({
preferBuiltins: true,
mainFields: ['events', 'buffer', 'url', 'assert', 'util']
mainFields: ['events', 'buffer', 'url', 'assert', 'util', 'process']
}),
commonjs(),
typescript({ useTsconfigDeclarationDir: true }),
Expand Down
56 changes: 6 additions & 50 deletions pnpm-lock.yaml

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

0 comments on commit a94068e

Please sign in to comment.