From 91fe1b6c6999a49906ef2caab8ee6c441208ab7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 13 May 2022 11:08:23 +0200 Subject: [PATCH] js: Bump test dependency To work around a cache issue. --- resources/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 index 0d2507f77..0c5b04a51 100644 --- 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; `)) }