Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@svgr/plugin-jsx": "^5.5.0",
"@types/jsonld": "^1.5.5",
"@walmartlabs/json-to-simple-graphql-schema": "^2.0.4",
"autoprefixer": "^10.2.6",
"autoprefixer": "^10.0.0",
"autoprefixer9": "npm:autoprefixer@9.x.x",
"axios": "^0.21.1",
"babel-plugin-json-to-proptypes": "^0.1.0",
Expand All @@ -70,9 +70,9 @@
"json_typegen_wasm": "^0.7.0",
"jsonld": "^5.2.0",
"jsonschema-protobuf": "^1.0.2",
"lodash": "^4.17.21",
"lodash": "^4.17.23",
"markdown": "^0.5.0",
"next": "10.2.3",
"next": "12.0.8",
"nprogress": "^0.2.0",
"postcss": "^8.3.5",
"postcss-js": "^3.0.3",
Expand Down Expand Up @@ -110,7 +110,7 @@
"postinstall-postinstall": "^2.0.0",
"pretty-quick": "^3.1.1",
"ui-box": "2.1.0",
"webpack": "^4.44.1",
"webpack": "^5.0.0",

Choose a reason for hiding this comment

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

P1 Badge Fix webpack 5 config.node incompatibility

Upgrading to webpack 5 here will make next.config.js invalid because it still assigns config.node = { fs: "empty", module: "empty", net: "mock", tls: "mock" } (see next.config.js lines 5–9). Webpack 5 no longer accepts these node-polyfill keys in node, so the config validation step fails and next dev/next build won’t start once this dependency bump lands. You’ll need to migrate those settings to resolve.fallback (or remove them if no longer needed) before moving to webpack 5.

Useful? React with 👍 / 👎.

"worker-loader": "^2.0.0"
},
"husky": {
Expand Down