Skip to content

Commit

Permalink
Merge pull request #958 from trimble-oss/dependabot/npm_and_yarn/hugo…
Browse files Browse the repository at this point in the history
…-bin-0.136.4

Bump hugo-bin from 0.136.3 to 0.136.4
  • Loading branch information
coliff authored Dec 13, 2024
2 parents f444a13 + c2cd9c6 commit 96ad0f8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.18.1
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.defaultColorDecorators": true,
"editor.defaultColorDecorators": "auto",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
Expand Down
1 change: 1 addition & 0 deletions content/components/web/tooltips/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ tags: [accessibility]
- The element that serves as the tooltip container has role `tooltip`.
- The element that triggers the tooltip references the `tooltip` element with `aria-describedby`.
- Make sure tooltips are part of the page's tab sequence, so they can receive focus.
- The <kbd>Escape</kbd> key should close the tooltip.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"bootstrap-print-css": "1.0.1",
"cross-env": "7.0.3",
"htmlhint": "1.1.4",
"hugo-bin": "0.136.3",
"hugo-bin": "0.136.4",
"list.js": "2.3.1",
"npm-run-all": "4.1.5",
"popover-css-inspector": "1.0.0-beta15",
Expand Down

0 comments on commit 96ad0f8

Please sign in to comment.