Skip to content

Commit

Permalink
fix: sync webpack version used (#2758)
Browse files Browse the repository at this point in the history
Use the same webpack version used to avoid npm install to fail because of peer dependencies
can't be resolved.

Co-authored-by: legendecas <legendecas@gmail.com>
  • Loading branch information
Flarna and legendecas authored Feb 9, 2022
1 parent 1dd8a89 commit 4fa3270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"webpack": "4.44.2"
"webpack": "4.46.0"
}
}
4 changes: 2 additions & 2 deletions selenium-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"geckodriver": "2.0.4",
"nightwatch": "1.7.12",
"selenium-server": "3.141.59",
"terser-webpack-plugin": "5.2.5",
"webpack": "5.64.1",
"terser-webpack-plugin": "4.2.3",
"webpack": "4.46.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.5.0",
"webpack-merge": "5.8.0"
Expand Down

0 comments on commit 4fa3270

Please sign in to comment.