File tree Expand file tree Collapse file tree 3 files changed +212
-167
lines changed Expand file tree Collapse file tree 3 files changed +212
-167
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ See the `package.json` for the full list of `scripts`.
30
30
31
31
> ** Note**
32
32
>
33
- > ** Node v14.20 ** or above is required for the build process to run properly.
33
+ > ** Node v18.12.0 ** or above is required for the build process to run properly.
34
34
35
35
## Contributor License Agreement
36
36
Original file line number Diff line number Diff line change 21
21
"url" : " https://github.com/webpack/webpack.js.org/issues"
22
22
},
23
23
"engines" : {
24
- "node" : " ^14.20.0 || ^16.15.0 || >= 18.0 .0"
24
+ "node" : " >= 18.12 .0"
25
25
},
26
26
"scripts" : {
27
27
"clean-dist" : " rimraf ./dist" ,
137
137
"webpack" : " ^5.89.0" ,
138
138
"webpack-bundle-analyzer" : " ^4.10.1" ,
139
139
"webpack-cli" : " ^5.1.4" ,
140
- "webpack-dev-server" : " ^4.15.1 " ,
140
+ "webpack-dev-server" : " ^5.0.2 " ,
141
141
"webpack-merge" : " ^5.10.0" ,
142
142
"workbox-webpack-plugin" : " ^7.0.0" ,
143
143
"yarn-deduplicate" : " ^6.0.2"
You can’t perform that action at this time.
0 commit comments