Skip to content

Commit

Permalink
v1.29.1
Browse files Browse the repository at this point in the history
### Bug Fixes
* Updated the `grunt-webpack` dependency to be compatible with `webpack` v5. Previous versions of `grunt-webpack` had the following peer dependency: `webpack: ^4.0.0`. This caused issues for certain Node versions because we use v5 of `webpack`. However, v4.0.3 of `grunt-webpack` has the peer dependency: `webpack: ^4.0.0 || ^5.0.0`.
  • Loading branch information
tmeyer2115 committed Jun 2, 2022
2 parents 91184f5 + c9d608f commit 782bd95
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "answers-hitchhiker-theme",
"version": "1.29.0",
"version": "1.29.1",
"description": "A starter answers theme for hitchhikers",
"scripts": {
"test": "cross-env NODE_ICU_DATA=node_modules/full-icu jest --verbose",
Expand Down
20 changes: 10 additions & 10 deletions static/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "answers-hitchhiker-theme",
"version": "1.29.0",
"version": "1.29.1",
"description": "Toolchain for use with the HH Theme",
"main": "Gruntfile.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"fs-extra": "^9.0.1",
"grunt": "^1.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-webpack": "^4.0.0",
"grunt-webpack": "^4.0.3",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"jambo": "^1.12.1",
Expand Down

0 comments on commit 782bd95

Please sign in to comment.