build: upgrade to webpack5 with polyfilled Buffer (#6568)
* fix: Revert "fix: Revert "build: upgrade to webpack 5 (#6459)" (#6566)" This reverts commit 5e591455. * build: polyfill Buffer * docs: fix comment negation
Showing
... | ... | @@ -67,7 +67,7 @@ |
] | ||
}, | ||
"devDependencies": { | ||
"@craco/craco": "6.4.3", | ||
"@craco/craco": "^7.1.0", | ||
"@ethersproject/experimental": "^5.4.0", | ||
"@lingui/cli": "^3.9.0", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
... | ... | @@ -104,6 +104,7 @@ |
"@vanilla-extract/jest-transform": "^1.1.1", | ||
"@vanilla-extract/webpack-plugin": "^2.1.11", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"buffer": "^6.0.3", | ||
"cypress": "10.3.1", | ||
"cypress-hardhat": "^2.3.0", | ||
"env-cmd": "^10.1.0", | ||
... | ... | @@ -114,8 +115,11 @@ |
"jest-fetch-mock": "^3.0.3", | ||
"jest-styled-components": "^7.0.8", | ||
"ms.macro": "^2.0.0", | ||
"path-browserify": "^1.0.1", | ||
"prettier": "^2.7.1", | ||
"react-scripts": "^4.0.3", | ||
"process": "^0.11.10", | ||
"react-scripts": "^5.0.1", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"serve": "^11.3.2", | ||
"source-map-explorer": "^2.5.3", | ||
"ts-transform-graphql-tag": "^0.2.1", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment