diff --git a/packages/js/csv-export/CHANGELOG.md b/packages/js/csv-export/CHANGELOG.md index e66002d38c5..311205f7da7 100644 --- a/packages/js/csv-export/CHANGELOG.md +++ b/packages/js/csv-export/CHANGELOG.md @@ -2,11 +2,27 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.7.0](https://www.npmjs.com/package/@woocommerce/packages/js/csv-export/v/1.7.0) - 2022-07-08 +## [1.8.0](https://www.npmjs.com/package/@woocommerce/csv-export/v/1.8.0) - 2023-11-23 + +- Patch - Use single quote instead of tab for escaping in CSV exports. [#41163] +- Patch - Add missing type definitions and add babel config for tests [#34428] +- Minor - Adjust build/test scripts to remove -- -- that was required for pnpm 6. [#34661] +- Minor - Fix node and pnpm versions via engines [#34773] +- Patch - Make eslint emit JSON report for annotating PRs. [#39704] +- Minor - Match TypeScript version with syncpack [#34787] +- Patch - Merging trunk with local [#34322] +- Patch - Update eslint to 8.32.0 across the monorepo. [#36700] +- Minor - Update pnpm monorepo-wide to 8.6.5 [#38990] +- Minor - Update pnpm to 8.6.7 [#39245] +- Minor - Update pnpm to version 8. [#37915] +- Minor - Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues [#35007] +- Minor - Upgrade TypeScript to 5.1.6 [#39531] + +## [1.7.0](https://www.npmjs.com/package/@woocommerce/csv-export/v/1.7.0) - 2022-07-08 - Minor - Remove PHP and Composer dependencies for packaged JS packages -## [1.6.0](https://www.npmjs.com/package/@woocommerce/packages/js/csv-export/v/1.6.0) - 2022-06-14 +## [1.6.0](https://www.npmjs.com/package/@woocommerce/csv-export/v/1.6.0) - 2022-06-14 - Minor - Add Jetpack Changelogger - Patch - Migrate @woocommerce/csv-export to TS diff --git a/packages/js/csv-export/changelog/41498-dev-make-lint-output-console b/packages/js/csv-export/changelog/41498-dev-make-lint-output-console deleted file mode 100644 index 14b7d0db64b..00000000000 --- a/packages/js/csv-export/changelog/41498-dev-make-lint-output-console +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev -Comment: Just changing package.json command for lint - diff --git a/packages/js/csv-export/changelog/add-change-csv-export-escape-char b/packages/js/csv-export/changelog/add-change-csv-export-escape-char deleted file mode 100644 index d28efd31c6d..00000000000 --- a/packages/js/csv-export/changelog/add-change-csv-export-escape-char +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Use single quote instead of tab for escaping in CSV exports. diff --git a/packages/js/csv-export/changelog/dev-bump-pnpm-version-restraint b/packages/js/csv-export/changelog/dev-bump-pnpm-version-restraint deleted file mode 100644 index f7511cb6974..00000000000 --- a/packages/js/csv-export/changelog/dev-bump-pnpm-version-restraint +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues diff --git a/packages/js/csv-export/changelog/dev-consolidate-eslint-versions b/packages/js/csv-export/changelog/dev-consolidate-eslint-versions deleted file mode 100644 index d3d95c39119..00000000000 --- a/packages/js/csv-export/changelog/dev-consolidate-eslint-versions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/csv-export/changelog/dev-fix-admin-tests-pnpm7 b/packages/js/csv-export/changelog/dev-fix-admin-tests-pnpm7 deleted file mode 100644 index d8b487150a2..00000000000 --- a/packages/js/csv-export/changelog/dev-fix-admin-tests-pnpm7 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Add missing type definitions and add babel config for tests diff --git a/packages/js/csv-export/changelog/dev-fix-pnpm-version-engines b/packages/js/csv-export/changelog/dev-fix-pnpm-version-engines deleted file mode 100644 index a1804a282f0..00000000000 --- a/packages/js/csv-export/changelog/dev-fix-pnpm-version-engines +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Fix node and pnpm versions via engines diff --git a/packages/js/csv-export/changelog/dev-include-eslint-annotations b/packages/js/csv-export/changelog/dev-include-eslint-annotations deleted file mode 100644 index bded8d77ece..00000000000 --- a/packages/js/csv-export/changelog/dev-include-eslint-annotations +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Make eslint emit JSON report for annotating PRs. diff --git a/packages/js/csv-export/changelog/dev-simplify-turbo b/packages/js/csv-export/changelog/dev-simplify-turbo deleted file mode 100644 index 0d230384010..00000000000 --- a/packages/js/csv-export/changelog/dev-simplify-turbo +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Package scripts were modified to support simplified running of turbo commands in the monorepo. - - diff --git a/packages/js/csv-export/changelog/dev-sync-pnpm b/packages/js/csv-export/changelog/dev-sync-pnpm deleted file mode 100644 index 2e1c2db5705..00000000000 --- a/packages/js/csv-export/changelog/dev-sync-pnpm +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Update pnpm to 8.6.7 diff --git a/packages/js/csv-export/changelog/dev-update-pnpm-8.6.5 b/packages/js/csv-export/changelog/dev-update-pnpm-8.6.5 deleted file mode 100644 index 601ddf2c1c8..00000000000 --- a/packages/js/csv-export/changelog/dev-update-pnpm-8.6.5 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Update pnpm monorepo-wide to 8.6.5 diff --git a/packages/js/csv-export/changelog/dev-update-pnpm8 b/packages/js/csv-export/changelog/dev-update-pnpm8 deleted file mode 100644 index c21e013f454..00000000000 --- a/packages/js/csv-export/changelog/dev-update-pnpm8 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Update pnpm to version 8. diff --git a/packages/js/csv-export/changelog/dev-upgrade-ts-5 b/packages/js/csv-export/changelog/dev-upgrade-ts-5 deleted file mode 100644 index 0785aabfbbf..00000000000 --- a/packages/js/csv-export/changelog/dev-upgrade-ts-5 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Upgrade TypeScript to 5.1.6 diff --git a/packages/js/csv-export/changelog/fix-plugin-installer-ts b/packages/js/csv-export/changelog/fix-plugin-installer-ts deleted file mode 100644 index 77d0a173670..00000000000 --- a/packages/js/csv-export/changelog/fix-plugin-installer-ts +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Match TypeScript version with syncpack diff --git a/packages/js/csv-export/changelog/fix-typescript-incremental-builds b/packages/js/csv-export/changelog/fix-typescript-incremental-builds deleted file mode 100644 index f2bdc9a96ae..00000000000 --- a/packages/js/csv-export/changelog/fix-typescript-incremental-builds +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: TypeScript build change - - diff --git a/packages/js/csv-export/changelog/fix-typescript-incremental-regression b/packages/js/csv-export/changelog/fix-typescript-incremental-regression deleted file mode 100644 index 2d087939231..00000000000 --- a/packages/js/csv-export/changelog/fix-typescript-incremental-regression +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Configuration change only - - diff --git a/packages/js/csv-export/changelog/fix-typescript-package-isolation b/packages/js/csv-export/changelog/fix-typescript-package-isolation deleted file mode 100644 index 2d087939231..00000000000 --- a/packages/js/csv-export/changelog/fix-typescript-package-isolation +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: Configuration change only - - diff --git a/packages/js/csv-export/changelog/update-changelogger b/packages/js/csv-export/changelog/update-changelogger deleted file mode 100644 index 1674c919e78..00000000000 --- a/packages/js/csv-export/changelog/update-changelogger +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fix -Comment: Dev dependency update. - - diff --git a/packages/js/csv-export/changelog/update-jest-merge b/packages/js/csv-export/changelog/update-jest-merge deleted file mode 100644 index 3ffb0e90b2a..00000000000 --- a/packages/js/csv-export/changelog/update-jest-merge +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Merging trunk with local diff --git a/packages/js/csv-export/changelog/update-separate-php-and-js-tests b/packages/js/csv-export/changelog/update-separate-php-and-js-tests deleted file mode 100644 index 12fd177d1fa..00000000000 --- a/packages/js/csv-export/changelog/update-separate-php-and-js-tests +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev -Comment: This is just a change to developer commands. - diff --git a/packages/js/csv-export/changelog/upgrade-pnpm-7 b/packages/js/csv-export/changelog/upgrade-pnpm-7 deleted file mode 100644 index 10ee28d636f..00000000000 --- a/packages/js/csv-export/changelog/upgrade-pnpm-7 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Adjust build/test scripts to remove -- -- that was required for pnpm 6. diff --git a/packages/js/csv-export/package.json b/packages/js/csv-export/package.json index 97b2784f4e5..2af24795e7e 100644 --- a/packages/js/csv-export/package.json +++ b/packages/js/csv-export/package.json @@ -1,6 +1,6 @@ { "name": "@woocommerce/csv-export", - "version": "1.7.0", + "version": "1.8.0", "description": "WooCommerce utility library to convert data to CSV files.", "author": "Automattic", "license": "GPL-3.0-or-later", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b9e2abbd246..edbe1426418 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4217,7 +4217,7 @@ packages: /@ariakit/react-core@0.2.17(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-y8pHUR2lMcYHUontd33lpnenOBIT8E72IhbMQq/aROQHAevNxLr0JtSkQ+G439N9DfCpKxDaErikss6zqCEGGQ==} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: '@ariakit/core': 0.2.9 @@ -4230,7 +4230,7 @@ packages: /@ariakit/react@0.2.17(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-fJG0JBoACasyIVb+K9rW1Vyo7gI5Iseu1sP3WvIMnt5VdWjC/63NLpBHdnwQLhSx4z83pBPY6zKfPmEJa9fYug==} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: '@ariakit/react-core': 0.2.17(react-dom@17.0.2)(react@17.0.2) @@ -4291,7 +4291,7 @@ packages: resolution: {integrity: sha512-tUuWSb5iIzZpHpqCSeXw89+lX6Gpkz/Puh+FWrMyWe4ohgK/WrrAnMqEsA5O/UpEzHNtkuqVmo8haCJKL27mwg==} peerDependencies: '@wordpress/data': ^4 - react: ^17.0.2 + react: ^16.8 dependencies: '@automattic/format-currency': 1.0.0-alpha.0 '@wordpress/api-fetch': 3.23.1(react-native@0.70.0) @@ -4413,8 +4413,8 @@ packages: /@automattic/interpolate-components@1.2.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-YNQtJsrs9KQ3lkBdtLyDheVRijoBA3y/PuHdgJ0eB4AX9JyjkDX7jd79Inh79+01CGNLbMQGrEJby2zvbJr17A==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '>=16.14.23' + react: '>=16.2.0' peerDependenciesMeta: '@types/react': optional: true @@ -4514,7 +4514,7 @@ packages: /@automattic/viewport-react@1.0.0(react@17.0.2): resolution: {integrity: sha512-+6+l4jj14GXeoc5Jpic5E5eVvNL88Ezz8cMLmKAw0fpPDsz4gJv7o0hgShu0hjGjKTtBeUkBGfFWMCdRjZaVcA==} peerDependencies: - react: ^17.0.2 + react: ^16.0.0 dependencies: '@automattic/viewport': 1.1.0 '@wordpress/compose': 3.25.3(react@17.0.2) @@ -4905,22 +4905,6 @@ packages: lru-cache: 5.1.1 semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.17.6(@babel/core@7.12.9): - resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.12.9 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9) - '@babel/helper-split-export-declaration': 7.22.6 - dev: true - /@babel/helper-create-class-features-plugin@7.17.6(@babel/core@7.17.8): resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==} engines: {node: '>=6.9.0'} @@ -5290,6 +5274,7 @@ packages: /@babel/helper-plugin-utils@7.21.5: resolution: {integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==} engines: {node: '>=6.9.0'} + dev: true /@babel/helper-plugin-utils@7.22.5: resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} @@ -5436,6 +5421,7 @@ packages: /@babel/helper-validator-option@7.21.0: resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} engines: {node: '>=6.9.0'} + dev: true /@babel/helper-validator-option@7.22.15: resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} @@ -6664,8 +6650,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-create-class-features-plugin': 7.17.6(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-private-methods@7.16.11(@babel/core@7.17.8): @@ -6686,8 +6672,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-create-class-features-plugin': 7.17.6(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.12.9): @@ -6732,9 +6718,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.17.6(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.12.9) dev: true @@ -6758,9 +6744,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.17.6(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) dev: true @@ -7570,9 +7556,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.16.8 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.12.9) transitivePeerDependencies: - supports-color dev: true @@ -7598,9 +7584,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.16.8 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.3) transitivePeerDependencies: - supports-color dev: true @@ -9622,12 +9608,12 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-module-imports': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 - babel-plugin-polyfill-corejs2: 0.3.0(@babel/core@7.21.3) + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.3) babel-plugin-polyfill-corejs3: 0.4.0(@babel/core@7.21.3) babel-plugin-polyfill-regenerator: 0.3.0(@babel/core@7.21.3) - semver: 6.3.0 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true @@ -10911,8 +10897,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 '@babel/plugin-transform-typescript': 7.16.8(@babel/core@7.21.3) /@babel/preset-typescript@7.18.6(@babel/core@7.21.3): @@ -11291,7 +11277,7 @@ packages: /@emotion/core@10.3.1(react@17.0.2): resolution: {integrity: sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==} peerDependencies: - react: ^17.0.2 + react: '>=16.3.0' dependencies: '@babel/runtime': 7.21.0 '@emotion/cache': 10.0.29 @@ -11373,7 +11359,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0 '@types/react': '*' - react: ^17.0.2 + react: '>=16.8.0' peerDependenciesMeta: '@babel/core': optional: true @@ -11397,7 +11383,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0 '@types/react': '*' - react: ^17.0.2 + react: '>=16.8.0' peerDependenciesMeta: '@babel/core': optional: true @@ -11459,7 +11445,7 @@ packages: '@babel/core': ^7.0.0 '@emotion/react': ^11.0.0-rc.0 '@types/react': '*' - react: ^17.0.2 + react: '>=16.8.0' peerDependenciesMeta: '@babel/core': optional: true @@ -11482,7 +11468,7 @@ packages: '@babel/core': ^7.0.0 '@emotion/react': ^11.0.0-rc.0 '@types/react': '*' - react: ^17.0.2 + react: '>=16.8.0' peerDependenciesMeta: '@babel/core': optional: true @@ -11513,7 +11499,7 @@ packages: /@emotion/use-insertion-effect-with-fallbacks@1.0.0(react@17.0.2): resolution: {integrity: sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==} peerDependencies: - react: ^17.0.2 + react: '>=16.8.0' dependencies: react: 17.0.2 @@ -11626,7 +11612,7 @@ packages: /@floating-ui/react-dom@0.6.3(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-hC+pS5D6AgS2wWjbmSQ6UR6Kpy+drvWGJIri6e1EDGADTPsCaa4KzCgmCczHrQeInx9tqs81EyDmbKJYY2swKg==} peerDependencies: - react: ^17.0.2 + react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: '@floating-ui/dom': 0.4.5 @@ -11640,7 +11626,7 @@ packages: /@floating-ui/react-dom@0.7.2(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-1T0sJcpHgX/u4I1OzIEhlcrvkUN8ln39nz7fMoE/2HDHrPiMFoOGR7++GYyfUmIQHkkrTinaeQsO3XWubjSvGg==} peerDependencies: - react: ^17.0.2 + react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: '@floating-ui/dom': 0.5.4 @@ -11654,7 +11640,7 @@ packages: /@floating-ui/react-dom@1.0.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-uiOalFKPG937UCLm42RxjESTWUVpbbatvlphQAU6bsv+ence6IoVG8JOUZcy8eW81NkU+Idiwvx10WFLmR4MIg==} peerDependencies: - react: ^17.0.2 + react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: '@floating-ui/dom': 1.5.1 @@ -11664,7 +11650,7 @@ packages: /@floating-ui/react-dom@2.0.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-rZtAmSht4Lry6gdhAJDrCp/6rKN7++JnL1/Anbr/DdeyYXQPxvg/ivrbYvJulbRf4vL8b212suwMM2lxbv+RQA==} peerDependencies: - react: ^17.0.2 + react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: '@floating-ui/dom': 1.5.1 @@ -12842,7 +12828,7 @@ packages: /@mdx-js/react@1.6.22(react@17.0.2): resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==} peerDependencies: - react: ^17.0.2 + react: ^16.13.1 || ^17.0.0 dependencies: react: 17.0.2 dev: true @@ -13801,7 +13787,7 @@ packages: /@radix-ui/react-arrow@1.0.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-fqYwhhI9IarZ0ll2cUSfKuXHlJK0qE4AfnRrPBbRwEH/4mGQn04/QFGomLi8TXWIdv9WJk//KgGm+aDxVIr1wA==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -13813,9 +13799,9 @@ packages: /@radix-ui/react-arrow@1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -13833,7 +13819,7 @@ packages: /@radix-ui/react-collection@1.0.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-s8WdQQ6wNXpaxdZ308KSr8fEWGrg4un8i4r/w7fhiS4ElRNjk5rRcl0/C6TANG2LvLOGIxtzo/jAg6Qf73TEBw==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -13848,9 +13834,9 @@ packages: /@radix-ui/react-collection@1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -13871,7 +13857,7 @@ packages: /@radix-ui/react-compose-refs@1.0.0(react@17.0.2): resolution: {integrity: sha512-0KaSv6sx787/hK3eF53iOkiSLwAGlFMx5lotrqD2pTjB18KbybKoEIgkNZTKC60YECDQTKGTRcDBILwZVqVKvA==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 react: 17.0.2 @@ -13880,8 +13866,8 @@ packages: /@radix-ui/react-compose-refs@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -13894,7 +13880,7 @@ packages: /@radix-ui/react-context@1.0.0(react@17.0.2): resolution: {integrity: sha512-1pVM9RfOQ+n/N5PJK33kRSKsr1glNxomxONs5c49MliinBY6Yw2Q995qfBUUo0/Mbg05B/sGA0gkgPI7kmSHBg==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 react: 17.0.2 @@ -13903,8 +13889,8 @@ packages: /@radix-ui/react-context@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -13917,7 +13903,7 @@ packages: /@radix-ui/react-dialog@1.0.0(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Yn9YU+QlHYLWwV1XfKiqnGVpWYWk6MeBVM6x/bcoyPvxgjQGoeT35482viLPctTMWoMw0PoHgqfSox7Ig+957Q==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -13944,7 +13930,7 @@ packages: /@radix-ui/react-direction@1.0.0(react@17.0.2): resolution: {integrity: sha512-2HV05lGUgYcA6xgLQ4BKPDmtL+QbIZYH5fCOTAOOcJ5O0QbWS3i9lKaurLzliYUDhORI2Qr3pyjhJh44lKA3rQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 react: 17.0.2 @@ -13953,8 +13939,8 @@ packages: /@radix-ui/react-direction@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -13967,7 +13953,7 @@ packages: /@radix-ui/react-dismissable-layer@1.0.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-n7kDRfx+LB1zLueRDvZ1Pd0bxdJWDUZNQ/GWoxDn2prnuJKRdxsjulejX/ePkOsLi2tTm6P24mDqlMSgQpsT6g==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -13983,7 +13969,7 @@ packages: /@radix-ui/react-dismissable-layer@1.0.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-nXZOvFjOuHS1ovumntGV7NNoLaEp9JEvTht3MBjP44NSW5hUKj/8OnfN3+8WmB+CEhN44XaGhpHoSsUIEl5P7Q==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -13999,9 +13985,9 @@ packages: /@radix-ui/react-dismissable-layer@1.0.4(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14023,7 +14009,7 @@ packages: /@radix-ui/react-dropdown-menu@2.0.4(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-y6AT9+MydyXcByivdK1+QpjWoKaC7MLjkS/cH1Q3keEyMvDkiY85m8o2Bi6+Z1PPUlCsMULopxagQOSfN0wahg==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14043,7 +14029,7 @@ packages: /@radix-ui/react-focus-guards@1.0.0(react@17.0.2): resolution: {integrity: sha512-UagjDk4ijOAnGu4WMUPj9ahi7/zJJqNZ9ZAiGPp7waUWJO0O1aWXi/udPphI0IUjvrhBsZJGSN66dR2dsueLWQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 react: 17.0.2 @@ -14052,8 +14038,8 @@ packages: /@radix-ui/react-focus-guards@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -14066,7 +14052,7 @@ packages: /@radix-ui/react-focus-scope@1.0.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-C4SWtsULLGf/2L4oGeIHlvWQx7Rf+7cX/vKOAD2dXW0A1b5QXwi3wWeaEgW+wn+SEVrraMUk05vLU9fZZz5HbQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14080,7 +14066,7 @@ packages: /@radix-ui/react-focus-scope@1.0.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-spwXlNTfeIprt+kaEWE/qYuYT3ZAqJiAGjN/JgdvgVDTu8yc+HuX+WOWXrKliKnLnwck0F6JDkqIERncnih+4A==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14094,9 +14080,9 @@ packages: /@radix-ui/react-focus-scope@1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14116,7 +14102,7 @@ packages: /@radix-ui/react-id@1.0.0(react@17.0.2): resolution: {integrity: sha512-Q6iAB/U7Tq3NTolBBQbHTgclPmGWE3OlktGGqrClPozSw4vkQ1DfQAOtzgRPecKsMdJINE05iaoDUG8tRzCBjw==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 '@radix-ui/react-use-layout-effect': 1.0.0(react@17.0.2) @@ -14126,8 +14112,8 @@ packages: /@radix-ui/react-id@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -14141,7 +14127,7 @@ packages: /@radix-ui/react-menu@2.0.4(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-mzKR47tZ1t193trEqlQoJvzY4u9vYfVH16ryBrVrCAGZzkgyWnMQYEZdUkM7y8ak9mrkKtJiqB47TlEnubeOFQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14172,7 +14158,7 @@ packages: /@radix-ui/react-popper@1.1.1(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-keYDcdMPNMjSC8zTsZ8wezUMiWM9Yj14wtF3s0PTIs9srnEPC9Kt2Gny1T3T81mmSeyDjZxsD9N5WCwNNb712w==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14195,9 +14181,9 @@ packages: /@radix-ui/react-popper@1.1.2(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14224,7 +14210,7 @@ packages: /@radix-ui/react-portal@1.0.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-a8qyFO/Xb99d8wQdu4o7qnigNjTPG123uADNecz0eX4usnQEj7o+cG4ZX4zkqq98NYekT7UoEQIjxBNWIFuqTA==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14236,7 +14222,7 @@ packages: /@radix-ui/react-portal@1.0.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-swu32idoCW7KA2VEiUZGBSu9nB6qwGdV6k6HYhUoOo3M1FFpD+VgLzUqtt3mwL1ssz7r2x8MggpLSQach2Xy/Q==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14248,9 +14234,9 @@ packages: /@radix-ui/react-portal@1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14268,7 +14254,7 @@ packages: /@radix-ui/react-presence@1.0.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-A+6XEvN01NfVWiKu38ybawfHsBjWum42MRPnEuqPsBZ4eV7e/7K321B5VgYMPv3Xx5An6o1/l9ZuDBgmcmWK3w==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14281,7 +14267,7 @@ packages: /@radix-ui/react-primitive@1.0.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-EyXe6mnRlHZ8b6f4ilTDrXmkLShICIuOTTj0GX4w1rp+wSxf3+TD05u1UOITC8VsJ2a9nwHvdXtOXEOl0Cw/zQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14293,7 +14279,7 @@ packages: /@radix-ui/react-primitive@1.0.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-zY6G5Qq4R8diFPNwtyoLRZBxzu1Z+SXMlfYpChN7Dv8gvmx9X3qhDqiLWvKseKVJMuedFeU/Sa0Sy/Ia+t06Dw==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14305,9 +14291,9 @@ packages: /@radix-ui/react-primitive@1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14325,7 +14311,7 @@ packages: /@radix-ui/react-roving-focus@1.0.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-stjCkIoMe6h+1fWtXlA6cRfikdBzCLp3SnVk7c48cv/uy3DTGoXhN76YaOYUJuy3aEDvDIKwKR5KSmvrtPvQPQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 @@ -14345,9 +14331,9 @@ packages: /@radix-ui/react-roving-focus@1.0.4(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14373,9 +14359,9 @@ packages: /@radix-ui/react-select@1.2.2(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-zI7McXr8fNaSrUY9mZe4x/HC0jTLY9fWNhO1oLWYMQGDXuV4UCivIGTxwioSzO0ZCYX9iSLyWmAh/1TOmX3Cnw==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14413,9 +14399,9 @@ packages: /@radix-ui/react-separator@1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-itYmTy/kokS21aiV5+Z56MZB54KrhPgn6eHDKkFeOLR34HMN2s8PaN47qZZAGnvupcjxHaFZnW4pQEh0BvvVuw==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14433,7 +14419,7 @@ packages: /@radix-ui/react-slot@1.0.0(react@17.0.2): resolution: {integrity: sha512-3mrKauI/tWXo1Ll+gN5dHcxDPdm/Df1ufcDLCecn+pnCIVcdWE7CujXo8QaXOWRJyZyQWWbpB8eFwHzWXlv5mQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 '@radix-ui/react-compose-refs': 1.0.0(react@17.0.2) @@ -14443,7 +14429,7 @@ packages: /@radix-ui/react-slot@1.0.1(react@17.0.2): resolution: {integrity: sha512-avutXAFL1ehGvAXtPquu0YK5oz6ctS474iM3vNGQIkswrVhdrS52e3uoMQBzZhNRAIE0jBnUyXWNmSjGHhCFcw==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 '@radix-ui/react-compose-refs': 1.0.0(react@17.0.2) @@ -14453,8 +14439,8 @@ packages: /@radix-ui/react-slot@1.0.2(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -14468,9 +14454,9 @@ packages: /@radix-ui/react-toggle-group@1.0.4(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-Uaj/M/cMyiyT9Bx6fOZO0SAG4Cls0GptBWiBmBxofmDbNVnYYoyRWj/2M/6VCi/7qcXFWnHhRUfdfZFvvkuu8A==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14494,9 +14480,9 @@ packages: /@radix-ui/react-toggle@1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-Pkqg3+Bc98ftZGsl60CLANXQBBQ4W3mTFS9EJvNxKMZ7magklKV69/id1mlAlOFDDfHvlCms0fx8fA4CMKDJHg==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14516,9 +14502,9 @@ packages: /@radix-ui/react-toolbar@1.0.4(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-tBgmM/O7a07xbaEkYJWYTXkIdU/1pW4/KZORR43toC/4XWyBCURK0ei9kMUdp+gTPPKBgYLxXmRSH1EVcIDp8Q==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14542,7 +14528,7 @@ packages: /@radix-ui/react-use-callback-ref@1.0.0(react@17.0.2): resolution: {integrity: sha512-GZtyzoHz95Rhs6S63D2t/eqvdFCm7I+yHMLVQheKM7nBD8mbZIt+ct1jz4536MDnaOGKIxynJ8eHTkVGVVkoTg==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 react: 17.0.2 @@ -14551,8 +14537,8 @@ packages: /@radix-ui/react-use-callback-ref@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -14565,7 +14551,7 @@ packages: /@radix-ui/react-use-controllable-state@1.0.0(react@17.0.2): resolution: {integrity: sha512-FohDoZvk3mEXh9AWAVyRTYR4Sq7/gavuofglmiXB2g1aKyboUD4YtgWxKj8O5n+Uak52gXQ4wKz5IFST4vtJHg==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 '@radix-ui/react-use-callback-ref': 1.0.0(react@17.0.2) @@ -14575,8 +14561,8 @@ packages: /@radix-ui/react-use-controllable-state@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -14590,7 +14576,7 @@ packages: /@radix-ui/react-use-escape-keydown@1.0.0(react@17.0.2): resolution: {integrity: sha512-JwfBCUIfhXRxKExgIqGa4CQsiMemo1Xt0W/B4ei3fpzpvPENKpMKQ8mZSB6Acj3ebrAEgi2xiQvcI1PAAodvyg==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 '@radix-ui/react-use-callback-ref': 1.0.0(react@17.0.2) @@ -14600,7 +14586,7 @@ packages: /@radix-ui/react-use-escape-keydown@1.0.2(react@17.0.2): resolution: {integrity: sha512-DXGim3x74WgUv+iMNCF+cAo8xUHHeqvjx8zs7trKf+FkQKPQXLk2sX7Gx1ysH7Q76xCpZuxIJE7HLPxRE+Q+GA==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 '@radix-ui/react-use-callback-ref': 1.0.0(react@17.0.2) @@ -14610,8 +14596,8 @@ packages: /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -14625,7 +14611,7 @@ packages: /@radix-ui/react-use-layout-effect@1.0.0(react@17.0.2): resolution: {integrity: sha512-6Tpkq+R6LOlmQb1R5NNETLG0B4YP0wc+klfXafpUCj6JGyaUc8il7/kUZ7m59rGbXGczE9Bs+iz2qloqsZBduQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 react: 17.0.2 @@ -14634,8 +14620,8 @@ packages: /@radix-ui/react-use-layout-effect@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -14648,8 +14634,8 @@ packages: /@radix-ui/react-use-previous@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -14662,7 +14648,7 @@ packages: /@radix-ui/react-use-rect@1.0.0(react@17.0.2): resolution: {integrity: sha512-TB7pID8NRMEHxb/qQJpvSt3hQU4sqNPM1VCTjTRjEOa7cEop/QMuq8S6fb/5Tsz64kqSvB9WnwsDHtjnrM9qew==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 '@radix-ui/rect': 1.0.0 @@ -14672,8 +14658,8 @@ packages: /@radix-ui/react-use-rect@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -14687,7 +14673,7 @@ packages: /@radix-ui/react-use-size@1.0.0(react@17.0.2): resolution: {integrity: sha512-imZ3aYcoYCKhhgNpkNDh/aTiU05qw9hX+HHI1QDBTyIlcFjgeFlKKySNGMwTp7nYFLQg/j0VA2FmCY4WPDDHMg==} peerDependencies: - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.21.0 '@radix-ui/react-use-layout-effect': 1.0.0(react@17.0.2) @@ -14697,8 +14683,8 @@ packages: /@radix-ui/react-use-size@1.0.1(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true @@ -14712,9 +14698,9 @@ packages: /@radix-ui/react-visually-hidden@1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==} peerDependencies: - '@types/react': ^17.0.2 + '@types/react': '*' '@types/react-dom': '*' - react: ^17.0.2 + react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': @@ -14925,7 +14911,7 @@ packages: /@react-spring/animated@9.4.4(react@17.0.2): resolution: {integrity: sha512-e9xnuBaUTD+NolKikUmrGWjX8AVCPyj1GcEgjgq9E+0sXKv46UY7cm2EmB6mUDTxWIDVKebARY++xT4nGDraBQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 dependencies: '@react-spring/shared': 9.4.4(react@17.0.2) '@react-spring/types': 9.4.4 @@ -14935,7 +14921,7 @@ packages: /@react-spring/animated@9.5.5(react@17.0.2): resolution: {integrity: sha512-glzViz7syQ3CE6BQOwAyr75cgh0qsihm5lkaf24I0DfU63cMm/3+br299UEYkuaHNmfDfM414uktiPlZCNJbQA==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@react-spring/shared': 9.5.5(react@17.0.2) '@react-spring/types': 9.5.5 @@ -14944,7 +14930,7 @@ packages: /@react-spring/core@9.4.4(react@17.0.2): resolution: {integrity: sha512-llgb0ljFyjMB0JhWsaFHOi9XFT8n1jBMVs1IFY2ipIBerWIRWrgUmIpakLPHTa4c4jwqTaDSwX90s2a0iN7dxQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 dependencies: '@react-spring/animated': 9.4.4(react@17.0.2) '@react-spring/rafz': 9.4.4 @@ -14956,7 +14942,7 @@ packages: /@react-spring/core@9.5.5(react@17.0.2): resolution: {integrity: sha512-shaJYb3iX18Au6gkk8ahaF0qx0LpS0Yd+ajb4asBaAQf6WPGuEdJsbsNSgei1/O13JyEATsJl20lkjeslJPMYA==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@react-spring/animated': 9.5.5(react@17.0.2) '@react-spring/rafz': 9.5.5 @@ -14974,7 +14960,7 @@ packages: /@react-spring/shared@9.4.4(react@17.0.2): resolution: {integrity: sha512-ySVgScDZlhm/+Iy2smY9i/DDrShArY0j6zjTS/Re1lasKnhq8qigoGiAxe8xMPJNlCaj3uczCqHy3TY9bKRtfQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 dependencies: '@react-spring/rafz': 9.4.4 '@react-spring/types': 9.4.4 @@ -14984,7 +14970,7 @@ packages: /@react-spring/shared@9.5.5(react@17.0.2): resolution: {integrity: sha512-YwW70Pa/YXPOwTutExHZmMQSHcNC90kJOnNR4G4mCDNV99hE98jWkIPDOsgqbYx3amIglcFPiYKMaQuGdr8dyQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@react-spring/rafz': 9.5.5 '@react-spring/types': 9.5.5 @@ -15000,7 +14986,7 @@ packages: /@react-spring/web@9.4.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-iJmOLdhcuizriUlu/xqBc5y8KaFts+UI+iC+GxyTwBtzxA9czKiSAZW2ESuhG8stafa3jncwjfTQQp84KN36cw==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: '@react-spring/animated': 9.4.4(react@17.0.2) @@ -15014,7 +15000,7 @@ packages: /@react-spring/web@9.5.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-+moT8aDX/ho/XAhU+HRY9m0LVV9y9CK6NjSRaI+30Re150pB3iEip6QfnF4qnhSCQ5drpMF0XRXHgOTY/xbtFw==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@react-spring/animated': 9.5.5(react@17.0.2) @@ -15162,7 +15148,7 @@ packages: /@storybook/addon-a11y@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-ZjYxGpuN7/euPscmgQys6QJ+ASVxrFHh28HPd8SqH+j1UmTiGnwPFYmUTm8sY8fMwormdy/H/phQ8FX6xNZ31Q==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: @@ -15193,7 +15179,7 @@ packages: /@storybook/addon-actions@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-prz8for4B0fSaoJbd4Qbif4K5GeVJg1pmgR93Z9R59vq42qIMLzFkLSB0n2oM+WiLNRPwiw5F+L9GANo/r7dBA==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: @@ -15236,7 +15222,7 @@ packages: /@storybook/addon-controls@6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12): resolution: {integrity: sha512-HUlXBKjaAN/01+vF9Nr9tszHL06T+CCGHSo50yshCzc4Jt2ezZikyMrRJCWAVRFLx4C/dkY6qk57IiJbFLbBww==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: @@ -15271,7 +15257,7 @@ packages: resolution: {integrity: sha512-WpWNIAIW/NG3/OCwCH8GvowGDBvExsZw2gcyonMx1GH4TxdWYye7BwpIEpSEIqGtchzu43bk15kK5ViYOXF9RQ==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@storybook/mdx2-csf': @@ -15326,7 +15312,7 @@ packages: resolution: {integrity: sha512-WpWNIAIW/NG3/OCwCH8GvowGDBvExsZw2gcyonMx1GH4TxdWYye7BwpIEpSEIqGtchzu43bk15kK5ViYOXF9RQ==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@storybook/mdx2-csf': @@ -15386,7 +15372,7 @@ packages: '@storybook/components': ^6.4.0 '@storybook/core-events': ^6.4.0 '@storybook/theming': ^6.4.0 - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 peerDependenciesMeta: react: @@ -15422,7 +15408,7 @@ packages: '@storybook/components': ^7.0.0 '@storybook/core-events': ^7.0.0 '@storybook/theming': ^7.0.0 - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: @@ -15456,7 +15442,7 @@ packages: /@storybook/addon-links@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-PHJughP/Tur0QpRmHdmvYSSvUosBGiDdN2i1Xa5zxRLIrlO2vmiagwj0NMb1dfR74SpJbtMZbQM3xVhlDo3SlA==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: @@ -15483,7 +15469,7 @@ packages: /@storybook/addon-storysource@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-F82EUe5mM1tuB4wSEZ+3EJRlRji8Zip2vmd//4yPIlil1QZ7bXMnen9ECHEAEMHRfEC464Fyt6vgzNqXN99v3A==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: @@ -15511,7 +15497,7 @@ packages: /@storybook/addon-viewport@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-oadVlhI0rKI2g4IBVHXvQs0GDn71HLOmrxgrAQ1STQ63uzUaPjoozIko+xv09mYWWZMVsVRyek3+QqUGb036mg==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: @@ -15537,7 +15523,7 @@ packages: /@storybook/addons@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-iv2EF2XBzZwTp5xo1kBQeW1mi+dvLLDYIVBay4m9FDWQGAPj4rzPrAavuGrkc+XMvXkbeWpJ1kadPoC/W6YtHw==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/api': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) @@ -15558,7 +15544,7 @@ packages: /@storybook/addons@7.3.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-NebVJI/E2Lw7XP0deazSpN9B5HUtgVgIo2wbdyzJsOzKYAHO7IY1gkgvRyJ84Xn9iVoszEOPIw/P/t0WUqX6dg==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/manager-api': 7.3.1(react-dom@16.14.0)(react@17.0.2) @@ -15571,7 +15557,7 @@ packages: /@storybook/api@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-sj5XQXyTTxKDSqNVBlOO1h2+v8NO4EB7/7kBLOD8jpU4r4UUCLrf6G9b54j7R9/dIyi2XvrKVlp95q3yRE3zmg==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/channels': 6.5.17-alpha.0 @@ -15598,7 +15584,7 @@ packages: /@storybook/api@7.3.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-QYXX9NWV+Ud1nWVX3Tfjkmxb1Vi1bRxmSXlfIo3HYqhPm4rOwDlpN6nso21Kz3QyON4Hm9XqgQA5qUIZU19bVg==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: @@ -15615,7 +15601,7 @@ packages: /@storybook/builder-webpack4@6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12): resolution: {integrity: sha512-WMZ2obdoAo0TIxQIknR6NzQhCsthom9mfy/eExUqPSksVF/ifgCNeyhOaZt3hYOv+DAFTyK4uZYVk7kyG90rMw==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: @@ -15685,7 +15671,7 @@ packages: /@storybook/builder-webpack5@6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-j5DxqOSd7MAzi1vTTMEt7WEmAXvGGH4RGliprOCyjL0Yn4+9g0rydPG+dHut0gVoo5bF7aktyODquv6seAJGYQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: @@ -15789,7 +15775,7 @@ packages: /@storybook/client-api@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-YLnKb3ieDkt1Qq0GiPoYyH4+Laa0DhnvsRBqDRhqS0y3orAt4xLpbucCIJzZFxs0jBXva0MNh1j6NpGDn6a0gA==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) @@ -15832,7 +15818,7 @@ packages: /@storybook/components@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-RTeRq0bPdphq3XO3zTCyLKX/AI4IJ+xEt79k3eGnY7m56gAlwEcNAq6oUw1UuXZYQos78/G+tjS+MxaDMB/y4w==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/client-logger': 6.5.17-alpha.0 @@ -15850,7 +15836,7 @@ packages: /@storybook/components@7.3.1(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-8dk3WutobHvjxweVzA9Vqrp564vWOTQaV38JSi84ME8wzOdl20Xne9LoeMnqPHXFhnVZdm/Gkosfv4tqkDy4aw==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@radix-ui/react-select': 1.2.2(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) @@ -15874,7 +15860,7 @@ packages: /@storybook/core-client@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@4.46.0): resolution: {integrity: sha512-j4UqRv16EwavjFUbFnB1CTdkJf70/yzAZNs78OZuTeMHAbTD8AuKpVZ/MBniymll11AIYV0ue7Hr1cwxYuTWDA==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' webpack: '*' @@ -15911,7 +15897,7 @@ packages: /@storybook/core-client@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@5.76.3): resolution: {integrity: sha512-j4UqRv16EwavjFUbFnB1CTdkJf70/yzAZNs78OZuTeMHAbTD8AuKpVZ/MBniymll11AIYV0ue7Hr1cwxYuTWDA==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' webpack: '*' @@ -15948,7 +15934,7 @@ packages: /@storybook/core-common@6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12): resolution: {integrity: sha512-fXhM3kwvs8VVg1SsxE6uhfsnA5lZRX6scFS5m+O9I3Q4fDhe6/hf58sBKydxz+82rm4D1Z1NDAryeg1tEEaN2Q==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: @@ -16031,7 +16017,7 @@ packages: peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: @@ -16111,7 +16097,7 @@ packages: peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: @@ -16189,7 +16175,7 @@ packages: peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' webpack: '*' @@ -16228,7 +16214,7 @@ packages: peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' webpack: '*' @@ -16322,7 +16308,7 @@ packages: resolution: {integrity: sha512-co5gDCYPojRAc5lRMnWxbjrR1V37/rTmAo9Vok4a1hDpHZIwkGTWesdzvYivSQXYFxZTpxdM1b5K3W87brnahw==} engines: {node: '>=14.0.0'} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: react: 17.0.2 @@ -16332,7 +16318,7 @@ packages: /@storybook/manager-api@7.3.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-jFH0EfWasdwHW8X5DUzTbH5mpdCZBHU7lIEUj6lVMBcBxbTniqBiG7mkwbW9VLocqEbBZimLCb/2RtTpK1Ue3Q==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/channels': 7.3.1 @@ -16357,7 +16343,7 @@ packages: /@storybook/manager-webpack4@6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12): resolution: {integrity: sha512-1sOZEFe073hVuZnNmvYj1pSUL2anLYSm7PuPewxBzVtvORk0vy+Mk0ZO/ToqV1KWYGZAHiFrfniQZXsamAfuMg==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: @@ -16416,7 +16402,7 @@ packages: /@storybook/manager-webpack5@6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-Z/Ct16aYWUusg+744MkxWs4eQveIivSMqDfROvfiGEsVnC/QuzLIcLPW1evozCoBAparwAoIUwbkeRkMDx8bJQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: @@ -16547,7 +16533,7 @@ packages: /@storybook/preview-web@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-aPGBojLY683+JxZmYNATT2eQ7eCxLDU61AN640MrsCN8Vsmi1fEvlh1lAcXK24rdDeQtC+ROjiSa/fl62wjT7A==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) @@ -16599,7 +16585,7 @@ packages: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack4': '*' '@storybook/manager-webpack5': '*' - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 require-from-string: ^2.0.2 typescript: '*' @@ -16689,7 +16675,7 @@ packages: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack4': '*' '@storybook/manager-webpack5': '*' - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 require-from-string: ^2.0.2 typescript: '*' @@ -16774,7 +16760,7 @@ packages: /@storybook/router@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-ogByZddCvA7VrDbD+0OA9cx5Rf6tAihffI/hIu1YjhysdBYzXz/C7cZDo1XduzasFb7EEDbHFC0pquDAdJz+Qw==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/client-logger': 6.5.17-alpha.0 @@ -16789,7 +16775,7 @@ packages: /@storybook/router@7.3.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-KY+Mo0oF2xcRUDCXPJjAB5xy7d8Hi2dh8VqLahGa14ZHwhsZ/RxqE2bypwLXXkRpEiyOpfMbSsG73+1ml3fIUg==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/client-logger': 7.3.1 @@ -16811,7 +16797,7 @@ packages: /@storybook/source-loader@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-/fTcfFeDY/AkToybJkcGZijGXvyzU9wSOCHWq2ViAPn5s9MDU9k0Se2oJDFawB9pw9ROe1LaUsSCLPrLLP2Efw==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) @@ -16831,7 +16817,7 @@ packages: /@storybook/store@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-1rwSvU+8vjsdWMYzCz01WQ2ZA7S1qakRil9ACLN9qCC89rvfW2vee/pbUHQQvF1wjeYmx/hQTIXXk70K81X8Dw==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) @@ -16883,7 +16869,7 @@ packages: /@storybook/theming@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-+hC5hhbG3xW0O/wYVIAVkVFoFThC7t/AEDAKn/3kf3gPAJ657jJVNnm4rCaYVtZc5soLGF78yNrLFmwU4UsvAg==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/client-logger': 6.5.17-alpha.0 @@ -16897,7 +16883,7 @@ packages: /@storybook/theming@7.3.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-1CF6bT8o8pZcd/ptl1q4CiTGY4oLV19tE8Wnhd/TO934fdMp4fUx1FF4pFL6an98lxVeZT0JQ4uvkuaTvHJFRQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@17.0.2) @@ -16920,7 +16906,7 @@ packages: /@storybook/ui@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-L188HSal+Jq6MNZuy3HUN/QlEE75B7okNBYj/ZR3/s6LIs2zceOZuxp2lk92CEh0dggoJ4HTRqPmKqMHNsXA8g==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) @@ -17423,7 +17409,7 @@ packages: resolution: {integrity: sha512-dYxpz8u9m4q1TuzfcUApqi8iFfR6R0FaMbr2hjZJy1uC8z+bO/K4v8Gs9eogGKYQop7QsrBTFkv/BCF7MzD2Cg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: '>=16.9.0' react-dom: '>=16.9.0' react-test-renderer: '>=16.9.0' peerDependenciesMeta: @@ -17445,8 +17431,8 @@ packages: resolution: {integrity: sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==} engines: {node: '>=12'} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': ^16.9.0 || ^17.0.0 + react: ^16.9.0 || ^17.0.0 react-dom: ^16.9.0 || ^17.0.0 react-test-renderer: ^16.9.0 || ^17.0.0 peerDependenciesMeta: @@ -17468,7 +17454,7 @@ packages: resolution: {integrity: sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: '*' react-dom: '*' dependencies: '@babel/runtime': 7.21.0 @@ -17482,7 +17468,7 @@ packages: resolution: {integrity: sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: '*' react-dom: '*' dependencies: '@babel/runtime': 7.21.0 @@ -18613,7 +18599,7 @@ packages: /@use-gesture/react@10.2.10(react@17.0.2): resolution: {integrity: sha512-znChnKVAMMGXD9J7fCKN686BJNBlUJaRtCu92IQXVWdcxg4MqS0SgsBslGnTWXTlsHVkg5zcGjKYf7qYkOf0Rg==} peerDependencies: - react: ^17.0.2 + react: '>= 16.8.0' dependencies: '@use-gesture/core': 10.2.10 react: 17.0.2 @@ -18622,7 +18608,7 @@ packages: /@use-gesture/react@10.2.27(react@17.0.2): resolution: {integrity: sha512-7E5vnWCxeslWlxwZ8uKIcnUZVMTRMZ8cvSnLLKF1NkyNb3PnNiAzoXM4G1vTKJKRhgOTeI6wK1YsEpwo9ABV5w==} peerDependencies: - react: ^17.0.2 + react: '>= 16.8.0' dependencies: '@use-gesture/core': 10.2.27 react: 17.0.2 @@ -18900,7 +18886,7 @@ packages: resolution: {integrity: sha512-gSfhg8CiL0Vwc2UgUblGVZIy7M0KyXaZsd8+QwzV8TSVRLkGyzdLtYEcs9wRWyQTsdmOd+oRGqbVgUX7AVJxug==} peerDependencies: enzyme: ^3.0.0 - react: ^17.0.2 + react: ^17.0.0-0 react-dom: ^17.0.0-0 dependencies: '@wojtekmaj/enzyme-adapter-utils': 0.1.2(react@17.0.2) @@ -18916,7 +18902,7 @@ packages: /@wojtekmaj/enzyme-adapter-utils@0.1.2(react@17.0.2): resolution: {integrity: sha512-MM/DqDqvxNVlWLqSVQiUbRN9MuDLJfefmPbJ8ZKdmdf5ID8G+i42XhFpoQh5bAZUCdwzRae3+WSZl2lXcFOrhw==} peerDependencies: - react: ^17.0.2 + react: ^17.0.0-0 dependencies: function.prototype.name: 1.1.5 has: 1.0.3 @@ -19210,7 +19196,7 @@ packages: resolution: {integrity: sha512-9Bxq9hY3WEqodn/K/WSE+PoIwv6jKkKBP0pxXFJTWV1yc8/Np9QHV/7wG7qjztxxgu00FrYF7u8OZyvjPrSNYw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19268,7 +19254,7 @@ packages: resolution: {integrity: sha512-9Bxq9hY3WEqodn/K/WSE+PoIwv6jKkKBP0pxXFJTWV1yc8/Np9QHV/7wG7qjztxxgu00FrYF7u8OZyvjPrSNYw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19326,7 +19312,7 @@ packages: resolution: {integrity: sha512-WQSWBAYM6iLN2+rAfZmQm4WMLPCe9woBcPybs0tKgOeXGZZBRgZ6FS01jzVmtWhttWXYZ3uH1PGPaKLJJc/Qyg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19392,7 +19378,7 @@ packages: resolution: {integrity: sha512-Low88BcV7pUSULNytPbO8KWrrMnQA7FnbYW1UOj+GJt+zsYqIleYZccjI5DoFTsXAAKn8RYPytX0i6F6jDM6XQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19445,7 +19431,7 @@ packages: resolution: {integrity: sha512-zIPqEysaLFJMnVKU/yCoCEBT3Co9xsa4Ow91T/LI94ll3LeWG/pyiX4PSSQNTx74AqbcNO2p79LVON4FLdu+mQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19498,7 +19484,7 @@ packages: resolution: {integrity: sha512-zIPqEysaLFJMnVKU/yCoCEBT3Co9xsa4Ow91T/LI94ll3LeWG/pyiX4PSSQNTx74AqbcNO2p79LVON4FLdu+mQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19552,7 +19538,7 @@ packages: resolution: {integrity: sha512-iuFqo2Ms08z0s1t1MM4mI7Gt+oBmj7KW6hRPEdQst+8jaG6hpQX6TgOzBt2Nw+0P0w8QRdyJjoQsB1cipGcNgQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19606,7 +19592,7 @@ packages: resolution: {integrity: sha512-iuFqo2Ms08z0s1t1MM4mI7Gt+oBmj7KW6hRPEdQst+8jaG6hpQX6TgOzBt2Nw+0P0w8QRdyJjoQsB1cipGcNgQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19660,7 +19646,7 @@ packages: resolution: {integrity: sha512-KfB4gVnqUGZfksFXukeFNXZ1WnkMpLQaVEbBCg09PtJQVA8ZkquzDySFpouA3Q0cTeS830NOc2Mri+MO/zlooQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19731,7 +19717,7 @@ packages: resolution: {integrity: sha512-6YHyDQNa6UrAzF3oKFOyu/1F32u7h5q/gpsE1439KDGVLsrc8rSxx3rE6G6TXbJ5YC8MqDrOItMwbw14TGKPAQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/autop': 3.40.0 @@ -19764,7 +19750,7 @@ packages: resolution: {integrity: sha512-TVUk0WGVe4/Qzm4/i1KCHOBvbB581AJnYuCAi35nhgu9V//vqbKh9JRg2d49ZduFl0SakVmN6/xSTPPEYjmuYQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/autop': 3.40.0 @@ -19800,7 +19786,7 @@ packages: resolution: {integrity: sha512-vAEC0UqmzWe+X5p+xADMgpEVT8JnyHDyW6p49XXF7PGHJDAOplVZk/LGcjwwTV3V/jHuqMcTytQwj2XYqMpqCw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/autop': 3.40.0 @@ -19849,7 +19835,7 @@ packages: resolution: {integrity: sha512-M1sfM9yhEAjUZPJcgvFqoRDafxyrIOnTb3mRA+NeFMEKexrmCJ/h/MrzPSugYYRMSzbZVe1FsabWZp+Zz8HsNA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19879,7 +19865,7 @@ packages: resolution: {integrity: sha512-6g8l9Eedo8Wh6D41q8BFZB94KOoubHm1Egp2BVQeHKqClZr/f7CCasDiHse1zakYqnc1rX8FNawI82mM2Lragw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) @@ -19907,7 +19893,7 @@ packages: resolution: {integrity: sha512-Ac1+aIMM7NDgN3G7i5kcaETSvZfeqB4U6PubApPmM6FdBF5VfkYUZeqNcC7cuJdveyokRrqHg11/l+DcJGA7/g==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -19961,7 +19947,7 @@ packages: resolution: {integrity: sha512-Ac1+aIMM7NDgN3G7i5kcaETSvZfeqB4U6PubApPmM6FdBF5VfkYUZeqNcC7cuJdveyokRrqHg11/l+DcJGA7/g==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -20015,7 +20001,7 @@ packages: resolution: {integrity: sha512-O6hnJm9tfxkPnKknnJInpMy6qUS29CfRYtX5p5HdQMR2QFaOYvmwy7of3s5zBh7mubx3NeSzMy+ytZEWJ9ETJw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -20069,7 +20055,7 @@ packages: resolution: {integrity: sha512-36d8fSk/nWfNv2nEZrC2gLx1rN9rGWFt425yXoH6JiakDvdXacN/04xcxZGBRkS+JDz6v22uyPMEol9TzwXOLg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -20123,7 +20109,7 @@ packages: resolution: {integrity: sha512-36d8fSk/nWfNv2nEZrC2gLx1rN9rGWFt425yXoH6JiakDvdXacN/04xcxZGBRkS+JDz6v22uyPMEol9TzwXOLg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -20177,7 +20163,7 @@ packages: resolution: {integrity: sha512-36d8fSk/nWfNv2nEZrC2gLx1rN9rGWFt425yXoH6JiakDvdXacN/04xcxZGBRkS+JDz6v22uyPMEol9TzwXOLg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -20231,7 +20217,7 @@ packages: resolution: {integrity: sha512-RBPjtGLSoiV5YKhrBYh+/X8LbzbA99BJaB4Q+P0e1rVOwGzeBF3M7YEjmg1PrrzWaItqJZTvDoyZo+ql7c0KfA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -20285,7 +20271,7 @@ packages: resolution: {integrity: sha512-RBPjtGLSoiV5YKhrBYh+/X8LbzbA99BJaB4Q+P0e1rVOwGzeBF3M7YEjmg1PrrzWaItqJZTvDoyZo+ql7c0KfA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -20340,7 +20326,7 @@ packages: resolution: {integrity: sha512-pYz+EY+Tv/O2JuDBXpaFH/zv9Evty/e6NOGjOzddSeaShZ/mCq2DpUSWPuTFBEAjtv6h9HnpkakbNnEeio5yNA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -20401,7 +20387,7 @@ packages: resolution: {integrity: sha512-pYz+EY+Tv/O2JuDBXpaFH/zv9Evty/e6NOGjOzddSeaShZ/mCq2DpUSWPuTFBEAjtv6h9HnpkakbNnEeio5yNA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -20462,7 +20448,7 @@ packages: resolution: {integrity: sha512-VLzGS76MrgS6g5GMjk5q3+glSg1IYSzZAa/c5gZKy16c1a8rFWkc/IMhjw6w8Oyp3vvhB748J0itxsqCmTj5hw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@ariakit/react': 0.2.17(react-dom@17.0.2)(react@17.0.2) @@ -20549,7 +20535,7 @@ packages: resolution: {integrity: sha512-ydtXLWdOC2roZmn4PLFGvd09uCbqp//e5rHi8KOYU6C+KsUYyrOBzb4oEMUusptZVDNwRe0txPBieB5bmFNxFg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@types/mousetrap': 1.6.9 @@ -20569,7 +20555,7 @@ packages: resolution: {integrity: sha512-kGv3bI7H1UUAjYowIPvIKs/08gfM1+UIpwR43VFpuqmjFbtcLQXUSgg32Owc7Ig063NjhMDz7oWcFx+BKZ5+EQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@types/lodash': 4.14.184 @@ -20591,7 +20577,7 @@ packages: resolution: {integrity: sha512-YqbmZBqS+deq1PfOi019GUOloh43nXNeru3iFzWgogiWvHxVWPLKxfFFNJ2kOup1UvRrvpgBn81J8KxCd2aNLw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@types/mousetrap': 1.6.9 @@ -20612,7 +20598,7 @@ packages: resolution: {integrity: sha512-kMfyANcDUmA2+4EfEZuDVNFOWKEOJe7oEaZtC6tFRR1wYAlPYOzaQJxbtQMBzqhvHlQMORaxDQNhaoJ8+ac8MQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/commands': 0.9.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) @@ -20643,7 +20629,7 @@ packages: resolution: {integrity: sha512-vhMbz/Q3xEMWTSFMs0D6n93qFSOhUZr/EgtRhLGRHdjskfgegFTlx13HrhDZ+U3xzkv1b8mH1klk4aZX+f0B8Q==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/api-fetch': 6.3.1 @@ -20667,7 +20653,7 @@ packages: resolution: {integrity: sha512-xuqJQkdTwZn1GwHBEjIAWh5aO+wHf4zqYmPRQvoNqSULxYPfpCC0q0hOM9jJgTOCCkfWF2yWiduAOPMMGG+Vng==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/api-fetch': 6.37.0 @@ -20693,7 +20679,7 @@ packages: resolution: {integrity: sha512-Jb7w6SOM9DyoknIOSnOs33Gp85/vbftDrtj9XUTFrQfmML8Ps4RnbX9us/XHvsAD79VgAGaBZrC5tSgZAkCYzQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -20777,7 +20763,7 @@ packages: resolution: {integrity: sha512-QbRLuEfwLyy/GVDHl7mzf/W6/hKMzCruggeR197JDOP7U3+HZXnbaZo7wb9YcdLKIyRNNwi4aNrFrgBgJAB72g==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/api-fetch': 6.37.0 @@ -20790,7 +20776,7 @@ packages: resolution: {integrity: sha512-Tj0VPcnEOvr05wuXV7ds9Uz7BAJzKraItiqBu8M/JVftPkm6mS/g/5EWFj6Zvy1SmRb4K/qik8RuGXbV2FD0Ug==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/api-fetch': 6.3.1 @@ -20824,7 +20810,7 @@ packages: resolution: {integrity: sha512-EReq6QQ3ASWPcB60q18GLfDBhQQrf2Ru9Vvkid/tk7tn4ttqy/axn09/ck/GQ1uwi9BoSRyydPOnQCsluPAgNA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/compose': 5.17.0(react@17.0.2) @@ -20847,7 +20833,7 @@ packages: resolution: {integrity: sha512-QvXE8LoLqSTgkZub4A7EcfcPqAQQAXw1my9DRcxuCUYjYyxWdVM3I6JcQ+A5osy76Poh8b0Al6Kd7hUxg4SEoQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/compose': 5.4.1(react@17.0.2) @@ -20868,7 +20854,7 @@ packages: resolution: {integrity: sha512-tEnkYzobo1X889XZFbStcFnd9miqvaRhwdonfbhG1KgCPveTPU8Wb4cGav4obFwIJabvGPhlj9eNs5M4eBtbaQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/compose': 5.17.0(react@17.0.2) @@ -20890,7 +20876,7 @@ packages: resolution: {integrity: sha512-1CWz0/v8Qprnj95SFNQoYxu0WW6tfnW1VE2D47MnUWxGNZytuXT1pKeL2iV8PV+XoTLhA6UmoE6+LlzvLeZ3jg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/compose': 6.21.0(react@17.0.2) @@ -20913,7 +20899,7 @@ packages: resolution: {integrity: sha512-xwdDHIMrq5rISElBTAgswY+G7os7kamM/bVe0HV6abcNxQgo22Urtp+XscTgR9sStBVkbBRPUy++mOI6TkFjbQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/compose': 6.21.0(react@17.0.2) @@ -21134,7 +21120,7 @@ packages: resolution: {integrity: sha512-haJff3ZougNwE7hLSYrm/cL66Tviqit5jGIGkxQ6A13/MwB44Y8+pMPf4kZvxbiV/ikoIvJixFEiK2AFENwj8A==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -21184,7 +21170,7 @@ packages: resolution: {integrity: sha512-EJh9yv7HpQCCEIxSvHyzWAksXx75bRr3ftIhyAT+y7XjyIONJ9uD7UH2vOFXfFRxU4RwZTxL/VTdo0W2BB2Nig==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -21257,7 +21243,7 @@ packages: resolution: {integrity: sha512-FEgNLDRAtOjGrXXNUXWucf3zMfM1rWCgc/eQrJFwj0atWGJmqQERvmF4H4jeUO6gqetOHmnko38fLVAnE7QWYw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -21308,7 +21294,7 @@ packages: resolution: {integrity: sha512-dDDy+wejeEWRL8mL/kaSWohb8mplXn3kVD/LdRpybY14G3UM7MQdAOFWXmq9MGwaTqBBqywtBG0lZlbJGsJadQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -21804,7 +21790,7 @@ packages: resolution: {integrity: sha512-Sige1gYGJOvD7UvKIUA4VCezFOxr157NCSQXn8/x2krjKybJzemI07ZJcTApawEYW0gutZbBizoUzaR8YLiiVA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -21833,7 +21819,7 @@ packages: resolution: {integrity: sha512-l+s5vgAuDZmrQreW39o3+B18WN6etl56jMuCHM9A1vum9QxbxOgYbFWI7u71osv1vG224gv+c1+W+vKpeGCkZg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -22022,7 +22008,7 @@ packages: peerDependencies: '@babel/core': '>=7' jest: '>=27' - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/core': 7.17.8 @@ -22042,7 +22028,7 @@ packages: resolution: {integrity: sha512-rdajs6bBsrYCwM6eTs5TC6kv3LmVv3PO7FAaIDnUiRwyqUQ2ddUp3cg6cOw7ZK7VXRRBVu1WQNTyVV4+ibTu3w==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/data': 7.3.0(react@17.0.2) @@ -22055,7 +22041,7 @@ packages: resolution: {integrity: sha512-nzggUnSucc1kTtr+ZwSPNwyn5Bf5QFUPjjAwCeXa1ThfZxlOoYCODIkj6CdUAlPuaPwg92v8rl4JC71H6sswhw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/data': 6.6.1(react@17.0.2) @@ -22070,7 +22056,7 @@ packages: resolution: {integrity: sha512-460xcjMzuBen6y8yOiWdpFpQ3PFjd+sE3L4cWa7uOALXOBAr5u37t3e7mBQFECKwX9k+6kWVlz1ThgobI3pERQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/data': 9.14.0(react@17.0.2) @@ -22167,7 +22153,7 @@ packages: resolution: {integrity: sha512-S+hOO+4NJJzaqcqm+XPa6uuvt/pkYjRz20HK3xt8Srb+HjO87D3X5feYGQMxEx5ueJl72+5/uOZwmXKJR4pzog==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/a11y': 3.6.1 @@ -22180,7 +22166,7 @@ packages: resolution: {integrity: sha512-VGPAbt6BC4+E17XbmgZRM3KVVbhQIIu2pBapCOk6pvsvbCy5ewvcl9dy/Wlf6YRrFSmT4nrVPayldea5OVIC6Q==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/a11y': 3.40.0 @@ -22210,7 +22196,7 @@ packages: resolution: {integrity: sha512-6y+UkYpMH+s+E+AO9k5HdlKL/0yaSF6kxdc/OirN1TFh0BzxoZZH0Qb7c6rShddk9W5m/5OJKwa1n4K3ER294A==} engines: {node: '>=16.0.0', npm: '>=8 <9'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@wordpress/block-editor': 12.8.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) @@ -22244,7 +22230,7 @@ packages: resolution: {integrity: sha512-/rUkBpHRc/5hXu4qNKjF0PfKqslMz3ZME2VhX1kfF6BVZmnMwkDNLjvS4vRpeQ9hG8FKqWQBZvmsqs2LKbFd9A==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/compose': 5.4.1(react@17.0.2) @@ -22260,7 +22246,7 @@ packages: resolution: {integrity: sha512-CgkRjPNvmuQkLZ5IDpZzFESqEheBL7cpaYHyFRIhIGfe6RgsJ58i5AOKUbvZ2lssqyangjYpJ2RfpNn+SVblHA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -22336,7 +22322,7 @@ packages: resolution: {integrity: sha512-/AyotisluO81NI1weWBDSsU2Nfc+BzGB/Hrzp6u7cQiWH/HZjouAdjG7RvKMlicCu5R/v6FTCQcjmimRfaYhEA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -22358,7 +22344,7 @@ packages: resolution: {integrity: sha512-57G0HrEy0Ym2zkT8/pI3ihXZot2tUnwQOFdO2GlhCaxxKgmVYkyQ44VneMcN2JbtFfjHzGueG09QeFt3rFyywQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -22493,7 +22479,7 @@ packages: resolution: {integrity: sha512-7ZfhtpWGvtT7xWqY/mCwC93zFHTVPQf8SZRjy2jAhcl7RNY6KZpW82rMRKNROEKJ4cYbTOMMf7WL2ulYi6cNFw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@wordpress/block-editor': 10.2.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) @@ -22522,7 +22508,7 @@ packages: resolution: {integrity: sha512-7ZfhtpWGvtT7xWqY/mCwC93zFHTVPQf8SZRjy2jAhcl7RNY6KZpW82rMRKNROEKJ4cYbTOMMf7WL2ulYi6cNFw==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@wordpress/block-editor': 10.2.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) @@ -22551,7 +22537,7 @@ packages: resolution: {integrity: sha512-Wpoc5kEhgTc2crGIGq2TRxl/8skc4R6yDaq3SczdYCMwLN2CmBnIb1fBZNzDFwmV/HLP39DesaWsbACTgsZhrA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -22585,7 +22571,7 @@ packages: resolution: {integrity: sha512-Ql1o5PzShr7PQtdpwu9CAIpAhU7DCRHaXW3uViwJcA5koi4bMOr+8CNJIslp0LcQy8/UzLTPNfQYKswipFkq1Q==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/a11y': 3.40.0 @@ -22604,7 +22590,7 @@ packages: resolution: {integrity: sha512-UCjrV8D4JhTOcqWCo5ngEOXDYMCLjCdVAvYkXbE9TkfiZj+tQ6LS5NCuBV6d+5Dtk4dpw48m3Q95myMVCnjx7A==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/a11y': 3.6.1 @@ -22624,7 +22610,7 @@ packages: resolution: {integrity: sha512-jFduYBaKVc4AeTHjH/PU+hfOdxgBXBdvjvSICIyBObtcANL3chzikNJjPzJP4Z6O22Q9LwHoTktCtr3oyYE8RQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/a11y': 3.40.0 @@ -22644,7 +22630,7 @@ packages: resolution: {integrity: sha512-dOMbN8v6g9z8q6yDaAGS/7ZldVFVk0HvF/AvcMw2VFZ9QLOsP6VYRwuXgq8dAD2n8Rh42j1IfaMDTNznKScQpA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/element': 5.21.0 @@ -22809,7 +22795,7 @@ packages: engines: {node: '>=14', npm: '>=6.14.4'} hasBin: true peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/core': 7.21.3 @@ -22905,7 +22891,7 @@ packages: resolution: {integrity: sha512-yJBM1hLl6n9w9X17deSsUc2Fbt/eBKDw2pzwbiPalKUGjP5RSKflzVb1uOwSr+KDUPo4vHj1hwkqO+RHssHHRg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -22935,7 +22921,7 @@ packages: resolution: {integrity: sha512-yJBM1hLl6n9w9X17deSsUc2Fbt/eBKDw2pzwbiPalKUGjP5RSKflzVb1uOwSr+KDUPo4vHj1hwkqO+RHssHHRg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -22965,7 +22951,7 @@ packages: resolution: {integrity: sha512-XbWacQHXteacql0d8d2/qYqHqD3HwBPKSg/TP/0RZghcAQZcwlk+xOD+httkfIR5Iux1dBcSVSl/zyhp6yxqFA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -23125,7 +23111,7 @@ packages: resolution: {integrity: sha512-5FZCqXjsZjONoyCfjalRgdme//j4XJYHRXYh7ynoJW/qULq3YqZhyLtjFsEM4V+uuuURFSYnGnOD7V+K9wooPA==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/compose': 5.17.0(react@17.0.2) @@ -23138,7 +23124,7 @@ packages: resolution: {integrity: sha512-khCqUED/fXT3RlbWiCcE4gilcB0iZ5Y6d+VjwkJcoAtPLJn6HBiOS9qypNj8NmMYhkIGP1SMSnnp4u2jiHsqcg==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/compose': 5.4.1(react@17.0.2) @@ -23151,7 +23137,7 @@ packages: resolution: {integrity: sha512-R2gpbdHyguzVMc/G9xXIusZmXKus246s0uxCIFX8nWJuvGd7tCkknnf3EthTaW7Pw4CbVsXrFuUUkfYE8ikNJQ==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^17.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/compose': 5.4.1(react@17.0.2) @@ -23164,7 +23150,7 @@ packages: resolution: {integrity: sha512-w0C18oYRrFRGdk33Dp5KSOmU1NoJ0SABxOCtzRn8rPJ2ZssThAR/jGhoGd/As+/qHLtiXBQoW5UOzZAYPIWq6A==} engines: {node: '>=12'} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 '@wordpress/compose': 6.21.0(react@17.0.2) @@ -23188,7 +23174,7 @@ packages: /@wordpress/widgets@3.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-mT9QDbkP+xbR1rYaCg4qSdTzVM4wWNtLqwk5c478SpFyv8kaHisM6733A0Dylsz2RlMmJOwHvuBtVONSQSTd4w==} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -23252,7 +23238,7 @@ packages: resolution: {integrity: sha512-L/mqYRxyBWVdIdSaXBHacfvS8NKn3sTKbPb31aRADbE9spsJ1p+tXil0GVQHPlzrmjGeozquLrxuYGiXsFNU7g==} peerDependencies: '@xstate/fsm': ^2.0.0 - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 xstate: ^4.36.0 peerDependenciesMeta: '@xstate/fsm': @@ -23468,7 +23454,7 @@ packages: /airbnb-prop-types@2.16.0(react@17.0.2): resolution: {integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==} peerDependencies: - react: ^17.0.2 + react: ^0.14 || ^15.0.0 || ^16.0.0-alpha dependencies: array.prototype.find: 2.1.2 function.prototype.name: 1.1.5 @@ -24185,7 +24171,7 @@ packages: '@babel/types': 7.22.15 eslint: 7.32.0 eslint-visitor-keys: 1.3.0 - resolve: 1.20.0 + resolve: 1.22.1 transitivePeerDependencies: - supports-color dev: true @@ -26540,7 +26526,7 @@ packages: /cmdk@0.2.0(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-JQpKvEOb86SnvMZbYaFKYhvzFntWBeSZdyii0rZPhKJj9uwJBxu4DaVYDrRN7r3mPop56oPhRw+JYWTKs66TYw==} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@radix-ui/react-dialog': 1.0.0(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) @@ -28515,7 +28501,7 @@ packages: /downshift@6.1.12(react@17.0.2): resolution: {integrity: sha512-7XB/iaSJVS4T8wGFT3WRXmSF1UlBHAA40DshZtkrIscIN+VC+Lh363skLxFTvJwtNgHxAMDGEHT4xsyQFWL+UA==} peerDependencies: - react: ^17.0.2 + react: '>=16.12.0' dependencies: '@babel/runtime': 7.21.0 compute-scroll-into-view: 1.0.17 @@ -28527,7 +28513,7 @@ packages: /downshift@6.1.7(react@17.0.2): resolution: {integrity: sha512-cVprZg/9Lvj/uhYRxELzlu1aezRcgPWBjTvspiGTVEU64gF5pRdSRKFVLcxqsZC637cLAGMbL40JavEfWnqgNg==} peerDependencies: - react: ^17.0.2 + react: '>=16.12.0' dependencies: '@babel/runtime': 7.21.0 compute-scroll-into-view: 1.0.17 @@ -28758,7 +28744,7 @@ packages: resolution: {integrity: sha512-yFlVJCXh8T+mcQo8M6my9sPgeGzj85HSHi6Apgf1Cvq/7EL/J9+1JoJmJsRxZgyTvPMAqOEpRSu/Ii/ZpyOk0g==} peerDependencies: enzyme: ^3.0.0 - react: ^17.0.2 + react: ^16.0.0-0 react-dom: ^16.0.0-0 dependencies: enzyme: 3.11.0 @@ -28778,7 +28764,7 @@ packages: /enzyme-adapter-utils@1.14.0(react@17.0.2): resolution: {integrity: sha512-F/z/7SeLt+reKFcb7597IThpDp0bmzcH1E9Oabqv+o01cID2/YInlqHbFl7HzWBl4h3OdZYedtwNDOmSKkk0bg==} peerDependencies: - react: ^17.0.2 + react: 0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0 dependencies: airbnb-prop-types: 2.16.0(react@17.0.2) function.prototype.name: 1.1.5 @@ -31028,7 +31014,7 @@ packages: /framer-motion@10.16.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-K6TXr5mZtitC/dxQCBdg7xzdN0d5IAIrlaqCPKtIQVdzVPGC0qBuJKXggHX1vjnP5gPOFwB1KbCCTWcnFc3kWg==} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 react-dom: ^18.0.0 peerDependenciesMeta: react: @@ -31046,7 +31032,7 @@ packages: /framer-motion@6.2.8(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-4PtBWFJ6NqR350zYVt9AsFDtISTqsdqna79FvSYPfYDXuuqFmiKtZdkTnYPslnsOMedTW0pEvaQ7eqjD+sA+HA==} peerDependencies: - react: ^17.0.2 + react: '>=16.8 || ^17.0.0 || ^18.0.0' react-dom: '>=16.8 || ^17.0.0 || ^18.0.0' dependencies: framesync: 6.0.1 @@ -31063,7 +31049,7 @@ packages: /framer-motion@6.2.8(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-4PtBWFJ6NqR350zYVt9AsFDtISTqsdqna79FvSYPfYDXuuqFmiKtZdkTnYPslnsOMedTW0pEvaQ7eqjD+sA+HA==} peerDependencies: - react: ^17.0.2 + react: '>=16.8 || ^17.0.0 || ^18.0.0' react-dom: '>=16.8 || ^17.0.0 || ^18.0.0' dependencies: framesync: 6.0.1 @@ -31822,7 +31808,7 @@ packages: /gridicons@3.4.0(react@17.0.2): resolution: {integrity: sha512-GikyCOcfhwHSN8tfsZvcWwWSaRLebVZCvDzfFg0X50E+dIAnG2phfFUTNa06dXA09kqRYCdnu8sPO8pSYO3UVA==} peerDependencies: - react: ^17.0.2 + react: 15 - 17 dependencies: prop-types: 15.8.1 react: 17.0.2 @@ -32710,7 +32696,7 @@ packages: /i18n-calypso@5.0.0(react@17.0.2): resolution: {integrity: sha512-YgqLgshNiBOiifWxr4s33ODWQ4JIaHoBPWtgFyqcRy0+WGMX2CmTDbXaeZHkHxuIjzsGP+YrVTPNp7lfbiot4g==} peerDependencies: - react: ^17.0.2 + react: ^16.8 dependencies: '@babel/runtime': 7.21.0 '@tannin/sprintf': 1.2.0 @@ -41641,7 +41627,7 @@ packages: /qrcode.react@3.1.0(react@17.0.2): resolution: {integrity: sha512-oyF+Urr3oAMUG/OiOuONL3HXM+53wvuH3mtIWQrYmsXoAq0DkvZp2RYUWFSMFtbdOpuS++9v+WAkzNVkMlNW6Q==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: react: 17.0.2 dev: false @@ -41804,7 +41790,7 @@ packages: /re-resizable@6.9.5(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-Q4+K8gOPbUBmbJCa0qfoVXBGnCwkAJrZ9KUca4GDn5FmxyV2HtLrBz7u43uUOb0y7xKbwcfuftweiOCIDEiCQA==} peerDependencies: - react: ^17.0.2 + react: ^16.13.1 || ^17.0.0 react-dom: ^16.13.1 || ^17.0.0 dependencies: fast-memoize: 2.5.2 @@ -41814,7 +41800,7 @@ packages: /re-resizable@6.9.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Q4+K8gOPbUBmbJCa0qfoVXBGnCwkAJrZ9KUca4GDn5FmxyV2HtLrBz7u43uUOb0y7xKbwcfuftweiOCIDEiCQA==} peerDependencies: - react: ^17.0.2 + react: ^16.13.1 || ^17.0.0 react-dom: ^16.13.1 || ^17.0.0 dependencies: fast-memoize: 2.5.2 @@ -41838,7 +41824,7 @@ packages: /react-autosize-textarea@7.1.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-BHpjCDkuOlllZn3nLazY2F8oYO1tS2jHnWhcjTWQdcKiiMU6gHLNt/fzmqMSyerR0eTdKtfSIqtSeTtghNwS+g==} peerDependencies: - react: ^17.0.2 + react: ^0.14.0 || ^15.0.0 || ^16.0.0 react-dom: ^0.14.0 || ^15.0.0 || ^16.0.0 dependencies: autosize: 4.0.4 @@ -41850,7 +41836,7 @@ packages: /react-colorful@5.5.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-M1TJH2X3RXEt12sWkpa6hLc/bbYS0H6F4rIqjQZ+RxNBstpY67d9TrFXtqdZwhpmBXcCwEi7stKqFue3ZRkiOg==} peerDependencies: - react: ^17.0.2 + react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: react: 17.0.2 @@ -41859,7 +41845,7 @@ packages: /react-colorful@5.6.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==} peerDependencies: - react: ^17.0.2 + react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: react: 17.0.2 @@ -41868,7 +41854,7 @@ packages: /react-colorful@5.6.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==} peerDependencies: - react: ^17.0.2 + react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: react: 17.0.2 @@ -41878,7 +41864,7 @@ packages: resolution: {integrity: sha512-RDlerU8DdRRrlYS0MQ7Z9igPWABGLDwz6+ykBNff67RM3Sset2TDqeuOr+R5o00Ggn5U47GeLsGcSDxlZd9cHw==} peerDependencies: moment: ^2.18.1 - react: ^17.0.2 + react: ^0.14 || ^15.5.4 || ^16.1.1 react-dom: ^0.14 || ^15.5.4 || ^16.1.1 dependencies: airbnb-prop-types: 2.16.0(react@17.0.2) @@ -41905,7 +41891,7 @@ packages: resolution: {integrity: sha512-RDlerU8DdRRrlYS0MQ7Z9igPWABGLDwz6+ykBNff67RM3Sset2TDqeuOr+R5o00Ggn5U47GeLsGcSDxlZd9cHw==} peerDependencies: moment: ^2.18.1 - react: ^17.0.2 + react: ^0.14 || ^15.5.4 || ^16.1.1 react-dom: ^0.14 || ^15.5.4 || ^16.1.1 dependencies: airbnb-prop-types: 2.16.0(react@17.0.2) @@ -41933,7 +41919,7 @@ packages: peerDependencies: '@babel/runtime': ^7.0.0 moment: ^2.18.1 - react: ^17.0.2 + react: ^0.14 || ^15.5.4 || ^16.1.1 react-dom: ^0.14 || ^15.5.4 || ^16.1.1 react-with-direction: ^1.3.1 dependencies: @@ -41963,7 +41949,7 @@ packages: peerDependencies: '@babel/runtime': ^7.0.0 moment: ^2.18.1 - react: ^17.0.2 + react: ^0.14 || ^15.5.4 || ^16.1.1 react-dom: ^0.14 || ^15.5.4 || ^16.1.1 react-with-direction: ^1.3.1 dependencies: @@ -42027,7 +42013,7 @@ packages: /react-dom@16.14.0(react@17.0.2): resolution: {integrity: sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==} peerDependencies: - react: ^17.0.2 + react: ^16.14.0 dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 @@ -42038,7 +42024,7 @@ packages: /react-dom@17.0.2(react@17.0.2): resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} peerDependencies: - react: ^17.0.2 + react: 17.0.2 dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 @@ -42048,7 +42034,7 @@ packages: /react-dom@18.2.0(react@17.0.2): resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} peerDependencies: - react: ^17.0.2 + react: ^18.2.0 dependencies: loose-envify: 1.4.0 react: 17.0.2 @@ -42057,7 +42043,7 @@ packages: /react-easy-crop@3.5.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-ApTbh+lzKAvKqYW81ihd5J6ZTNN3vPDwi6ncFuUrHPI4bko2DlYOESkRm+0NYoW0H8YLaD7bxox+Z3EvIzAbUA==} peerDependencies: - react: ^17.0.2 + react: '>=16.4.0' react-dom: '>=16.4.0' dependencies: normalize-wheel: 1.0.1 @@ -42068,7 +42054,7 @@ packages: /react-easy-crop@4.5.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-MVzCWmKXTwZTK0iYqlF/gPLdLqvUGrLGX7SQ4g+DO3b/lCiVAwxZKLeZ1wjDfG+r/yEWUoL7At5a0kkDJeU+rQ==} peerDependencies: - react: ^17.0.2 + react: '>=16.4.0' react-dom: '>=16.4.0' dependencies: normalize-wheel: 1.0.1 @@ -42080,7 +42066,7 @@ packages: /react-element-to-jsx-string@14.3.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-t4ZwvV6vwNxzujDQ+37bspnLwA4JlgUPWhLjBJWsNIDceAf6ZKUTCjdm08cN6WeZ5pTMKiCJkmAYnpmR4Bm+dg==} peerDependencies: - react: ^17.0.2 + react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 dependencies: '@base2/pretty-print-object': 1.0.1 @@ -42094,7 +42080,7 @@ packages: resolution: {integrity: sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==} engines: {node: '>=10', npm: '>=6'} peerDependencies: - react: ^17.0.2 + react: '>=16.13.1' dependencies: '@babel/runtime': 7.21.0 react: 17.0.2 @@ -42107,7 +42093,7 @@ packages: /react-input-autosize@3.0.0(react@17.0.2): resolution: {integrity: sha512-nL9uS7jEs/zu8sqwFE5MAPx6pPkNAriACQ2rGLlqmKr2sPGtN7TXTyDdQt4lbNXVx7Uzadb40x8qotIuru6Rhg==} peerDependencies: - react: ^17.0.2 + react: ^16.3.0 || ^17.0.0 dependencies: prop-types: 15.8.1 react: 17.0.2 @@ -42116,7 +42102,7 @@ packages: /react-inspector@5.1.1(react@17.0.2): resolution: {integrity: sha512-GURDaYzoLbW8pMGXwYPDBIv6nqei4kK7LPRZ9q9HCZF54wqXz/dnylBp/kfE9XmekBhHvLDdcYeyIwSrvtOiWg==} peerDependencies: - react: ^17.0.2 + react: ^16.8.4 || ^17.0.0 dependencies: '@babel/runtime': 7.21.0 is-dom: 1.1.0 @@ -42140,7 +42126,7 @@ packages: resolution: {integrity: sha512-duB9bxOaYg7Zt6TMFldIFxQRtSP+Dg3F1ZX3FXxSUn+3tZZ/9JCgeAQKDg7rhZSAqopq8TFRw3yIbnx77gyFTw==} engines: {node: '>=8'} peerDependencies: - react: ^17.0.2 + react: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18 react-dom: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18 dependencies: exenv: 1.2.2 @@ -42194,7 +42180,7 @@ packages: engines: {node: '>=14'} hasBin: true peerDependencies: - react: ^17.0.2 + react: 18.1.0 dependencies: '@jest/create-cache-key-function': 27.5.1 '@react-native-community/cli': 9.1.1(@babel/core@7.12.9) @@ -42240,7 +42226,7 @@ packages: /react-outside-click-handler@1.3.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-Te/7zFU0oHpAnctl//pP3hEAeobfeHMyygHB8MnjP6sX5OR8KHT1G3jmLsV3U9RnIYo+Yn+peJYWu+D5tUS8qQ==} peerDependencies: - react: ^17.0.2 + react: ^0.14 || >=15 react-dom: ^0.14 || >=15 dependencies: airbnb-prop-types: 2.16.0(react@17.0.2) @@ -42255,7 +42241,7 @@ packages: /react-outside-click-handler@1.3.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Te/7zFU0oHpAnctl//pP3hEAeobfeHMyygHB8MnjP6sX5OR8KHT1G3jmLsV3U9RnIYo+Yn+peJYWu+D5tUS8qQ==} peerDependencies: - react: ^17.0.2 + react: ^0.14 || >=15 react-dom: ^0.14 || >=15 dependencies: airbnb-prop-types: 2.16.0(react@17.0.2) @@ -42271,7 +42257,7 @@ packages: resolution: {integrity: sha512-kxGkS80eQGtLl18+uig1UIf9MKixFSyPxglsgLBxlYnyDf65BiY9B3nZSc6C9XUNDgStROB0fMQlTEz1KxGddw==} peerDependencies: '@popperjs/core': ^2.0.0 - react: ^17.0.2 + react: ^16.8.0 || ^17 dependencies: '@popperjs/core': 2.11.4 react: 17.0.2 @@ -42282,7 +42268,7 @@ packages: /react-portal@4.2.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-fE9kOBagwmTXZ3YGRYb4gcMy+kSA+yLO0xnPankjRlfBv4uCpFXqKPfkpsGQQR15wkZ9EssnvTOl1yMzbkxhPQ==} peerDependencies: - react: ^17.0.2 + react: ^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0 react-dom: ^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0 dependencies: prop-types: 15.8.1 @@ -42293,7 +42279,7 @@ packages: /react-portal@4.2.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-fE9kOBagwmTXZ3YGRYb4gcMy+kSA+yLO0xnPankjRlfBv4uCpFXqKPfkpsGQQR15wkZ9EssnvTOl1yMzbkxhPQ==} peerDependencies: - react: ^17.0.2 + react: ^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0 react-dom: ^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0 dependencies: prop-types: 15.8.1 @@ -42304,7 +42290,7 @@ packages: /react-query@3.39.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: '*' react-native: '*' peerDependenciesMeta: @@ -42343,8 +42329,8 @@ packages: resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -42358,8 +42344,8 @@ packages: resolution: {integrity: sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -42377,8 +42363,8 @@ packages: resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -42394,14 +42380,14 @@ packages: /react-resize-aware@3.1.1(react@17.0.2): resolution: {integrity: sha512-M8IyVLBN8D6tEUss+bxQlWte3ZYtNEGhg7rBxtCVG8yEBjUlZwUo5EFLq6tnvTZXcgAbCLjsQn+NCoTJKumRYg==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || 17.x dependencies: react: 17.0.2 /react-router-dom@6.3.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==} peerDependencies: - react: ^17.0.2 + react: '>=16.8' react-dom: '>=16.8' dependencies: history: 5.3.0 @@ -42413,7 +42399,7 @@ packages: /react-router-dom@6.3.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==} peerDependencies: - react: ^17.0.2 + react: '>=16.8' react-dom: '>=16.8' dependencies: history: 5.3.0 @@ -42425,7 +42411,7 @@ packages: /react-router@6.3.0(react@17.0.2): resolution: {integrity: sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==} peerDependencies: - react: ^17.0.2 + react: '>=16.8' dependencies: history: 5.3.0 react: 17.0.2 @@ -42434,7 +42420,7 @@ packages: /react-select@3.2.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-B/q3TnCZXEKItO0fFN/I0tWOX3WJvi/X2wtdffmwSQVRwg5BpValScTO1vdic9AxlUgmeSzib2hAZAwIUQUZGQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -42452,7 +42438,7 @@ packages: /react-select@5.7.4(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@babel/runtime': 7.21.0 @@ -42474,7 +42460,7 @@ packages: /react-shallow-renderer@16.14.1(react@17.0.2): resolution: {integrity: sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==} peerDependencies: - react: ^17.0.2 + react: ^16.0.0 || ^17.0.0 dependencies: object-assign: 4.1.1 react: 17.0.2 @@ -42483,7 +42469,7 @@ packages: /react-shallow-renderer@16.15.0(react@17.0.2): resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==} peerDependencies: - react: ^17.0.2 + react: ^16.0.0 || ^17.0.0 || ^18.0.0 dependencies: object-assign: 4.1.1 react: 17.0.2 @@ -42502,8 +42488,8 @@ packages: resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -42517,7 +42503,7 @@ packages: /react-syntax-highlighter@15.5.0(react@17.0.2): resolution: {integrity: sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==} peerDependencies: - react: ^17.0.2 + react: '>= 0.14.0' dependencies: '@babel/runtime': 7.21.0 highlight.js: 10.7.3 @@ -42530,7 +42516,7 @@ packages: /react-test-renderer@16.14.0(react@17.0.2): resolution: {integrity: sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==} peerDependencies: - react: ^17.0.2 + react: ^16.14.0 dependencies: object-assign: 4.1.1 prop-types: 15.8.1 @@ -42542,7 +42528,7 @@ packages: /react-test-renderer@17.0.2(react@17.0.2): resolution: {integrity: sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==} peerDependencies: - react: ^17.0.2 + react: 17.0.2 dependencies: object-assign: 4.1.1 react: 17.0.2 @@ -42553,7 +42539,7 @@ packages: /react-transition-group@4.4.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==} peerDependencies: - react: ^17.0.2 + react: '>=16.6.0' react-dom: '>=16.6.0' dependencies: '@babel/runtime': 7.21.0 @@ -42567,7 +42553,7 @@ packages: /react-transition-group@4.4.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==} peerDependencies: - react: ^17.0.2 + react: '>=16.6.0' react-dom: '>=16.6.0' dependencies: '@babel/runtime': 7.21.0 @@ -42580,7 +42566,7 @@ packages: /react-visibility-sensor@5.1.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-cTUHqIK+zDYpeK19rzW6zF9YfT4486TIgizZW53wEZ+/GPBbK7cNS0EHyJVyHYacwFEvvHLEKfgJndbemWhB/w==} peerDependencies: - react: ^17.0.2 + react: '>=16.0.0' react-dom: '>=16.0.0' dependencies: prop-types: 15.8.1 @@ -42591,7 +42577,7 @@ packages: /react-with-direction@1.4.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-ybHNPiAmaJpoWwugwqry9Hd1Irl2hnNXlo/2SXQBwbLn/jGMauMS2y9jw+ydyX5V9ICryCqObNSthNt5R94xpg==} peerDependencies: - react: ^17.0.2 + react: ^0.14 || ^15 || ^16 react-dom: ^0.14 || ^15 || ^16 dependencies: airbnb-prop-types: 2.16.0(react@17.0.2) @@ -42643,7 +42629,7 @@ packages: /react-with-styles@3.2.3(react-with-direction@1.4.0)(react@17.0.2): resolution: {integrity: sha512-MTI1UOvMHABRLj5M4WpODfwnveHaip6X7QUMI2x6zovinJiBXxzhA9AJP7MZNaKqg1JRFtHPXZdroUC8KcXwlQ==} peerDependencies: - react: ^17.0.2 + react: '>=0.14' react-with-direction: ^1.1.0 dependencies: hoist-non-react-statics: 3.3.2 @@ -42657,7 +42643,7 @@ packages: resolution: {integrity: sha512-tZCTY27KriRNhwHIbg1NkSdTTOSfXDg6Z7s+Q37mtz0Ym7Sc7IOr3PzVt4qJhJMW6Nkvfi3g34FuhtiGAJCBQA==} peerDependencies: '@babel/runtime': ^7.0.0 - react: ^17.0.2 + react: '>=0.14' react-with-direction: ^1.3.1 dependencies: '@babel/runtime': 7.17.7 @@ -42673,7 +42659,7 @@ packages: resolution: {integrity: sha512-tZCTY27KriRNhwHIbg1NkSdTTOSfXDg6Z7s+Q37mtz0Ym7Sc7IOr3PzVt4qJhJMW6Nkvfi3g34FuhtiGAJCBQA==} peerDependencies: '@babel/runtime': ^7.0.0 - react: ^17.0.2 + react: '>=0.14' react-with-direction: ^1.3.1 dependencies: '@babel/runtime': 7.21.0 @@ -42837,7 +42823,7 @@ packages: /reakit-system@0.15.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-TvRthEz0DmD0rcJkGamMYx+bATwnGNWJpe/lc8UV2Js8nnPvkaxrHk5fX9cVASFrWbaIyegZHCWUBfxr30bmmA==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: react: 17.0.2 @@ -42848,7 +42834,7 @@ packages: /reakit-system@0.15.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-TvRthEz0DmD0rcJkGamMYx+bATwnGNWJpe/lc8UV2Js8nnPvkaxrHk5fX9cVASFrWbaIyegZHCWUBfxr30bmmA==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: react: 17.0.2 @@ -42858,7 +42844,7 @@ packages: /reakit-utils@0.15.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-i/RYkq+W6hvfFmXw5QW7zvfJJT/K8a4qZ0hjA79T61JAFPGt23DsfxwyBbyK91GZrJ9HMrXFVXWMovsKBc1qEQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: react: 17.0.2 @@ -42868,7 +42854,7 @@ packages: /reakit-utils@0.15.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-i/RYkq+W6hvfFmXw5QW7zvfJJT/K8a4qZ0hjA79T61JAFPGt23DsfxwyBbyK91GZrJ9HMrXFVXWMovsKBc1qEQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: react: 17.0.2 @@ -42877,7 +42863,7 @@ packages: /reakit-warning@0.6.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-z/3fvuc46DJyD3nJAUOto6inz2EbSQTjvI/KBQDqxwB0y02HDyeP8IWOJxvkuAUGkWpeSx+H3QWQFSNiPcHtmw==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 dependencies: react: 17.0.2 reakit-utils: 0.15.2(react-dom@16.14.0)(react@17.0.2) @@ -42888,7 +42874,7 @@ packages: /reakit-warning@0.6.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-z/3fvuc46DJyD3nJAUOto6inz2EbSQTjvI/KBQDqxwB0y02HDyeP8IWOJxvkuAUGkWpeSx+H3QWQFSNiPcHtmw==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 dependencies: react: 17.0.2 reakit-utils: 0.15.2(react-dom@17.0.2)(react@17.0.2) @@ -42898,7 +42884,7 @@ packages: /reakit@1.3.11(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-mYxw2z0fsJNOQKAEn5FJCPTU3rcrY33YZ/HzoWqZX0G7FwySp1wkCYW79WhuYMNIUFQ8s3Baob1RtsEywmZSig==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: '@popperjs/core': 2.11.4 @@ -42913,7 +42899,7 @@ packages: /reakit@1.3.11(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-mYxw2z0fsJNOQKAEn5FJCPTU3rcrY33YZ/HzoWqZX0G7FwySp1wkCYW79WhuYMNIUFQ8s3Baob1RtsEywmZSig==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: '@popperjs/core': 2.11.4 @@ -47177,8 +47163,8 @@ packages: resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -47190,7 +47176,7 @@ packages: /use-debounce@3.4.3(react@17.0.2): resolution: {integrity: sha512-nxy+opOxDccWfhMl36J5BSCTpvcj89iaQk2OZWLAtBJQj7ISCtx1gh+rFbdjGfMl6vtCZf6gke/kYvrkVfHMoA==} peerDependencies: - react: ^17.0.2 + react: '>=16.8.0' dependencies: react: 17.0.2 dev: false @@ -47199,7 +47185,7 @@ packages: resolution: {integrity: sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ==} peerDependencies: '@types/react': '*' - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -47212,7 +47198,7 @@ packages: resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -47223,7 +47209,7 @@ packages: /use-lilius@2.0.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-+Q7nspdv+QGnyHGVMd6yAdLrqv5EGB4n3ix4GJH0JEE27weKCLCLmZSuAr5Nw+yPBCZn/iZ+KjL5+UykLCWXrw==} peerDependencies: - react: ^17.0.2 + react: '*' react-dom: '*' dependencies: date-fns: 2.29.3 @@ -47233,14 +47219,14 @@ packages: /use-memo-one@1.1.2(react@17.0.2): resolution: {integrity: sha512-u2qFKtxLsia/r8qG0ZKkbytbztzRb317XCkT7yP8wxL0tZ/CzK2G+WWie5vWvpyeP7+YoPIwbJoIHJ4Ba4k0oQ==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 dependencies: react: 17.0.2 /use-resize-observer@9.1.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow==} peerDependencies: - react: ^17.0.2 + react: 16.8.0 - 18 react-dom: 16.8.0 - 18 dependencies: '@juggle/resize-observer': 3.4.0 @@ -47252,8 +47238,8 @@ packages: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^17.0.2 - react: ^17.0.2 + '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -47266,14 +47252,14 @@ packages: /use-subscription@1.6.0(react@17.0.2): resolution: {integrity: sha512-0Y/cTLlZfw547tJhJMoRA16OUbVqRm6DmvGpiGbmLST6BIA5KU5cKlvlz8DVMrACnWpyEjCkgmhLatthP4jUbA==} peerDependencies: - react: ^17.0.2 + react: ^18.0.0 dependencies: react: 17.0.2 /use-sync-external-store@1.2.0(react@17.0.2): resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: - react: ^17.0.2 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: react: 17.0.2 @@ -47435,7 +47421,7 @@ packages: '@babel/types': '>=7.13' aslemammad-vite-plugin-macro: '>=1.0.0-alpha.1' babel-plugin-macros: '>=3.0' - react: ^17.0.2 + react: '>=16.8' vite: '>=2.8.6' peerDependenciesMeta: '@babel/helper-module-imports': @@ -47464,7 +47450,7 @@ packages: '@babel/types': '>=7.13' aslemammad-vite-plugin-macro: '>=1.0.0-alpha.1' babel-plugin-macros: '>=3.0' - react: ^17.0.2 + react: '>=16.8' vite: '>=2.8.6' peerDependenciesMeta: '@babel/helper-module-imports':