mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
build(deps): bump react-aria from 3.21.0 to 3.22.0 (#1385)
* build(deps): bump react-aria from 3.21.0 to 3.22.0 Bumps [react-aria](https://github.com/adobe/react-spectrum) from 3.21.0 to 3.22.0. - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/react-aria@3.21.0...react-aria@3.22.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> * config/licenses: add generic MIT for @swc/helpers Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Lechner <david@pybricks.com>
This commit is contained in:
co-authored by
David Lechner
parent
cff9c61cde
commit
5afaa12df9
@@ -497,6 +497,27 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
||||
defined by the Mozilla Public License, v. 2.0.
|
||||
`
|
||||
|
||||
const spdxMIT = `MIT License
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||
of the Software, and to permit persons to whom the Software is furnished to do
|
||||
so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice (including the next
|
||||
paragraph) shall be included in all copies or substantial portions of the
|
||||
Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.`
|
||||
|
||||
const licenseTextOverrides = {
|
||||
'@shopify/dates': shopifyLicense,
|
||||
'@shopify/decorators': shopifyLicense,
|
||||
@@ -505,6 +526,7 @@ const licenseTextOverrides = {
|
||||
'@shopify/react': shopifyLicense,
|
||||
'@shopify/react-hooks': shopifyLicense,
|
||||
'@shopify/react-i18n': shopifyLicense,
|
||||
'@swc/helpers': spdxMIT,
|
||||
'dexie-observable': dexieLicense,
|
||||
'dexie-react-hooks': dexieLicense,
|
||||
'bn.js': fedorIndutnyLicense(2015),
|
||||
|
||||
+1
-1
@@ -89,7 +89,7 @@
|
||||
"pyodide": "0.21.3",
|
||||
"react": "^16.14.0",
|
||||
"react-app-polyfill": "^3.0.0",
|
||||
"react-aria": "^3.21.0",
|
||||
"react-aria": "^3.22.0",
|
||||
"react-complex-tree": "^2.0.1",
|
||||
"react-dev-utils": "^12.0.1",
|
||||
"react-dom": "^16.14.0",
|
||||
|
||||
Reference in New Issue
Block a user