update packages
This commit is contained in:
parent
bc3c654c97
commit
3b8d269281
|
@ -18,6 +18,13 @@ module.exports = function override(config) {
|
|||
Buffer: ['buffer', 'Buffer']
|
||||
})
|
||||
])
|
||||
// for `Can't resolve 'process/browser'` error
|
||||
config.module.rules.push({
|
||||
test: /\.m?js/,
|
||||
resolve: {
|
||||
fullySpecified: false
|
||||
}
|
||||
})
|
||||
config.ignoreWarnings = [/Failed to parse source map/]
|
||||
return config
|
||||
}
|
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
@ -3,9 +3,9 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^1.1.7",
|
||||
"@chakra-ui/react": "^1.8.8",
|
||||
"@coinbase/wallet-sdk": "^3.0.11",
|
||||
"@chakra-ui/icons": "^2.0.0",
|
||||
"@chakra-ui/react": "^2.0.0",
|
||||
"@coinbase/wallet-sdk": "^3.1.0",
|
||||
"@emotion/react": "^11.9.0",
|
||||
"@emotion/styled": "^11.8.1",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
|
@ -13,13 +13,13 @@
|
|||
"@testing-library/user-event": "^12.8.3",
|
||||
"@walletconnect/web3-provider": "^1.7.8",
|
||||
"axios": "^0.27.2",
|
||||
"framer-motion": "^4.1.17",
|
||||
"i18next": "^21.8.0",
|
||||
"framer-motion": "^6.3.3",
|
||||
"i18next": "^21.8.2",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
"react-i18next": "^11.16.9",
|
||||
"react-icons": "^3.11.0",
|
||||
"react-icons": "^4.3.1",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"react-slick": "^0.29.0",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"scripts": {
|
||||
"start": "react-app-rewired start",
|
||||
"build": "react-app-rewired build",
|
||||
"test": "react-scripts test",
|
||||
"test": "react-app-rewired test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"scriptsxxx": {
|
||||
|
|
Loading…
Reference in New Issue