From 4c0040654581aeee07848e89393e1b5960526b49 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Sun, 2 Jun 2024 00:29:29 +0600 Subject: [PATCH] Update hugo version in netlify.toml Signed-off-by: hossainemruz --- exampleSite/go.mod | 12 ++++++------ exampleSite/go.sum | 6 ++---- exampleSite/package-lock.json | 2 +- exampleSite/package.json | 2 +- netlify.toml | 6 +++--- 5 files changed, 13 insertions(+), 15 deletions(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 06dc58f..a52b411 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -1,10 +1,10 @@ module github.com/hugo-toha/toha/exampleSite -go 1.19 - -require ( - github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240319164719-d8a7e99b594d // indirect - github.com/hugo-toha/toha/v4 v4.4.0 // indirect -) +go 1.22 replace github.com/hugo-toha/toha/v4 => ../ + +require ( + github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240510202502-b4192719c87f // indirect + github.com/hugo-toha/toha/v4 v4.5.0 // indirect +) diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 77eca3c..e4a7741 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -1,4 +1,2 @@ -github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240319164719-d8a7e99b594d h1:TWNaAG2e1EZDvtl64fjyriR/qc8m7qaKnN13DgKzkFk= -github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240319164719-d8a7e99b594d/go.mod h1:BRsZS1LeIc+eSM2OWSOeXDNeZUNRcTlJtw1bL874AfQ= -github.com/hugo-toha/toha/v4 v4.4.0 h1:RdRpjfsPgE+VXb/m3Rl+1n86pVZTrplsDvtXYK3wNh0= -github.com/hugo-toha/toha/v4 v4.4.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= +github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240510202502-b4192719c87f h1:EpJlxR6ruHtcBIHLVlmfgpoPGAjpAvopGq8h1wscEwY= +github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240510202502-b4192719c87f/go.mod h1:0gXAIE/H9B3kwsNvyqXXP0gTLCzi/DKwoIOz8Bb9j9c= diff --git a/exampleSite/package-lock.json b/exampleSite/package-lock.json index 32422da..0fc74c0 100644 --- a/exampleSite/package-lock.json +++ b/exampleSite/package-lock.json @@ -32,7 +32,7 @@ "mermaid": "^9.2.1", "plyr": "^3.7.2", "popper.js": "^1.16.1", - "postcss": "^8.4.21", + "postcss": "^8.4.31", "postcss-cli": "^8.3.1" } }, diff --git a/exampleSite/package.json b/exampleSite/package.json index cbb43d4..00d2eaf 100644 --- a/exampleSite/package.json +++ b/exampleSite/package.json @@ -56,7 +56,7 @@ "mermaid": "^9.2.1", "plyr": "^3.7.2", "popper.js": "^1.16.1", - "postcss": "^8.4.21", + "postcss": "^8.4.31", "postcss-cli": "^8.3.1" }, "name": "exampleSite", diff --git a/netlify.toml b/netlify.toml index 524a187..f8abc8f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ publish = "exampleSite/public" [context.production.environment] HUGO_ENABLEGITINFO = "true" HUGO_ENV = "production" -HUGO_VERSION = "0.124.0" +HUGO_VERSION = "0.126.2" NODE_VERSION = "v20.11.1" NPM_VERSION = "10.5.0" @@ -22,7 +22,7 @@ command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install & command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] - HUGO_VERSION = "0.124.0" + HUGO_VERSION = "0.126.2" NODE_VERSION = "v20.11.1" NPM_VERSION = "10.5.0" @@ -30,7 +30,7 @@ command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install & command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] - HUGO_VERSION = "0.124.0" + HUGO_VERSION = "0.126.2" NODE_VERSION = "v20.11.1" NPM_VERSION = "10.5.0"