hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 91fe1b6c6999a49906ef2caab8ee6c441208ab7a
parent 7de629121dc2dfed387b458c0eda64198b7f44c2
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri, 13 May 2022 11:08:23 +0200

js: Bump test dependency

To work around a cache issue.

Diffstat:
Mresources/resource_transformers/js/integration_test.go | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/resource_transformers/js/integration_test.go b/resources/resource_transformers/js/integration_test.go
@@ -93,7 +93,7 @@ module github.com/gohugoio/tests/testHugoModules
 		
 go 1.16
 		
-require github.com/gohugoio/hugoTestProjectJSModImports v0.9.0 // indirect
+require github.com/gohugoio/hugoTestProjectJSModImports v0.10.0 // indirect
 -- package.json --
 {
 	"dependencies": {
@@ -124,7 +124,7 @@ shim cwd
 `)
 
 	// React JSX, verify the shimming.
-	b.AssertFileContent("public/js/like.js", filepath.FromSlash(`@v0.9.0/assets/js/shims/react.js
+	b.AssertFileContent("public/js/like.js", filepath.FromSlash(`@v0.10.0/assets/js/shims/react.js
 module.exports = window.ReactDOM;
 `))
 }