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:
dependabot[bot]
2022-08-03 17:18:21 +00:00
committed by GitHub
co-authored by dependabot-fix David Lechner
parent eecfcb7882
commit 6d716f8bbd
3 changed files with 1156 additions and 1128 deletions
+1 -1
View File
@@ -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",
+13
View File
@@ -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;
}
}
+1142 -1127
View File
File diff suppressed because it is too large Load Diff