Skip to content

Commit

Permalink
Bump dependencies to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 28, 2024
1 parent d99b473 commit e9611d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = "userguide/public"
command = "npm run docs-install && npm run build:preview"

[build.environment]
GO_VERSION = "1.21.4"
GO_VERSION = "1.21.6"
HUGO_THEME = "repo"

[context.production]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"bootstrap": "5.2.3"
},
"devDependencies": {
"hugo-extended": "0.120.4",
"hugo-extended": "0.122.0",
"markdown-link-check": "^3.11.2",
"mkdirp": "^3.0.1",
"prettier": "^3.0.3"
"prettier": "^3.2.4"
},
"engines": {
"node": ">=20"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Hugo's commands for module management require that the Go programming language i
```console
$ go version
go version go1.21.4
go version go1.21.6
```
Ensure that you are using version 1.12 or higher.
Expand All @@ -84,7 +84,7 @@ Hugo's commands for module management require that the `git` client is installed

```console
$ git version
git version 2.42.1
git version 2.43.0
```

If no `git` client is installed on your system yet, go to the [Git website](https://git-scm.com/), download the installer for your system architecture and execute it. Afterwards, check for a successful installation.
Expand Down
4 changes: 2 additions & 2 deletions userguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"update:pkg:dep": "npm install --save-dev autoprefixer@latest postcss-cli@latest"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss-cli": "^10.1.0"
"autoprefixer": "^10.4.17",
"postcss-cli": "^11.0.0"
}
}

0 comments on commit e9611d8

Please sign in to comment.