Skip to content

Commit

Permalink
fix(): update demo-app version and snap
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed Jun 27, 2024
1 parent efd321e commit c5b4fcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion packages/react-integration/demo-app-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve:demo-app": "node scripts/serve"
},
"dependencies": {
"@patternfly/react-core": "^5.3.2",
"@patternfly/react-core": "^5.3.3",
"react": "^18",
"react-dom": "^18",
"react-router": "^5.3.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ exports[`Matches snapshot 1`] = `
<button
aria-expanded="true"
class="pf-v5-c-menu-toggle pf-m-expanded"
data-ouia-component-id="OUIA-Generated-MenuToggle-14"
data-ouia-component-type="PF5/MenuToggle"
data-ouia-safe="true"
style="width: 200px;"
type="button"
>
Expand Down Expand Up @@ -133,9 +130,6 @@ exports[`checkbox select with no props snapshot 1`] = `
<button
aria-expanded="false"
class="pf-v5-c-menu-toggle"
data-ouia-component-id="OUIA-Generated-MenuToggle-12"
data-ouia-component-type="PF5/MenuToggle"
data-ouia-safe="true"
style="width: 200px;"
type="button"
>
Expand Down

0 comments on commit c5b4fcc

Please sign in to comment.