Skip to content

Commit fe1bb38

Browse files
authored
Upgrade packages, including hugo-extended (grpc#893)
* Upgrade packages, including hugo-extended * Add extra margin due to markdown processor changes
1 parent 809d341 commit fe1bb38

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Hugo default output directory
2+
.hugo_build.lock
23
/public
34
/resources
45

.htmltest.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
DirectoryPath: public
2-
IgnoreDirectoryMissingTrailingSlash: true
32
IgnoreAltMissing: true
3+
IgnoreDirectoryMissingTrailingSlash: true
4+
IgnoreInternalEmptyHash: true # At least until the following is fixed: https://github.com/gohugoio/hugo/issues/9149
45
CheckDoctype: false # Sadly, this is false only because of `google*.html`
56
IgnoreURLs:
67
- ^https?://localhost

assets/scss/_grpc.scss

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ c - Component (Aware of its content/context...)
243243
.grpc-logo {
244244
max-height: 8rem;
245245
max-width: 65%;
246+
margin-bottom: 1rem;
246247
}
247248

248249
.used-by-logo {

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"submodule:update": "git submodule update --remote --recursive --depth 1"
1717
},
1818
"devDependencies": {
19-
"autoprefixer": "^10.3.1",
20-
"hugo-extended": "0.82.0",
21-
"netlify-cli": "^6.6.1",
22-
"postcss": "^8.3.6",
23-
"postcss-cli": "^8.3.1"
19+
"autoprefixer": "^10.4.0",
20+
"hugo-extended": "^0.89.2",
21+
"netlify-cli": "^6.14.19",
22+
"postcss": "^8.3.11",
23+
"postcss-cli": "^9.0.2"
2424
}
2525
}

0 commit comments

Comments
 (0)