Skip to content

Commit d89cddd

Browse files
committed
Update Dev Deps
1 parent 7e59852 commit d89cddd

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

layouts/partials/custom-header.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<link rel="stylesheet" href="/devguide.css">
2+
<script type="speculationrules">
3+
{
4+
"prerender": [{
5+
"where": {
6+
"href_matches": "/*"
7+
},
8+
"eagerness": "moderate"
9+
}]
10+
}
11+
</script>
212
{{- if .IsHome -}}
313
<style>
414
#main {

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"prettier": "prettier --write \"assets/**/*.*s\"",
2929
"serve": "npx hugo serve --port 4000 --disableFastRender --navigateToChanged --logLevel info",
3030
"svgo": "npx svgo -f static/img/icons/development-practices/",
31-
"test": "npm-run-all lint-css && npm run lint-html && npm run lint-js && npx hugo"
31+
"test": "npm-run-all lint-css && npm run lint-html && npx hugo"
3232
},
3333
"devDependencies": {
3434
"@trimble-oss/modus-bootstrap": "^2.0.13",
@@ -44,7 +44,7 @@
4444
"postcss": "8.5.6",
4545
"postcss-cli": "11.0.1",
4646
"prettier": "3.6.2",
47-
"stylelint": "16.21.1",
47+
"stylelint": "16.22.0",
4848
"stylelint-config-standard": "38.0.0"
4949
},
5050
"engines": {

0 commit comments

Comments
 (0)