Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update npm pakages #4

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Update npm pakages #4

wants to merge 29 commits into from

Conversation

AlexeyTripleA
Copy link
Owner

Things done

  • Updated npm packages for nodejs 20.9.0 support

Copy link

vercel bot commented Nov 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web3-checkout ❌ Failed (Inspect) Dec 10, 2023 5:11pm

@@ -1,11 +1,21 @@
module.exports = {
"stories": [
Copy link
Collaborator

Choose a reason for hiding this comment

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

Revert single quotes

craco.config.js Outdated
@@ -12,6 +14,18 @@ module.exports = {
},
},
},
resolve: {
fallback: {
"crypto": false,
Copy link
Collaborator

Choose a reason for hiding this comment

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

crypto: false

craco.config.js Outdated
@@ -23,6 +37,6 @@ module.exports = {
},
},
options: {}
}
},
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove

@@ -4,7 +4,7 @@ import ReceiptSummaryComponent from './index'

export default {
component: ReceiptSummaryComponent,
title: 'Components/ReceiptSummary',
title: 'Components/CunfirmingReceiptSummary',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Confirming

@@ -294,7 +291,7 @@ const [selectedCoin, setSelectedCoin] = useState(defaultSelectorOption.value);

setMetamaskAccount(account)

})
}).catch(()=>{})
Copy link
Collaborator

Choose a reason for hiding this comment

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

Redundant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants