Skip to content

Commit

Permalink
Bump @carbon/react from 1.62.0 to 1.62.1
Browse files Browse the repository at this point in the history
Includes fixes for:
- Unexpected page scroll when using arrow keys to navigate MenuButton items
- Wrong tab styles in Firefox
  • Loading branch information
AlanGreene authored and tekton-robot committed Jul 23, 2024
1 parent 7da8bdd commit df8b56f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -23,7 +23,7 @@
"test": "vitest"
},
"dependencies": {
"@carbon/react": "^1.62.0",
"@carbon/react": "^1.62.1",
"@codemirror/legacy-modes": "^6.4.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tlds": "^1.253.0"
},
"peerDependencies": {
"@carbon/react": "^1.62.0",
"@carbon/react": "^1.62.1",
"react": "^16.14.0 || ^17.0.1",
"react-dom": "^16.14.0 || ^17.0.1",
"react-intl": "^6.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"elkjs": "^0.9.3"
},
"peerDependencies": {
"@carbon/react": "^1.62.0",
"@carbon/react": "^1.62.1",
"react": "^16.14.0 || ^17.0.1",
"react-intl": "^6.4.1"
},
Expand Down

0 comments on commit df8b56f

Please sign in to comment.