mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
build(deps): bump react-aria from 3.17.0 to 3.18.0 (#1021)
* build(deps): bump react-aria from 3.17.0 to 3.18.0 Bumps [react-aria](https://github.com/adobe/react-spectrum) from 3.17.0 to 3.18.0. - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/react-aria@3.17.0...react-aria@3.18.0) --- updated-dependencies: - dependency-name: react-aria dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Fix yarn.lock * add react-aria type override This works around https://github.com/adobe/react-spectrum/issues/3375 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-fix <dependabot-fix@example.com> Co-authored-by: David Lechner <david@pybricks.com>
This commit is contained in:
co-authored by
dependabot-fix
David Lechner
parent
eecfcb7882
commit
6d716f8bbd
+1
-1
@@ -86,7 +86,7 @@
|
||||
"pyodide": "0.20.1-alpha.2",
|
||||
"react": "^16.13.1",
|
||||
"react-app-polyfill": "^3.0.0",
|
||||
"react-aria": "^3.17.0",
|
||||
"react-aria": "^3.18.0",
|
||||
"react-complex-tree": "^1.1.10",
|
||||
"react-dev-utils": "^12.0.1",
|
||||
"react-dom": "^16.13.1",
|
||||
|
||||
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2022 The Pybricks Authors
|
||||
|
||||
// exposes some monaco editor internal functions
|
||||
|
||||
import {} from 'react-aria';
|
||||
|
||||
declare module 'react-aria' {
|
||||
export interface OverlayContainerProps {
|
||||
// work around https://github.com/adobe/react-spectrum/issues/3375
|
||||
className: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user