Skip to content

Commit

Permalink
Upgrade hugo to 0.140.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimjaved12 committed Feb 14, 2025
1 parent f3b09a5 commit 373f209
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"exec-sh": "^0.4.0",
"file-loader": "^5.0.2",
"hugo-bin-extended": "^0.139.0",
"hugo-bin-extended": "^0.140.0",
"imports-loader": "^0.8.0",
"inquirer": "^12.0.0",
"jest": "^27.4.7",
Expand Down
2 changes: 1 addition & 1 deletion tests-e2e/jest/build-failures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const expectBuildError = async (
}

messages.forEach(msg => {
expect(error!.stdout).toMatch(msg)
expect(error!.stderr).toMatch(msg)
})
}

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8096,15 +8096,15 @@ __metadata:
languageName: node
linkType: hard

"hugo-bin-extended@npm:^0.139.0":
version: 0.139.4
resolution: "hugo-bin-extended@npm:0.139.4"
"hugo-bin-extended@npm:^0.140.0":
version: 0.140.2
resolution: "hugo-bin-extended@npm:0.140.2"
dependencies:
"@xhmikosr/bin-wrapper": ^13.0.5
package-config: ^5.0.0
bin:
hugo: bin/cli.js
checksum: 64919c80a22663c85ab0650522785066c077eff06a3e2dbaf027908e42448005de0649b41140fdb91fa0ff29fd32ea5d06772764cef3b10e3e8534091d49e424
checksum: a610f9be709db99ab73f134d55c133d7f271207aaa2962f9e69f008d1065792f28034b3cec790da5235bcb17d6527150f39e3e3f09aaeb51449621078ed9a9d8
languageName: node
linkType: hard

Expand Down Expand Up @@ -11277,7 +11277,7 @@ __metadata:
file-loader: ^5.0.2
fuse.js: ^6.6.2
history: ^5.3.0
hugo-bin-extended: ^0.139.0
hugo-bin-extended: ^0.140.0
imports-loader: ^0.8.0
inquirer: ^12.0.0
isomorphic-fetch: ^3.0.0
Expand Down

0 comments on commit 373f209

Please sign in to comment.