Skip to content

Commit

Permalink
fix(deps): fix patch pr
Browse files Browse the repository at this point in the history
includes a fix for a new issue surfaced by automated a11y test
  • Loading branch information
wass3r committed Sep 1, 2024
1 parent cd7a735 commit cb5bde9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 113 deletions.
128 changes: 17 additions & 111 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 @@ -7,7 +7,7 @@
"node": ">=18.12.0"
},
"dependencies": {
"@hpcc-js/wasm": "^2.13.0",
"@hpcc-js/wasm-graphviz": "^1.3.0",
"clipboard": "2.0.11",
"d3": "^7.8.5"
},
Expand Down
1 change: 1 addition & 0 deletions src/elm/Components/Help.elm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ view shared props =
[ summary
[ class "summary"
, class "-no-pad"
, attribute "aria-label" "show/hide contextual CLI tips"
, Util.testAttribute "help-trigger"
, tabindex 0
, Util.onClickPreventDefault (props.showHide Nothing)
Expand Down
2 changes: 1 addition & 1 deletion src/static/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// import types
import * as ClipboardJS from 'clipboard';
import * as d3 from 'd3';
import { Graphviz } from '@hpcc-js/wasm';
import { Graphviz } from '@hpcc-js/wasm-graphviz';

import { Elm } from '../elm/Main.elm';
import '../scss/style.scss';
Expand Down

0 comments on commit cb5bde9

Please sign in to comment.