diff --git a/.changeset/tricky-items-reply.md b/.changeset/tricky-items-reply.md new file mode 100644 index 000000000..32ce4d9c3 --- /dev/null +++ b/.changeset/tricky-items-reply.md @@ -0,0 +1,8 @@ +--- +'@example/docs': patch +'astro': patch +'@astrojs/deno': patch +'@astrojs/netlify': patch +--- + +Fix react dependencies to improve test reliability diff --git a/examples/docs/package.json b/examples/docs/package.json index bebdab618..b3cadcb98 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -14,8 +14,8 @@ "@docsearch/react": "^3.1.0", "@types/react": "^17.0.45", "preact": "^10.7.3", - "react": "^17.0.2", - "react-dom": "^17.0.2" + "react": "^18.1.0", + "react-dom": "^18.1.0" }, "devDependencies": { "@astrojs/preact": "^0.1.3", diff --git a/packages/astro/test/fixtures/0-css/package.json b/packages/astro/test/fixtures/0-css/package.json index 81a208109..ad5f5d825 100644 --- a/packages/astro/test/fixtures/0-css/package.json +++ b/packages/astro/test/fixtures/0-css/package.json @@ -6,6 +6,8 @@ "@astrojs/react": "workspace:*", "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", - "astro": "workspace:*" + "astro": "workspace:*", + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/packages/astro/test/fixtures/astro-attrs/package.json b/packages/astro/test/fixtures/astro-attrs/package.json index bbf4131d9..41146a6fa 100644 --- a/packages/astro/test/fixtures/astro-attrs/package.json +++ b/packages/astro/test/fixtures/astro-attrs/package.json @@ -4,6 +4,8 @@ "private": true, "dependencies": { "@astrojs/react": "workspace:*", - "astro": "workspace:*" + "astro": "workspace:*", + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/packages/astro/test/fixtures/astro-client-only/package.json b/packages/astro/test/fixtures/astro-client-only/package.json index 96f83eac2..dd987f6c2 100644 --- a/packages/astro/test/fixtures/astro-client-only/package.json +++ b/packages/astro/test/fixtures/astro-client-only/package.json @@ -5,6 +5,8 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "@astrojs/react": "workspace:*", - "astro": "workspace:*" + "astro": "workspace:*", + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/packages/astro/test/fixtures/astro-dynamic/package.json b/packages/astro/test/fixtures/astro-dynamic/package.json index 7a675b3ef..c9c8c194a 100644 --- a/packages/astro/test/fixtures/astro-dynamic/package.json +++ b/packages/astro/test/fixtures/astro-dynamic/package.json @@ -5,6 +5,8 @@ "dependencies": { "@astrojs/react": "workspace:*", "@astrojs/svelte": "workspace:*", - "astro": "workspace:*" + "astro": "workspace:*", + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/packages/astro/test/fixtures/astro-partial-html/package.json b/packages/astro/test/fixtures/astro-partial-html/package.json index 55dce70b9..2f795916c 100644 --- a/packages/astro/test/fixtures/astro-partial-html/package.json +++ b/packages/astro/test/fixtures/astro-partial-html/package.json @@ -4,6 +4,8 @@ "private": true, "dependencies": { "@astrojs/react": "workspace:*", - "astro": "workspace:*" + "astro": "workspace:*", + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/packages/astro/test/fixtures/error-react-spectrum/package.json b/packages/astro/test/fixtures/error-react-spectrum/package.json index 1265591f7..e06316aa9 100644 --- a/packages/astro/test/fixtures/error-react-spectrum/package.json +++ b/packages/astro/test/fixtures/error-react-spectrum/package.json @@ -6,7 +6,7 @@ "@adobe/react-spectrum": "^3.18.0", "@astrojs/react": "workspace:*", "astro": "workspace:*", - "react": "^17.0.2", - "react-dom": "^17.0.2" + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/packages/astro/test/fixtures/errors/package.json b/packages/astro/test/fixtures/errors/package.json index 54d388f16..3438ca92a 100644 --- a/packages/astro/test/fixtures/errors/package.json +++ b/packages/astro/test/fixtures/errors/package.json @@ -8,6 +8,8 @@ "@astrojs/solid-js": "workspace:*", "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", - "astro": "workspace:*" + "astro": "workspace:*", + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/packages/astro/test/fixtures/slots-react/package.json b/packages/astro/test/fixtures/slots-react/package.json index 2cba4ab09..8159a5624 100644 --- a/packages/astro/test/fixtures/slots-react/package.json +++ b/packages/astro/test/fixtures/slots-react/package.json @@ -4,6 +4,8 @@ "private": true, "dependencies": { "@astrojs/react": "workspace:*", - "astro": "workspace:*" + "astro": "workspace:*", + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/packages/astro/test/fixtures/static-build-frameworks/package.json b/packages/astro/test/fixtures/static-build-frameworks/package.json index d6157074e..d270ce205 100644 --- a/packages/astro/test/fixtures/static-build-frameworks/package.json +++ b/packages/astro/test/fixtures/static-build-frameworks/package.json @@ -5,6 +5,8 @@ "dependencies": { "@astrojs/react": "workspace:*", "@astrojs/preact": "workspace:*", - "astro": "workspace:*" + "astro": "workspace:*", + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/packages/integrations/deno/test/fixtures/basics/package.json b/packages/integrations/deno/test/fixtures/basics/package.json index 7800873f7..18d1e50e7 100644 --- a/packages/integrations/deno/test/fixtures/basics/package.json +++ b/packages/integrations/deno/test/fixtures/basics/package.json @@ -5,6 +5,8 @@ "dependencies": { "astro": "workspace:*", "@astrojs/deno": "workspace:*", - "@astrojs/react": "workspace:*" + "@astrojs/react": "workspace:*", + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/packages/integrations/netlify/test/edge-functions/fixtures/edge-basic/package.json b/packages/integrations/netlify/test/edge-functions/fixtures/edge-basic/package.json index 16ff30088..e84f1d5f3 100644 --- a/packages/integrations/netlify/test/edge-functions/fixtures/edge-basic/package.json +++ b/packages/integrations/netlify/test/edge-functions/fixtures/edge-basic/package.json @@ -5,6 +5,8 @@ "dependencies": { "astro": "workspace:*", "@astrojs/react": "workspace:*", - "@astrojs/netlify": "workspace:*" + "@astrojs/netlify": "workspace:*", + "react": "^18.1.0", + "react-dom": "^18.1.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7bf16443c..ed9dcab67 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,16 +102,16 @@ importers: '@types/react': ^17.0.45 astro: ^1.0.0-beta.50 preact: ^10.7.3 - react: ^17.0.2 - react-dom: ^17.0.2 + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@algolia/client-search': 4.13.1 '@docsearch/css': 3.1.0 - '@docsearch/react': 3.1.0_k2mvpji5i2ojml6m4ftklg47pa + '@docsearch/react': 3.1.0_fjh4ypl5eyqw2cfwhekzhnvvn4 '@types/react': 17.0.45 preact: 10.7.3 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 devDependencies: '@astrojs/preact': link:../../packages/integrations/preact '@astrojs/react': link:../../packages/integrations/react @@ -982,11 +982,15 @@ importers: '@astrojs/svelte': workspace:* '@astrojs/vue': workspace:* astro: workspace:* + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@astrojs/react': link:../../../../integrations/react '@astrojs/svelte': link:../../../../integrations/svelte '@astrojs/vue': link:../../../../integrations/vue astro: link:../../.. + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/astro/test/fixtures/alias: specifiers: @@ -1012,9 +1016,13 @@ importers: specifiers: '@astrojs/react': workspace:* astro: workspace:* + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@astrojs/react': link:../../../../integrations/react astro: link:../../.. + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/astro/test/fixtures/astro-basic: specifiers: @@ -1047,10 +1055,14 @@ importers: '@astrojs/react': workspace:* '@astrojs/svelte': workspace:* astro: workspace:* + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@astrojs/react': link:../../../../integrations/react '@astrojs/svelte': link:../../../../integrations/svelte astro: link:../../.. + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/astro/test/fixtures/astro-component-code: specifiers: @@ -1093,10 +1105,14 @@ importers: '@astrojs/react': workspace:* '@astrojs/svelte': workspace:* astro: workspace:* + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@astrojs/react': link:../../../../integrations/react '@astrojs/svelte': link:../../../../integrations/svelte astro: link:../../.. + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/astro/test/fixtures/astro-envs: specifiers: @@ -1244,9 +1260,13 @@ importers: specifiers: '@astrojs/react': workspace:* astro: workspace:* + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@astrojs/react': link:../../../../integrations/react astro: link:../../.. + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/astro/test/fixtures/astro-public: specifiers: @@ -1353,14 +1373,14 @@ importers: '@adobe/react-spectrum': ^3.18.0 '@astrojs/react': workspace:* astro: workspace:* - react: ^17.0.2 - react-dom: ^17.0.2 + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: - '@adobe/react-spectrum': 3.18.0_sfoxds7t5ydpegc3knd667wn6m + '@adobe/react-spectrum': 3.18.0_ef5jwxihqo6n7gxfmzogljlgcm '@astrojs/react': link:../../../../integrations/react astro: link:../../.. - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/astro/test/fixtures/errors: specifiers: @@ -1370,6 +1390,8 @@ importers: '@astrojs/svelte': workspace:* '@astrojs/vue': workspace:* astro: workspace:* + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@astrojs/preact': link:../../../../integrations/preact '@astrojs/react': link:../../../../integrations/react @@ -1377,6 +1399,8 @@ importers: '@astrojs/svelte': link:../../../../integrations/svelte '@astrojs/vue': link:../../../../integrations/vue astro: link:../../.. + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/astro/test/fixtures/fetch: specifiers: @@ -1518,9 +1542,13 @@ importers: specifiers: '@astrojs/react': workspace:* astro: workspace:* + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@astrojs/react': link:../../../../integrations/react astro: link:../../.. + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/astro/test/fixtures/slots-solid: specifiers: @@ -1581,10 +1609,14 @@ importers: '@astrojs/preact': workspace:* '@astrojs/react': workspace:* astro: workspace:* + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@astrojs/preact': link:../../../../integrations/preact '@astrojs/react': link:../../../../integrations/react astro: link:../../.. + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/astro/test/fixtures/static-build-page-url-format: specifiers: @@ -1717,10 +1749,14 @@ importers: '@astrojs/deno': workspace:* '@astrojs/react': workspace:* astro: workspace:* + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@astrojs/deno': link:../../.. '@astrojs/react': link:../../../../react astro: link:../../../../../astro + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/integrations/deno/test/fixtures/dynimport: specifiers: @@ -1777,10 +1813,14 @@ importers: '@astrojs/netlify': workspace:* '@astrojs/react': workspace:* astro: workspace:* + react: ^18.1.0 + react-dom: ^18.1.0 dependencies: '@astrojs/netlify': link:../../../.. '@astrojs/react': link:../../../../../react astro: link:../../../../../../astro + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 packages/integrations/netlify/test/edge-functions/fixtures/root-dynamic: specifiers: @@ -2126,77 +2166,77 @@ importers: packages: - /@adobe/react-spectrum-ui/1.2.0_sfoxds7t5ydpegc3knd667wn6m: + /@adobe/react-spectrum-ui/1.2.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-os3EdjfyJbrukLcZ5uYtdFRiDlLB3zq2JoXp19J/IDpZ8btibJeRZYSwjL+LscEiT2pOYaF2McMQdkZTIwnllw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@adobe/react-spectrum-workflow/2.3.3_sfoxds7t5ydpegc3knd667wn6m: + /@adobe/react-spectrum-workflow/2.3.3_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-idHEptv5d+puofqO3tiv+cbYR/QV7gUWKHMrHFuJS6zDwRyi3u8GR9BInRbEYp7ZvrLMW8XnNl6lXFSf8ubDQA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@adobe/react-spectrum/3.18.0_sfoxds7t5ydpegc3knd667wn6m: + /@adobe/react-spectrum/3.18.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-bXfJOWUqlYWSYzZZBze1m5tNmPO39Zxu8J7WqtiYkjZ/d2XfClFouLISdnwISN1MgoxT+M5tr0A2xtuV0xLuDA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/ssr': 3.2.0_react@17.0.2 - '@react-aria/visually-hidden': 3.3.0_react@17.0.2 - '@react-spectrum/actiongroup': 3.5.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/breadcrumbs': 3.4.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/buttongroup': 3.3.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/checkbox': 3.4.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/combobox': 3.4.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/contextualhelp': 3.1.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/dialog': 3.4.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/divider': 3.3.0_react@17.0.2 - '@react-spectrum/form': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/icon': 3.4.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/illustratedmessage': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/image': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/layout': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/link': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/listbox': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/menu': 3.7.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/meter': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/numberfield': 3.3.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/overlays': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/picker': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/progress': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/radio': 3.2.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/searchfield': 3.4.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/slider': 3.1.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/statuslight': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/switch': 3.2.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/table': 3.2.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/tabs': 3.2.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/text': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/textfield': 3.5.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/theme-dark': 3.3.0_react@17.0.2 - '@react-spectrum/theme-default': 3.3.0_react@17.0.2 - '@react-spectrum/theme-light': 3.2.0_react@17.0.2 - '@react-spectrum/tooltip': 3.2.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/view': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/well': 3.2.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/data': 3.5.0_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/ssr': 3.2.0_react@18.1.0 + '@react-aria/visually-hidden': 3.3.0_react@18.1.0 + '@react-spectrum/actiongroup': 3.5.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/breadcrumbs': 3.4.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/buttongroup': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/checkbox': 3.4.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/combobox': 3.4.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/contextualhelp': 3.1.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/dialog': 3.4.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/divider': 3.3.0_react@18.1.0 + '@react-spectrum/form': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/icon': 3.4.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/illustratedmessage': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/image': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/layout': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/link': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/listbox': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/menu': 3.7.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/meter': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/numberfield': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/overlays': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/picker': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/progress': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/radio': 3.2.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/searchfield': 3.4.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/slider': 3.1.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/statuslight': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/switch': 3.2.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/table': 3.2.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/tabs': 3.2.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/text': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/textfield': 3.5.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/theme-dark': 3.3.0_react@18.1.0 + '@react-spectrum/theme-default': 3.3.0_react@18.1.0 + '@react-spectrum/theme-light': 3.2.0_react@18.1.0 + '@react-spectrum/tooltip': 3.2.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/view': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/well': 3.2.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/data': 3.5.0_react@18.1.0 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false /@algolia/autocomplete-core/1.6.3: @@ -3942,7 +3982,7 @@ packages: resolution: {integrity: sha512-bh5IskwkkodbvC0FzSg1AxMykfDl95hebEKwxNoq4e5QaGzOXSBgW8+jnMFZ7JU4sTBiB04vZWoUSzNrPboLZA==} dev: false - /@docsearch/react/3.1.0_k2mvpji5i2ojml6m4ftklg47pa: + /@docsearch/react/3.1.0_fjh4ypl5eyqw2cfwhekzhnvvn4: resolution: {integrity: sha512-bjB6ExnZzf++5B7Tfoi6UXgNwoUnNOfZ1NyvnvPhWgCMy5V/biAtLL4o7owmZSYdAKeFSvZ5Lxm0is4su/dBWg==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -3953,8 +3993,8 @@ packages: '@docsearch/css': 3.1.0 '@types/react': 17.0.45 algoliasearch: 4.13.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false /@emmetio/abbreviation/2.2.3: @@ -4405,144 +4445,144 @@ packages: tsm: 2.2.1 dev: false - /@react-aria/actiongroup/3.3.0_react@17.0.2: + /@react-aria/actiongroup/3.3.0_react@18.1.0: resolution: {integrity: sha512-ulubZZXPyqGNHkrmCxhk2GBX/LLZ/JSnC7DisfJEdAFs64e2xPR1strwdWMwX8uiTVbf++VpO0LMtih8vIyL9A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/selection': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/list': 3.5.0_react@17.0.2 - '@react-types/actiongroup': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/selection': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/list': 3.5.0_react@18.1.0 + '@react-types/actiongroup': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/breadcrumbs/3.2.0_react@17.0.2: + /@react-aria/breadcrumbs/3.2.0_react@18.1.0: resolution: {integrity: sha512-DRlohPTh/0bqIgwr7hTrIf2d0D0y4U+oq5DiYQCZybp+F7DR+RxreKuhiQL1AZiJ4i/NfuBEMEIa3T7Rn59DQA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/link': 3.3.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/breadcrumbs': 3.4.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/link': 3.3.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/breadcrumbs': 3.4.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/button/3.5.0_react@17.0.2: + /@react-aria/button/3.5.0_react@18.1.0: resolution: {integrity: sha512-S15W77YemT5g8jNHr8QpIHqT242TxpiBwzj3D0HsQFKoTEb5uXoNAIqZinDjhmbl4ovx2s7h/XevqDNEzvjAtw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/toggle': 3.3.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/toggle': 3.3.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/checkbox/3.4.0_react@17.0.2: + /@react-aria/checkbox/3.4.0_react@18.1.0: resolution: {integrity: sha512-G1lxa7Glb0HWOjPyA4bYx8n3vAPGF7GKpZ7E4wGnMt3UQfslHavhEmtFyplt3l0f4OkhV8E/yr8SXnNb0cZDLQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/label': 3.3.0_react@17.0.2 - '@react-aria/toggle': 3.3.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/checkbox': 3.1.0_react@17.0.2 - '@react-stately/toggle': 3.3.0_react@17.0.2 - '@react-types/checkbox': 3.3.0_react@17.0.2 - react: 17.0.2 + '@react-aria/label': 3.3.0_react@18.1.0 + '@react-aria/toggle': 3.3.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/checkbox': 3.1.0_react@18.1.0 + '@react-stately/toggle': 3.3.0_react@18.1.0 + '@react-types/checkbox': 3.3.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/combobox/3.3.0_sfoxds7t5ydpegc3knd667wn6m: + /@react-aria/combobox/3.3.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-FsghWowqBIfmz+eZ1W8h+w5+GKERv8R1Ow9JkTYAkpHZjAtAzsfmq5zduQf7M/j78sxENUa/4qnNURvVCEFB7g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/listbox': 3.5.0_react@17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/listbox': 3.5.0_react@18.1.0 '@react-aria/live-announcer': 3.1.0 - '@react-aria/menu': 3.5.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/overlays': 3.9.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/selection': 3.9.0_react@17.0.2 - '@react-aria/textfield': 3.6.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/combobox': 3.1.0_react@17.0.2 - '@react-stately/layout': 3.5.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/combobox': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/menu': 3.5.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/overlays': 3.9.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/selection': 3.9.0_react@18.1.0 + '@react-aria/textfield': 3.6.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/combobox': 3.1.0_react@18.1.0 + '@react-stately/layout': 3.5.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/combobox': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-aria/dialog/3.2.0_react@17.0.2: + /@react-aria/dialog/3.2.0_react@18.1.0: resolution: {integrity: sha512-ScjjfpNw9cvznuGjG+Q15U6wvLkwF++0NbE7v9PILWp1Vs3UHFyKJ7VrxUiDuG20rM3gfTYP8hi55CjwY7wbNA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/overlays': 3.3.0_react@17.0.2 - '@react-types/dialog': 3.4.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/overlays': 3.3.0_react@18.1.0 + '@react-types/dialog': 3.4.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/focus/3.6.0_react@17.0.2: + /@react-aria/focus/3.6.0_react@18.1.0: resolution: {integrity: sha512-1XuwDvhrmLcNnYHBFzwmZOoXuxkybRc8MUhiGLYRD1aVX1h9GarglYo9sfbGZNRO5jxMptXjtJv2rdWz1mHmQw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 clsx: 1.1.1 - react: 17.0.2 + react: 18.1.0 dev: false - /@react-aria/grid/3.3.0_sfoxds7t5ydpegc3knd667wn6m: + /@react-aria/grid/3.3.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-lwo2n4rXCJfB1AKHPczzPZ/47sNnSuYt25gr082c6OrcxHc3QiJVlx9L4oMz4w3rYHvEomnONIlblAfi9dX4ew==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 '@react-aria/live-announcer': 3.1.0 - '@react-aria/selection': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/grid': 3.2.0_react@17.0.2 - '@react-stately/selection': 3.10.0_react@17.0.2 - '@react-stately/virtualizer': 3.2.0_react@17.0.2 - '@react-types/checkbox': 3.3.0_react@17.0.2 - '@react-types/grid': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/selection': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/grid': 3.2.0_react@18.1.0 + '@react-stately/selection': 3.10.0_react@18.1.0 + '@react-stately/virtualizer': 3.2.0_react@18.1.0 + '@react-types/checkbox': 3.3.0_react@18.1.0 + '@react-types/grid': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-aria/i18n/3.4.0_react@17.0.2: + /@react-aria/i18n/3.4.0_react@18.1.0: resolution: {integrity: sha512-2pU13zT9bgD4eMlqfJ/Um2wjYRS7ORvR0jqGSfNzY9Lx+1IeSCqTkBNubT7bCV+Oc0LMUR93fGRDxfdtMyJCog==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -4551,65 +4591,65 @@ packages: '@internationalized/date': 3.0.0-rc.1 '@internationalized/message': 3.0.7 '@internationalized/number': 3.1.1 - '@react-aria/ssr': 3.2.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/ssr': 3.2.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/interactions/3.9.0_react@17.0.2: + /@react-aria/interactions/3.9.0_react@18.1.0: resolution: {integrity: sha512-tf9vJtHf7DSnj4e/q19hoO5h61xb0qxNXUkOwaVwU1XlaA+eh+Qas2RF0GIMARLj+JhGX9y2nLjw3FK8F+pItQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/label/3.3.0_react@17.0.2: + /@react-aria/label/3.3.0_react@18.1.0: resolution: {integrity: sha512-E8vOEWv04xGasDigbNtB0JOcq5ZLyPEbbOFSa5VgB7LfXu3i+82ZSAjTA1OtZwOc6MiiXRs5BuKx5HgiZn3HHA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/label': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/label': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/link/3.3.0_react@17.0.2: + /@react-aria/link/3.3.0_react@18.1.0: resolution: {integrity: sha512-D/3g6YsyIb1bYkWmphCVLrd22op/Yc8bu1mdejYigXpNJpTZVZwjyOgzMYkzuGHDKF/5hy+Nc33RrKarPaZwnQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/link': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/link': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/listbox/3.5.0_react@17.0.2: + /@react-aria/listbox/3.5.0_react@18.1.0: resolution: {integrity: sha512-qP1VWYAZdo2y0vFvu+DtC1ebuSb1b28M/mUkhp4Fc2pduUXLlIzYzaLzSGv0PzKqhzdLCE+Yj7XVXImYsewTBg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/label': 3.3.0_react@17.0.2 - '@react-aria/selection': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/list': 3.5.0_react@17.0.2 - '@react-types/listbox': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/label': 3.3.0_react@18.1.0 + '@react-aria/selection': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/list': 3.5.0_react@18.1.0 + '@react-types/listbox': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false /@react-aria/live-announcer/3.1.0: @@ -4618,364 +4658,364 @@ packages: '@babel/runtime': 7.18.3 dev: false - /@react-aria/menu/3.5.0_sfoxds7t5ydpegc3knd667wn6m: + /@react-aria/menu/3.5.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-Y5L9ESVnTG2eUOmLk33oQEl5UEK/hCw50udOEqjPBgOVv4drIr8sc4ZcoB0U6IVVKbLHEskhW/ExqlJd6GSACQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/overlays': 3.9.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/selection': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/menu': 3.3.0_react@17.0.2 - '@react-stately/tree': 3.3.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/menu': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/overlays': 3.9.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/selection': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/menu': 3.3.0_react@18.1.0 + '@react-stately/tree': 3.3.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/menu': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-aria/meter/3.2.0_react@17.0.2: + /@react-aria/meter/3.2.0_react@18.1.0: resolution: {integrity: sha512-92PnUeCngypkSmiiqytxmqDswDo9gXjCZ4VblucTZEZlwcFcfWKfJv2LB/K7RgY1mrAt+gplSUORav7inofq4Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/progress': 3.2.0_react@17.0.2 - '@react-types/meter': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/progress': 3.2.0_react@18.1.0 + '@react-types/meter': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/numberfield/3.2.0_sfoxds7t5ydpegc3knd667wn6m: + /@react-aria/numberfield/3.2.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-sl6Ti5xo3yzoYX02rJ0MZyjtqen/jzhMpqjF/GICNcxJ8bol3yeWW6mUdecIo3rxMdC/6cHMYeVnC1Bk9pNBJw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 '@react-aria/live-announcer': 3.1.0 - '@react-aria/spinbutton': 3.1.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/textfield': 3.6.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/numberfield': 3.1.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/numberfield': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/textfield': 3.5.0_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/spinbutton': 3.1.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/textfield': 3.6.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/numberfield': 3.1.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/numberfield': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/textfield': 3.5.0_react@18.1.0 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-aria/overlays/3.9.0_sfoxds7t5ydpegc3knd667wn6m: + /@react-aria/overlays/3.9.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-YeZ+/0yfBAcqhuRF/Aas5ga9rZWff3EkhisEy1yXjOrf5veedqb05CsyjRkefZzmUeUggfq/AmqX0DJBlZFbxg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-aria/visually-hidden': 3.3.0_react@17.0.2 - '@react-stately/overlays': 3.3.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/overlays': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-aria/visually-hidden': 3.3.0_react@18.1.0 + '@react-stately/overlays': 3.3.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/overlays': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 dom-helpers: 5.2.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-transition-group: 4.4.2_sfoxds7t5ydpegc3knd667wn6m + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 + react-transition-group: 4.4.2_ef5jwxihqo6n7gxfmzogljlgcm dev: false - /@react-aria/progress/3.2.0_react@17.0.2: + /@react-aria/progress/3.2.0_react@18.1.0: resolution: {integrity: sha512-IlZuRTM8TB2T+zzRd/XPmM4ng5xEXsYahmF/0J2XSKB4mW2SA+XO2qZ/ety0K0M+hxj3yXiw0iNv4BIQ2+U0DQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/label': 3.3.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/progress': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/label': 3.3.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/progress': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/radio/3.2.0_react@17.0.2: + /@react-aria/radio/3.2.0_react@18.1.0: resolution: {integrity: sha512-siJmgPckrc29W7dt1g9P2w6wNHMIVKaBSJfP3uQ3qTJcDdTF4sTcK+cre+2peuWrHJiYOCQW1mrRYqfgARDUaA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/label': 3.3.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/radio': 3.4.0_react@17.0.2 - '@react-types/radio': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/label': 3.3.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/radio': 3.4.0_react@18.1.0 + '@react-types/radio': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/searchfield/3.3.0_react@17.0.2: + /@react-aria/searchfield/3.3.0_react@18.1.0: resolution: {integrity: sha512-4XOBpuhZq9yKY24xHeDjcT/T3HgfBC7psnEiHKVi8TZhghFJBF6/ETXNXgU9MVZHM8CHc+pSpkYZ5dva2uxQXw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/textfield': 3.6.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/searchfield': 3.2.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/searchfield': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/textfield': 3.6.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/searchfield': 3.2.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/searchfield': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/select/3.7.0_sfoxds7t5ydpegc3knd667wn6m: + /@react-aria/select/3.7.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-4mtWrJbniYi4EQt812teTysaX/l7q2KKTHxmsa2WhHR9RyHZWiMvE8UZakmEGL07pnQe+Q7ylyLHuv3SB2mCdw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/label': 3.3.0_react@17.0.2 - '@react-aria/listbox': 3.5.0_react@17.0.2 - '@react-aria/menu': 3.5.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/selection': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-aria/visually-hidden': 3.3.0_react@17.0.2 - '@react-stately/select': 3.2.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/select': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/label': 3.3.0_react@18.1.0 + '@react-aria/listbox': 3.5.0_react@18.1.0 + '@react-aria/menu': 3.5.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/selection': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-aria/visually-hidden': 3.3.0_react@18.1.0 + '@react-stately/select': 3.2.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/select': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-aria/selection/3.9.0_react@17.0.2: + /@react-aria/selection/3.9.0_react@18.1.0: resolution: {integrity: sha512-dDtMpi1RkG056zKQEzI8bm3p4KvRjq7+qqPEXTSQIqVU2+SfaiPo3Kmx26whN8Yd5tOcGQyNrKAZbC0GriqOFA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/selection': 3.10.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/selection': 3.10.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/separator/3.2.0_react@17.0.2: + /@react-aria/separator/3.2.0_react@18.1.0: resolution: {integrity: sha512-lnYeRK3R1yOs7kx9/afP4/rS2fqlFB+G+dNPn6nY6NoAcwXHzk7VS8Esp17TFL8HEB+fA25Z/NCwDNtXxMCwPQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/slider/3.1.0_react@17.0.2: + /@react-aria/slider/3.1.0_react@18.1.0: resolution: {integrity: sha512-zatBua2XB5xJlUp9jurcyVqbe836Y5f2l90SHX9fKijwZonF5dMSKyQ8qAyDNtDMmEU6ot1kEVL44ilDMeuvhA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/label': 3.3.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/radio': 3.4.0_react@17.0.2 - '@react-stately/slider': 3.1.0_react@17.0.2 - '@react-types/radio': 3.2.0_react@17.0.2 - '@react-types/slider': 3.1.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/label': 3.3.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/radio': 3.4.0_react@18.1.0 + '@react-stately/slider': 3.1.0_react@18.1.0 + '@react-types/radio': 3.2.0_react@18.1.0 + '@react-types/slider': 3.1.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/spinbutton/3.1.0_sfoxds7t5ydpegc3knd667wn6m: + /@react-aria/spinbutton/3.1.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-O+P4KDL9rcILO/9FDFsloEMIfJCEh3AcAyfiLDRhN7p6PIY+ER3pK/PgUk6PA9+J6c9bGEOR4ngo7n4agPXeNg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 '@react-aria/live-announcer': 3.1.0 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-aria/ssr/3.2.0_react@17.0.2: + /@react-aria/ssr/3.2.0_react@18.1.0: resolution: {integrity: sha512-wwJFdkl+Q8NU5yJ4NvdAOqx5LM3QtUVoSjuK7Ey8jZ4WS4bB0EqT3Kr3IInBs257HzZ5nXCiKXKE4NGXXuIRWA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - react: 17.0.2 + react: 18.1.0 dev: false - /@react-aria/switch/3.2.0_react@17.0.2: + /@react-aria/switch/3.2.0_react@18.1.0: resolution: {integrity: sha512-MAYwMLg/SqVFbpPZ2Inhcflbk6V3+3Yj3XD4P5S7+PdqztJ76g0mPkduieP+n+5+ovGDvF9mpJ2JzAwAAtkm9g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/toggle': 3.3.0_react@17.0.2 - '@react-stately/toggle': 3.3.0_react@17.0.2 - '@react-types/switch': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-aria/toggle': 3.3.0_react@18.1.0 + '@react-stately/toggle': 3.3.0_react@18.1.0 + '@react-types/switch': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/table/3.3.0_sfoxds7t5ydpegc3knd667wn6m: + /@react-aria/table/3.3.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-OYKO0qd/oWYhtbStGByyaRxvz3MSFY+8yIhp5ibr/3fBQw6PuCXAUMJGhhHj+boFVx0Qx+LUWtDk0LOPt5aA0w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/grid': 3.3.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/grid': 3.3.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 '@react-aria/live-announcer': 3.1.0 - '@react-aria/selection': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/table': 3.2.0_react@17.0.2 - '@react-stately/virtualizer': 3.2.0_react@17.0.2 - '@react-types/checkbox': 3.3.0_react@17.0.2 - '@react-types/grid': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/table': 3.2.0_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/selection': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/table': 3.2.0_react@18.1.0 + '@react-stately/virtualizer': 3.2.0_react@18.1.0 + '@react-types/checkbox': 3.3.0_react@18.1.0 + '@react-types/grid': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/table': 3.2.0_react@18.1.0 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-aria/tabs/3.2.0_react@17.0.2: + /@react-aria/tabs/3.2.0_react@18.1.0: resolution: {integrity: sha512-CBSjO34ZBgb5WAEBcWIkIWcvFuJ/rgnG5Zc0Z7mGWEgCsqSpwCXAz4RYoIdK7uyLPrlxTdglw/OJfF4iEbR23Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/selection': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/list': 3.5.0_react@17.0.2 - '@react-stately/tabs': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/tabs': 3.1.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/selection': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/list': 3.5.0_react@18.1.0 + '@react-stately/tabs': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/tabs': 3.1.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/textfield/3.6.0_react@17.0.2: + /@react-aria/textfield/3.6.0_react@18.1.0: resolution: {integrity: sha512-cyI0fo4imJHTifX8AkTSqQN2or+IS1gF0F2/N+CzvPWIX7LbePchKvmrADKXT4v13W0mr9sBP9NdL6k6TzIrMQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/label': 3.3.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/textfield': 3.5.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/label': 3.3.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/textfield': 3.5.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/toggle/3.3.0_react@17.0.2: + /@react-aria/toggle/3.3.0_react@18.1.0: resolution: {integrity: sha512-Z186VPuZkgYCsueQV4Wyv6r10HjhnC9i8NUHTB8Z0up85rH3MLCQ2x3otTbc0Wrkuqggfw4jF7CfnCM/l+XxVw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/toggle': 3.3.0_react@17.0.2 - '@react-types/checkbox': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/switch': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/toggle': 3.3.0_react@18.1.0 + '@react-types/checkbox': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/switch': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/tooltip/3.2.0_react@17.0.2: + /@react-aria/tooltip/3.2.0_react@18.1.0: resolution: {integrity: sha512-JnchvAwt3N+F76gfpxfRLoHU2FRI8hUfMKr1CrcmLGJs996kINiBSIsETobTZhLnPzYk+pLZ26ZoqJYjP1bJwg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/tooltip': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/tooltip': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/tooltip': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/tooltip': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-aria/utils/3.13.0_react@17.0.2: + /@react-aria/utils/3.13.0_react@18.1.0: resolution: {integrity: sha512-iF/yYkUVCc2Cgyu7o8oE6w7a67P/M8gXKDR2tp592Be6iUKQPy2kb49VvSh+Bom6Wq/To3h4UBOLFI6I0VXJYA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/ssr': 3.2.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 + '@react-aria/ssr': 3.2.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 clsx: 1.1.1 - react: 17.0.2 + react: 18.1.0 dev: false - /@react-aria/virtualizer/3.4.0_sfoxds7t5ydpegc3knd667wn6m: + /@react-aria/virtualizer/3.4.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-2ZLAu0OlHRrNuCHwjV8gHPBsroUdWn3sdfKebqE4r1mm+Vmg1KVKDEc/4kmqdXkkBkEcFePMTznhrMRxQ2GVvQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/virtualizer': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/virtualizer': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-aria/visually-hidden/3.3.0_react@17.0.2: + /@react-aria/visually-hidden/3.3.0_react@18.1.0: resolution: {integrity: sha512-pnm4CzO/pI/2xfDMY9OcnlLqYYpaE1bIAwDdFzkXr6ldcR+4kG6N0dJprL6x+ZMgXbztfxUDSPLmexVQShmFsQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 clsx: 1.1.1 - react: 17.0.2 + react: 18.1.0 dev: false - /@react-spectrum/actiongroup/3.5.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/actiongroup/3.5.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-rmTdFftgZoplgMMh+BfjoWC0g136rPuvwlewlmiPT7R2kOfUVc8NJkMYxT1uF/h6npfW33h2AKaYgcaW6u8O9g==} peerDependencies: '@react-spectrum/provider': ^3.2.0 @@ -4983,31 +5023,31 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/actiongroup': 3.3.0_react@17.0.2 - '@react-aria/button': 3.5.0_react@17.0.2 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/selection': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/form': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/menu': 3.7.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/text': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/tooltip': 3.2.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/list': 3.5.0_react@17.0.2 - '@react-types/actiongroup': 3.3.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - '@spectrum-icons/workflow': 4.0.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/actiongroup': 3.3.0_react@18.1.0 + '@react-aria/button': 3.5.0_react@18.1.0 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/selection': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/form': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/menu': 3.7.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/text': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/tooltip': 3.2.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/list': 3.5.0_react@18.1.0 + '@react-types/actiongroup': 3.3.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + '@spectrum-icons/workflow': 4.0.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/breadcrumbs/3.4.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/breadcrumbs/3.4.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-Q6HJfbgN+SaOskJJ3mYd/nk0RRbbpCIGcrMrUYgGJF99byc6D2WHnG4O4sP9gADPJwscFvgso4oQ4iByhcpQRg==} peerDependencies: '@react-spectrum/provider': ^3.0.0 @@ -5015,90 +5055,90 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/breadcrumbs': 3.2.0_react@17.0.2 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/menu': 3.7.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-types/breadcrumbs': 3.4.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/breadcrumbs': 3.2.0_react@18.1.0 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/menu': 3.7.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-types/breadcrumbs': 3.4.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/button/3.8.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/button/3.8.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-xxhZ4wYJNDuh8mS4j0Lnh4kBe7bKoKaQTe6fmK1Y6VsoNciLibRLhLU3k2+SML7LWdV/RnzlFJnvx19DTWOXJA==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/button': 3.5.0_react@17.0.2 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/text': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/toggle': 3.3.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 + '@react-aria/button': 3.5.0_react@18.1.0 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/text': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/toggle': 3.3.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false - /@react-spectrum/buttongroup/3.3.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/buttongroup/3.3.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-KS7KeVXPpZE0WAbOwBNa0xnivqSZwSPvqQVD49njJ647K8xw9iayt7ugxostcVOa6JQp0nsDDnkUDgypqvZREA==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/text': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/buttongroup': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/text': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/buttongroup': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false - /@react-spectrum/checkbox/3.4.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/checkbox/3.4.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-mQ8U7ROG4HuNDJ0mpgra4Y83FP55yT6qcR/g0J71I7dabhuGxlaEncpnlBatz4fhRdpFIwWiGEo5TyF9OuazQQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/checkbox': 3.4.0_react@17.0.2 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-spectrum/form': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/label': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/checkbox': 3.1.0_react@17.0.2 - '@react-stately/toggle': 3.3.0_react@17.0.2 - '@react-types/checkbox': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 + '@react-aria/checkbox': 3.4.0_react@18.1.0 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-spectrum/form': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/label': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/checkbox': 3.1.0_react@18.1.0 + '@react-stately/toggle': 3.3.0_react@18.1.0 + '@react-types/checkbox': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false - /@react-spectrum/combobox/3.4.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/combobox/3.4.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-RxVgO3LOgDGwI5i9Gme8ZdyRYoXIjXIn+zSRukCl6AUYPeWZz0mcDYEsbzY/qFaBiht9cA9IfsL73ffp44Dygg==} peerDependencies: '@react-spectrum/provider': ^3.0.0 @@ -5106,56 +5146,56 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/button': 3.5.0_react@17.0.2 - '@react-aria/combobox': 3.3.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/dialog': 3.2.0_react@17.0.2 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/label': 3.3.0_react@17.0.2 - '@react-aria/overlays': 3.9.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/label': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/listbox': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/overlays': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/progress': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/textfield': 3.5.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/combobox': 3.1.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/combobox': 3.5.0_react@17.0.2 - '@react-types/overlays': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/textfield': 3.5.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/button': 3.5.0_react@18.1.0 + '@react-aria/combobox': 3.3.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/dialog': 3.2.0_react@18.1.0 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/label': 3.3.0_react@18.1.0 + '@react-aria/overlays': 3.9.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/label': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/listbox': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/overlays': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/progress': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/textfield': 3.5.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/combobox': 3.1.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/combobox': 3.5.0_react@18.1.0 + '@react-types/overlays': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/textfield': 3.5.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/contextualhelp/3.1.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/contextualhelp/3.1.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-ZOnJNQFpuu754m4BSZaKdY4V3CwakAD8phW3l2H6El8280Qny9Mj/TBvb0f3NbQHey9vy1ztaDUCz/CNtnahfA==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/dialog': 3.4.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/contextualhelp': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/workflow': 4.0.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/dialog': 3.4.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/contextualhelp': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/workflow': 4.0.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false - /@react-spectrum/dialog/3.4.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/dialog/3.4.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-GNiM4Dh/Nd0286zKIrxB7PHIOGnEoIXyh2NKH2VOUnR+L4iVfaSHttsdrl5LspH6sAqaE9+mjK9sbM+n84QEgA==} peerDependencies: '@react-spectrum/provider': ^3.0.0 @@ -5163,161 +5203,161 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/dialog': 3.2.0_react@17.0.2 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/overlays': 3.9.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/buttongroup': 3.3.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/divider': 3.3.0_react@17.0.2 - '@react-spectrum/layout': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/overlays': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/text': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-spectrum/view': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-stately/overlays': 3.3.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/dialog': 3.4.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/dialog': 3.2.0_react@18.1.0 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/overlays': 3.9.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/buttongroup': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/divider': 3.3.0_react@18.1.0 + '@react-spectrum/layout': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/overlays': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/text': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-spectrum/view': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-stately/overlays': 3.3.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/dialog': 3.4.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/divider/3.3.0_react@17.0.2: + /@react-spectrum/divider/3.3.0_react@18.1.0: resolution: {integrity: sha512-WlmgUt9RLIP5nP7Mxp73YA+rj38uL51i/5Yhdf7cNZ5+r1KjP9kBzthic6O49w5zGLnjG0Mqjg9uHk3aqDupWw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/separator': 3.2.0_react@17.0.2 - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/divider': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/separator': 3.2.0_react@18.1.0 + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/divider': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/form/3.3.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/form/3.3.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-xC3nj7tzFtpUl/b4iw9czDhVcgUwk+UA3Je74uzTEb9At+dPznWR8HD85wNqaMhL49tBcJNjufaulkWyvm+VJA==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/form': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/form': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/icon/3.4.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/icon/3.4.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-0i/+fb6D4Zzptegy/TeSMhzlBjb8jrFhMfXziMvRtBlIO6UrBecPHTIfltpPP5haoM8LsWmcLJ+T7QnYKHQApw==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/illustratedmessage/3.2.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/illustratedmessage/3.2.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-uaZyBMBLFewTJvFBNL4Yc3uf3BD5iylv6xSBofU3y7xVxmJS5Dx4FVlbvhugrMr8CNEfS4FNTUam9112WK6azQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/layout': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/illustratedmessage': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/layout': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/illustratedmessage': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/image/3.2.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/image/3.2.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-cwsJfUtXn1+a5MAs3L2N4Q6m8ntfj4aPaqJ1aICmBODnJDCicUgwTnmFp4dEwZc8xspIx+xjSGPJnKvwqVaDwQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/image': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/image': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/label/3.6.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/label/3.6.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-iQlkpegT+1mHWg9Km7CuCfsLLjbUMGa1T4FEJf+x50REMbG//Uucx/GhOBVfZlRc40AWbJrS43HR8Xi1JWn0MQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/label': 3.3.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/form': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/layout': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/label': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/label': 3.3.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/form': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/layout': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/label': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false - /@react-spectrum/layout/3.3.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/layout/3.3.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-MQPdoaOLFbnryljFrE85QNrgoPMEjhvsrG4FMgybwFdWbiyBEoFeMx9Gy8sir1xYLvSrjNMV/P6dj3/F+QeTog==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/ssr': 3.2.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/layout': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 + '@react-aria/ssr': 3.2.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/layout': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 clsx: 1.1.1 - react: 17.0.2 + react: 18.1.0 dev: false - /@react-spectrum/link/3.3.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/link/3.3.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-/ZPKHxge57ibKDQPTpXY7aQqj/M+hjaifFFEHpRUwgYswk7+3yRWCI+bDiCY6kLcF8yPIPyf/6yE+cOht3iS0g==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/link': 3.3.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/link': 3.3.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/link': 3.3.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/link': 3.3.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/listbox/3.6.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/listbox/3.6.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-tJXRUXK0XY0HAIGzZIJIA2E4laNDaOTXPZLWkkdJsOAPeA6GxG+i+fkG+kj6yInvUYVnH7PIuo8xqhQJbi8EGw==} peerDependencies: '@react-spectrum/provider': ^3.2.0 @@ -5325,30 +5365,30 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/listbox': 3.5.0_react@17.0.2 - '@react-aria/separator': 3.2.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-aria/virtualizer': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/layout': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/progress': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/text': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/layout': 3.5.0_react@17.0.2 - '@react-stately/list': 3.5.0_react@17.0.2 - '@react-stately/virtualizer': 3.2.0_react@17.0.2 - '@react-types/listbox': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/listbox': 3.5.0_react@18.1.0 + '@react-aria/separator': 3.2.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-aria/virtualizer': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/layout': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/progress': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/text': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/layout': 3.5.0_react@18.1.0 + '@react-stately/list': 3.5.0_react@18.1.0 + '@react-stately/virtualizer': 3.2.0_react@18.1.0 + '@react-types/listbox': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/menu/3.7.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/menu/3.7.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-PRd4v3mQHp21tNYmM6mDxTzqR94pssXS4FhBO6Oec0q47MwmDWriqBLzo07cp4uXTrFVGeqyHnHCiCRROmCVaQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 @@ -5356,53 +5396,53 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/menu': 3.5.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/overlays': 3.9.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/selection': 3.9.0_react@17.0.2 - '@react-aria/separator': 3.2.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-aria/virtualizer': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/checkbox': 3.4.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/divider': 3.3.0_react@17.0.2 - '@react-spectrum/layout': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/overlays': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/text': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/menu': 3.3.0_react@17.0.2 - '@react-stately/tree': 3.3.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/menu': 3.6.0_react@17.0.2 - '@react-types/overlays': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - '@spectrum-icons/workflow': 4.0.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/menu': 3.5.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/overlays': 3.9.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/selection': 3.9.0_react@18.1.0 + '@react-aria/separator': 3.2.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-aria/virtualizer': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/checkbox': 3.4.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/divider': 3.3.0_react@18.1.0 + '@react-spectrum/layout': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/overlays': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/text': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/menu': 3.3.0_react@18.1.0 + '@react-stately/tree': 3.3.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/menu': 3.6.0_react@18.1.0 + '@react-types/overlays': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + '@spectrum-icons/workflow': 4.0.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/meter/3.2.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/meter/3.2.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-oZVZwS7yBKcMLvGC/IPWD3uKzdcRDMrX1KCPoNrPy4ZAIwspg+xhlPO09Dkpxbioj32vFP3Q6oB5Q2+MQQ/BXg==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/meter': 3.2.0_react@17.0.2 - '@react-spectrum/progress': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/meter': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/meter': 3.2.0_react@18.1.0 + '@react-spectrum/progress': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/meter': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/numberfield/3.3.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/numberfield/3.3.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-yarmer11GP72H+LvlbAl+GB/UUqt39WU28P86qWwAzmgvodwWnCGWrTtI4DiQS//kRY6FxsFOT1+7KG1hoAfDQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 @@ -5410,28 +5450,28 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/button': 3.5.0_react@17.0.2 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/numberfield': 3.2.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/label': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/textfield': 3.5.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/numberfield': 3.1.0_react@17.0.2 - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/numberfield': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - '@spectrum-icons/workflow': 4.0.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/button': 3.5.0_react@18.1.0 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/numberfield': 3.2.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/label': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/textfield': 3.5.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/numberfield': 3.1.0_react@18.1.0 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/numberfield': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + '@spectrum-icons/workflow': 4.0.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/overlays/3.6.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/overlays/3.6.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-v+SLt9uuy00xQ+CQhBJRgJkmtZjqJiw3Bmu7lZ8XhXbyOnZEGosHxEQaiytDDb3v4mSETERiV5EOrEAc9SNpJw==} peerDependencies: '@react-spectrum/provider': ^3.0.0 @@ -5439,19 +5479,19 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/overlays': 3.9.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/overlays': 3.3.0_react@17.0.2 - '@react-types/overlays': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-transition-group: 2.9.0_sfoxds7t5ydpegc3knd667wn6m + '@react-aria/overlays': 3.9.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/overlays': 3.3.0_react@18.1.0 + '@react-types/overlays': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 + react-transition-group: 2.9.0_ef5jwxihqo6n7gxfmzogljlgcm dev: false - /@react-spectrum/picker/3.6.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/picker/3.6.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-j2BcftZD6TZYYIOV/nZp4pzhmA/bjkO4srwF1y7+CacvjXth61ICoOazntFnDIImh6WbTq/mA1i4Ilj5Uhvz7w==} peerDependencies: '@react-spectrum/provider': ^3.1.4 @@ -5459,166 +5499,166 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/overlays': 3.9.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/select': 3.7.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/label': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/listbox': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/overlays': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/progress': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/text': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/select': 3.2.0_react@17.0.2 - '@react-types/overlays': 3.6.0_react@17.0.2 - '@react-types/select': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/overlays': 3.9.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/select': 3.7.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/label': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/listbox': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/overlays': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/progress': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/text': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/select': 3.2.0_react@18.1.0 + '@react-types/overlays': 3.6.0_react@18.1.0 + '@react-types/select': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/progress/3.2.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/progress/3.2.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-VmS2uNm0v5MrvmRBblVXUJQlR48cFmgPoOD+tVpclcMVPcH/ZAcftT4QzB0Kdvub04RtXuC7HuwAfBJIGPlJ6A==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/progress': 3.2.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/progress': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/progress': 3.2.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/progress': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/provider/3.4.0_sfoxds7t5ydpegc3knd667wn6m: + /@react-spectrum/provider/3.4.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-olyAotKnFqbTzD+9aBpHca5FsvgHkfUPd/ng1HpFHi/xVQQ+FmW8FtHp/MMOuyC2nJUfBYnjrYn/kshUMTiZ7w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/overlays': 3.9.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/provider': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/overlays': 3.9.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/provider': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 clsx: 1.1.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/radio/3.2.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/radio/3.2.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-53UFg4N1pNIgb/JtJFOmXLE/DYhAnZIIht8GPGM6C/wJOFdgOH6gw/Ojqa1+VbCrtgLevnDNdafhfTkDe8xB2g==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/radio': 3.2.0_react@17.0.2 - '@react-spectrum/form': 3.3.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/label': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/radio': 3.4.0_react@17.0.2 - '@react-types/radio': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/radio': 3.2.0_react@18.1.0 + '@react-spectrum/form': 3.3.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/label': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/radio': 3.4.0_react@18.1.0 + '@react-types/radio': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false - /@react-spectrum/searchfield/3.4.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/searchfield/3.4.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-uu8eoeq6/QER41BHR1eE/kQve+Eiyp4GAeYX95xM8alcmDuy3VsvHZAGkEO6knrrAnvpw3JVsqXdosazQTNwFg==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/searchfield': 3.3.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/textfield': 3.5.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/searchfield': 3.2.0_react@17.0.2 - '@react-types/searchfield': 3.3.0_react@17.0.2 - '@react-types/textfield': 3.5.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 + '@react-aria/searchfield': 3.3.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/textfield': 3.5.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/searchfield': 3.2.0_react@18.1.0 + '@react-types/searchfield': 3.3.0_react@18.1.0 + '@react-types/textfield': 3.5.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false - /@react-spectrum/slider/3.1.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/slider/3.1.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-UgKb720qKt/ZYZq28sLpmFW6idCA47c9zkucxD+Jf2whxglX3dSYQGL5rg24M9JvfojSThncSOJznf680r9DvQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/slider': 3.1.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-aria/visually-hidden': 3.3.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/slider': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/slider': 3.1.0_react@17.0.2 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/slider': 3.1.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-aria/visually-hidden': 3.3.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/slider': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/slider': 3.1.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/statuslight/3.3.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/statuslight/3.3.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-Bucrc+I0l98uFqbWJA4NgyinxCvevMn4xukZ5x0xxzkDR5Ddz/1iycTfEtWJ4w9Etm4a+me6qcimFGqUMk/WFQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/statuslight': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/statuslight': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/switch/3.2.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/switch/3.2.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-V2aNl81ND/IwoLfpQvfilRpyqowG5bauTXyYKt0qamBVBT8gIv9oZ3e1e0hGCdo7jXkdbdxoVBdpEui5VTAhVQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/switch': 3.2.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/toggle': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/switch': 3.2.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/switch': 3.2.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/toggle': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/switch': 3.2.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false - /@react-spectrum/table/3.2.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/table/3.2.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-+GQAjlb5oXAWG2ri6u//WuhwPkKts6HYRtce2t5SRIRVaIkkFifbr1B/+YJOCnx7MqXlYH0VwhrM4BSetJvO4w==} peerDependencies: '@react-spectrum/provider': ^3.0.0 @@ -5626,36 +5666,36 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/button': 3.5.0_react@17.0.2 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/grid': 3.3.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/table': 3.3.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-aria/virtualizer': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/visually-hidden': 3.3.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/checkbox': 3.4.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/menu': 3.7.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/progress': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/tooltip': 3.2.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/grid': 3.2.0_react@17.0.2 - '@react-stately/layout': 3.5.0_react@17.0.2 - '@react-stately/table': 3.2.0_react@17.0.2 - '@react-stately/virtualizer': 3.2.0_react@17.0.2 - '@react-types/grid': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/table': 3.2.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/button': 3.5.0_react@18.1.0 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/grid': 3.3.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/table': 3.3.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-aria/virtualizer': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/visually-hidden': 3.3.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/checkbox': 3.4.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/menu': 3.7.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/progress': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/tooltip': 3.2.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/grid': 3.2.0_react@18.1.0 + '@react-stately/layout': 3.5.0_react@18.1.0 + '@react-stately/table': 3.2.0_react@18.1.0 + '@react-stately/virtualizer': 3.2.0_react@18.1.0 + '@react-types/grid': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/table': 3.2.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/tabs/3.2.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/tabs/3.2.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-lIF4cpgMnLljVRmQ1p+lr6hcQTk1jBQcwy7qwgoZVVS+2ZEBPe0L4VfvHCWjTQp5amWQfvzN+gHV8gIrNtCtig==} peerDependencies: '@react-spectrum/provider': ^3.0.0 @@ -5663,98 +5703,98 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/tabs': 3.2.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/button': 3.8.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/menu': 3.7.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/picker': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/text': 3.2.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/list': 3.5.0_react@17.0.2 - '@react-stately/tabs': 3.1.0_react@17.0.2 - '@react-types/select': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/tabs': 3.1.0_react@17.0.2 - '@spectrum-icons/workflow': 4.0.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/tabs': 3.2.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/button': 3.8.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/menu': 3.7.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/picker': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/text': 3.2.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/list': 3.5.0_react@18.1.0 + '@react-stately/tabs': 3.1.0_react@18.1.0 + '@react-types/select': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/tabs': 3.1.0_react@18.1.0 + '@spectrum-icons/workflow': 4.0.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/text/3.2.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/text/3.2.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-OMSeDcczrIk0spAom3Ib8USiBqnA/zTxx4RFhQQS9Qnjlk5PdWiiwVbWgR9FBk3MxnCUzvCw4j8X13Nm+cd1dg==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/text': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/text': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/textfield/3.5.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/textfield/3.5.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-k6oO3T4w26nMcoHuSyNtHHorww9DRUeR2txo/LTCNiYGcONw82I/warzW+OBbKIlyFZKNiKQmi27Xn9sHZokOQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/textfield': 3.6.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/label': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/textfield': 3.5.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/textfield': 3.6.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/label': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/textfield': 3.5.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false - /@react-spectrum/theme-dark/3.3.0_react@17.0.2: + /@react-spectrum/theme-dark/3.3.0_react@18.1.0: resolution: {integrity: sha512-yg9NMjJErUa3KfsWP4EjbtwVxfP4bh6kv8nbolDLEV9Y3496rKs6UpwWpXFecrtW6l0AxWiCsIlKGFF2v16fbQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-types/provider': 3.5.0_react@17.0.2 - react: 17.0.2 + '@react-types/provider': 3.5.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/theme-default/3.3.0_react@17.0.2: + /@react-spectrum/theme-default/3.3.0_react@18.1.0: resolution: {integrity: sha512-BY29ec05pyA3hHCPtYck1U8RMii3a+1ryxW2uNFcpP8aeINjyo1throN3JRDiTqbA8+DIpTA7QyZSLphzTAQZQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-types/provider': 3.5.0_react@17.0.2 - react: 17.0.2 + '@react-types/provider': 3.5.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/theme-light/3.2.0_react@17.0.2: + /@react-spectrum/theme-light/3.2.0_react@18.1.0: resolution: {integrity: sha512-G575+TAlE+zYYb9gextCAtVtrUQTiivm4LFO6q3GbmbR2jUPROGCY6WERw9b88kceMQiaU875FfEIxtDXmJ3Bw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-types/provider': 3.5.0_react@17.0.2 - react: 17.0.2 + '@react-types/provider': 3.5.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/tooltip/3.2.0_iutk2py5522onlgj4l5sska6u4: + /@react-spectrum/tooltip/3.2.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-FxWUL9cKQPFMHJYRWKQdRGtgKick5+2ewTUMiFKiDkjCBcbHbBUkIyFGUgaNFucaN3Yw8FgwKLQMMK/abmUpfw==} peerDependencies: '@react-spectrum/provider': ^3.0.0 @@ -5762,679 +5802,679 @@ packages: react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/focus': 3.6.0_react@17.0.2 - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-aria/overlays': 3.9.0_sfoxds7t5ydpegc3knd667wn6m - '@react-aria/tooltip': 3.2.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/overlays': 3.6.0_iutk2py5522onlgj4l5sska6u4 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-stately/tooltip': 3.1.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/overlays': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/tooltip': 3.2.0_react@17.0.2 - '@spectrum-icons/ui': 3.3.0_iutk2py5522onlgj4l5sska6u4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@react-aria/focus': 3.6.0_react@18.1.0 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-aria/overlays': 3.9.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-aria/tooltip': 3.2.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/overlays': 3.6.0_n7imm2jvvb6yvyfxcevo5efaoa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-stately/tooltip': 3.1.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/overlays': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/tooltip': 3.2.0_react@18.1.0 + '@spectrum-icons/ui': 3.3.0_n7imm2jvvb6yvyfxcevo5efaoa + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false - /@react-spectrum/utils/3.7.0_react@17.0.2: + /@react-spectrum/utils/3.7.0_react@18.1.0: resolution: {integrity: sha512-400PBEind5kq6ilxIm4TvYKKaIXtjGIb2S61IS13uUNaKQrJ4KA+Dcq4WDWlUyofGzuhcv0vNQNDEUoKgKoNzA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/ssr': 3.2.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/ssr': 3.2.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 clsx: 1.1.1 - react: 17.0.2 + react: 18.1.0 dev: false - /@react-spectrum/view/3.2.0_mteu4jabma5qfclntud6567hvi: + /@react-spectrum/view/3.2.0_xg64xylp6yotctdxby4afyodaa: resolution: {integrity: sha512-oEb3T4cRLjnmMkQmxy+JvYypriHzaGxuTInFKdjskX51C4IqzwdhV1MQaXNPMzrWgMyv/U77V2E/jzSlKt3akg==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/view': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/view': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-spectrum/well/3.2.0_react@17.0.2: + /@react-spectrum/well/3.2.0_react@18.1.0: resolution: {integrity: sha512-LuIoZlFQ+Nuf/zJ1jf6Hl6np1zf3YNduag6DJW8oEoGrcFpfewBDy/yBAPdVbiZIDN5PfVtC38UBcnIYzneqSQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-spectrum/utils': 3.7.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/well': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-spectrum/utils': 3.7.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/well': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/checkbox/3.1.0_react@17.0.2: + /@react-stately/checkbox/3.1.0_react@18.1.0: resolution: {integrity: sha512-K4c2etj5DCNjvNFP7PaKZxKlRwX/DmpcJzhCQX29jmZJtLsrjsVhLrVNr59NleHbHVsOifF1GwbPlVUKbL5Y0w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/toggle': 3.3.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/checkbox': 3.3.0_react@17.0.2 - react: 17.0.2 + '@react-stately/toggle': 3.3.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/checkbox': 3.3.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/collections/3.4.0_react@17.0.2: + /@react-stately/collections/3.4.0_react@18.1.0: resolution: {integrity: sha512-ODS/Nm5OH4XqLugKII7jGc698XnaQEJo423jKa0jhyIpSnviqFRpXRbrPiFPAcaE3S4d/pp20HdDotWZAbM8Ww==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/combobox/3.1.0_react@17.0.2: + /@react-stately/combobox/3.1.0_react@18.1.0: resolution: {integrity: sha512-w3ff4VmKDJLOGwzuzDXRP/Luga6qgLd5DWSyBWW5OLBlKCmRHIVso+Iuvmq+qhLX7QpPE9RTIsjBC1abQxBWng==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/list': 3.5.0_react@17.0.2 - '@react-stately/menu': 3.3.0_react@17.0.2 - '@react-stately/select': 3.2.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/combobox': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-stately/list': 3.5.0_react@18.1.0 + '@react-stately/menu': 3.3.0_react@18.1.0 + '@react-stately/select': 3.2.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/combobox': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/data/3.5.0_react@17.0.2: + /@react-stately/data/3.5.0_react@18.1.0: resolution: {integrity: sha512-Ww/tYEg0pOY870DJ7wTSlyCJ44jlwtmRuFsd649wD8pNKrYqkExYMO/gK9mfhR5hwaaHsubKl+XgqEgqHCr97g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/grid/3.2.0_react@17.0.2: + /@react-stately/grid/3.2.0_react@18.1.0: resolution: {integrity: sha512-FC7AaiQuW88O+05b5ElzkRXxTYIw7ALzY8Pk2K20OjB3ThkfrGjXVza18jsp3aFQava2axoCsF556uz7/MzcfQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/selection': 3.10.0_react@17.0.2 - '@react-types/grid': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-stately/selection': 3.10.0_react@18.1.0 + '@react-types/grid': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/layout/3.5.0_react@17.0.2: + /@react-stately/layout/3.5.0_react@18.1.0: resolution: {integrity: sha512-rZ6MAQQJh4f2bfG8+g+2cR9D0Ymum/QKqlUqpkqRfw93D6zoy6ccNiilvbyk9InuugVni36OJjFCnqCQT2eCZg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/virtualizer': 3.2.0_react@17.0.2 - '@react-types/grid': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/table': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-stately/virtualizer': 3.2.0_react@18.1.0 + '@react-types/grid': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/table': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/list/3.5.0_react@17.0.2: + /@react-stately/list/3.5.0_react@18.1.0: resolution: {integrity: sha512-lQUOD8iee1r3lWpZ2lwB2MPLx9G61UmrTDyq0LzrOl4gTej9k4Ihm4IGDGoY1wJ7bV3wfolIdFNbjmL5Y7or9A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/selection': 3.10.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/selection': 3.10.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/menu/3.3.0_react@17.0.2: + /@react-stately/menu/3.3.0_react@18.1.0: resolution: {integrity: sha512-kdw8YoynxVha6YNTZvHwrA9b5mxC+v5F4hq/fB6I6tqsyW3ntM/8wIvjpdCS01Nygn03Nnuy2t8atycvEeYH0g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/overlays': 3.3.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/menu': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-stately/overlays': 3.3.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/menu': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/numberfield/3.1.0_react@17.0.2: + /@react-stately/numberfield/3.1.0_react@18.1.0: resolution: {integrity: sha512-xyJrz5mPTCPnAVQ8+z8AyGUGdD8+p/SPC2JOHrg5RHWCbGbFyYmWEnmrug9g/Rn4Ym/KkyWPS1s19Aq7m+8uSw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 '@internationalized/number': 3.1.1 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/numberfield': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/numberfield': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/overlays/3.3.0_react@17.0.2: + /@react-stately/overlays/3.3.0_react@18.1.0: resolution: {integrity: sha512-x8ASMyhib7mL4ITgZQXUaTGGkFPZz4qPJVThdx9i6q1iu0CpO7hXpPxzrUFKPV+JV/fyXlWbo3n7tWBE2yHTVw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/overlays': 3.6.0_react@17.0.2 - react: 17.0.2 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/overlays': 3.6.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/radio/3.4.0_react@17.0.2: + /@react-stately/radio/3.4.0_react@18.1.0: resolution: {integrity: sha512-rdZbMzhVjFkN1BjhK4qZ61wddnFdkRzTPIXqpFo+iMD9x8VEn3lmOkOLIHUs0OyyMP0E/0Aje+F2ZT6/zqq6PA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/radio': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/radio': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/searchfield/3.2.0_react@17.0.2: + /@react-stately/searchfield/3.2.0_react@18.1.0: resolution: {integrity: sha512-FRRUAWpJs15asmeCjdP4H0CGyO2ZFoDPeMGG8XMcLQUFSTPf9YTg43urj8EmNeXhZ4S37M2nklcq6G94XLFlvw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/searchfield': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/searchfield': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/select/3.2.0_react@17.0.2: + /@react-stately/select/3.2.0_react@18.1.0: resolution: {integrity: sha512-2QWbSKFQJ2YjilmxoBB1I36GDZvAXAAh9x19T7stjJ5Uj4bkf/vZ93Sk+3Q8HB+Jd1ZGJw308OlUl7NuwZtX5w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/list': 3.5.0_react@17.0.2 - '@react-stately/menu': 3.3.0_react@17.0.2 - '@react-stately/selection': 3.10.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/select': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/list': 3.5.0_react@18.1.0 + '@react-stately/menu': 3.3.0_react@18.1.0 + '@react-stately/selection': 3.10.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/select': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/selection/3.10.0_react@17.0.2: + /@react-stately/selection/3.10.0_react@18.1.0: resolution: {integrity: sha512-bHlCoy3tMO1QmSnodpqXMvE7CjMPe4vNhGuSCqU5WiotwswuKuwAWZAoPeKQ6Zh99oUMaX28dUt+FQ9qZhaP9w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/slider/3.1.0_react@17.0.2: + /@react-stately/slider/3.1.0_react@18.1.0: resolution: {integrity: sha512-6daBVt3d1c/K5PbvB2GbVD4rAWL3iZdauDILRpyDRozGEoU7AnKTAQqiis+lizLzSolnrLWc4LokbbH1vX0Eyw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/i18n': 3.4.0_react@17.0.2 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/slider': 3.1.0_react@17.0.2 - react: 17.0.2 + '@react-aria/i18n': 3.4.0_react@18.1.0 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/slider': 3.1.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/table/3.2.0_react@17.0.2: + /@react-stately/table/3.2.0_react@18.1.0: resolution: {integrity: sha512-W4MJITIxma6PCpRX1Z9vi6F35mJiwpM+g24yVG7VK6JD9Fbiw2nIPJf5ZYo11EI2PdIJlamv/xYqYtn2kmGlWw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/grid': 3.2.0_react@17.0.2 - '@react-stately/selection': 3.10.0_react@17.0.2 - '@react-types/grid': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/table': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/grid': 3.2.0_react@18.1.0 + '@react-stately/selection': 3.10.0_react@18.1.0 + '@react-types/grid': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/table': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/tabs/3.1.0_react@17.0.2: + /@react-stately/tabs/3.1.0_react@18.1.0: resolution: {integrity: sha512-VungLD+8qB5T5nm11Sj4cMfLkjSenZDHGhclvd8hWS6/y63rEhYlxQi6t/cp4MhrIwa1q+sGkwWK+n+CuJdFBA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/list': 3.5.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/tabs': 3.1.0_react@17.0.2 - react: 17.0.2 + '@react-stately/list': 3.5.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/tabs': 3.1.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/toggle/3.3.0_react@17.0.2: + /@react-stately/toggle/3.3.0_react@18.1.0: resolution: {integrity: sha512-fiVT1yw9qBBWyfFviUwNR4AcdCnN7TPAX2VpuL7LO7zB1a+sOGiTz3nTnHI4837trvpsXHpCvYXTBMY6yxGEMg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/checkbox': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/checkbox': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/tooltip/3.1.0_react@17.0.2: + /@react-stately/tooltip/3.1.0_react@18.1.0: resolution: {integrity: sha512-Wg7nF7sb1tiMNiLq0tDYBqUhqb2tBZS6ORTPOey1YoOI/wh4QB1OalCC62a3dzFjdv5dhnThdai3d4X1AXya0A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/overlays': 3.3.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/tooltip': 3.2.0_react@17.0.2 - react: 17.0.2 + '@react-stately/overlays': 3.3.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/tooltip': 3.2.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/tree/3.3.0_react@17.0.2: + /@react-stately/tree/3.3.0_react@18.1.0: resolution: {integrity: sha512-Ic3QMRlrLbbnYPEbiraJdDAcrOnaLd7nJK7qG/cq7Jg7gfruqbO4XFzy+2w7I5B2BbXqFCivtCgEQZIYsgMaSw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-stately/collections': 3.4.0_react@17.0.2 - '@react-stately/selection': 3.10.0_react@17.0.2 - '@react-stately/utils': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-stately/collections': 3.4.0_react@18.1.0 + '@react-stately/selection': 3.10.0_react@18.1.0 + '@react-stately/utils': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-stately/utils/3.5.0_react@17.0.2: + /@react-stately/utils/3.5.0_react@18.1.0: resolution: {integrity: sha512-WzzwlQtJrf7egaN+lt02/f/wkFKbcscsbinmXs9pL7QyYm+BCQ9xXj01w0juzt93piZgB/kfIYJqInEdpudh1A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - react: 17.0.2 + react: 18.1.0 dev: false - /@react-stately/virtualizer/3.2.0_react@17.0.2: + /@react-stately/virtualizer/3.2.0_react@18.1.0: resolution: {integrity: sha512-ZzPuZfAAo9oy/NRBGj5WZethc9lAjPaHXo1zBWAphnRb8hGAlQ6COmJAKsueHmecycxiQoH1eYN2lPpxE8s37g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@babel/runtime': 7.18.3 - '@react-aria/utils': 3.13.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/utils': 3.13.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/actiongroup/3.3.0_react@17.0.2: + /@react-types/actiongroup/3.3.0_react@18.1.0: resolution: {integrity: sha512-TYtUWtyztJTlqFMmdmGQisUrbn3pZCtRGSKySJ9zsz/Up77SSQw2YnNfNhVvlpuqToq5J+VMmKr5KMgOTqdNPA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/button': 3.5.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/button': 3.5.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/breadcrumbs/3.4.0_react@17.0.2: + /@react-types/breadcrumbs/3.4.0_react@18.1.0: resolution: {integrity: sha512-UpUjOg1UoysNLfy3vC97rA9N09NpGxtzgSWYaREUrKCanuKa911lhxpfyDAW1+QAOMU0ru5g9x/FPUl2VHoUEQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/link': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/link': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/button/3.5.0_react@17.0.2: + /@react-types/button/3.5.0_react@18.1.0: resolution: {integrity: sha512-pxmriCe7rx/kNKuy3KonttD7qHDFclgZ7k/U2hb+w75DpsI7mXs6aFnsk+j5ZeVjsXKXPZwQXbyBhlzvlEJI0A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/buttongroup/3.2.0_react@17.0.2: + /@react-types/buttongroup/3.2.0_react@18.1.0: resolution: {integrity: sha512-gX5a61sE0VwuLp+Oiei7LgxIFGsY4wTcekO9RyVhdHB7cu+7tTDrKO5d+ebfcaa6soUlMtQf5WnKr2lpXzVTPw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/checkbox/3.3.0_react@17.0.2: + /@react-types/checkbox/3.3.0_react@18.1.0: resolution: {integrity: sha512-aAlorLrY9mTQ01hBSXP+p5dXVLmhwYwPu+lW8rJSosyaZFtaV6GdNHaYb/NioR5YjiMInableWvIxSuTurrMmA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/combobox/3.5.0_react@17.0.2: + /@react-types/combobox/3.5.0_react@18.1.0: resolution: {integrity: sha512-ylNIahbi3RBcsF8rzaUafAylTwM4DzVBoQUI//ylVNybuMhcV92/IOEBAkuR4IjfXUvDYlXpGQ0WpT6L0+G3Vw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/contextualhelp/3.1.0_react@17.0.2: + /@react-types/contextualhelp/3.1.0_react@18.1.0: resolution: {integrity: sha512-y2fR3gJYLO0qorEp61/0x1K2EV9Mi71G36p84GH3MiQlI8fW7c10JQWEcEwecOl9KqYH9oGIDCpgja56yMef0g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/overlays': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/overlays': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/dialog/3.4.0_react@17.0.2: + /@react-types/dialog/3.4.0_react@18.1.0: resolution: {integrity: sha512-fqX19lXvohx+ybWyzWW3H7oAtDqcmeKbZBdr1G2Sqg8vZg2wg2qw35uqgFEjUhIHM8TQTjdr/LQP7rIMuaEuYw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/overlays': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/overlays': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/divider/3.2.0_react@17.0.2: + /@react-types/divider/3.2.0_react@18.1.0: resolution: {integrity: sha512-QklRBFnKZZG1RbWy+M1G1H9gRzfiqKEQosLCJ82FzTa1slTVnZX/xCcfLfDWDws+Z4s0tRfFBKXU+KJoLGvMgw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/form/3.3.0_react@17.0.2: + /@react-types/form/3.3.0_react@18.1.0: resolution: {integrity: sha512-BpBS/6NQ5wlQaKmFKG487jyzSwMggsFz6Rn87JkyJ2R2DQdytUdr3bjA8agmpyBzVBzJA17Xb0uKQnK1Cu/pTA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/grid/3.1.0_react@17.0.2: + /@react-types/grid/3.1.0_react@18.1.0: resolution: {integrity: sha512-cQNHz5qHw4GDSWTgu1hUXj7aXly/WmqUMIMnpwfqOt9UYFDH/9cIXvGfwUH+7wSVEdJQrkMYtHp1lpP8INWmew==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/illustratedmessage/3.2.0_react@17.0.2: + /@react-types/illustratedmessage/3.2.0_react@18.1.0: resolution: {integrity: sha512-ej9FzD3mL7SbJ7fBigk14SN2qWnwtUR0n4K+PoGLH+O/c2p7/hw3M7Wkr4wYOtmoIK5CFgdLUqZOk5nlyh0dcQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/image/3.2.0_react@17.0.2: + /@react-types/image/3.2.0_react@18.1.0: resolution: {integrity: sha512-rRtYAj9XCtfeAlzdBSdEMUMN0hIP6EAaI4BV1hYZ0n/jYm30g0umghcXm05V6V7IzA57V+91jYRnjyOdTmtiFw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/label/3.6.0_react@17.0.2: + /@react-types/label/3.6.0_react@18.1.0: resolution: {integrity: sha512-3P0DOe2wToPpB/fpAZizktpoImTuAuvnnGQOn+lleNUAMp4zbfI2rfGxw0oByOQiKqg7kCVRe1/mw2puKM8p+Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/layout/3.3.0_react@17.0.2: + /@react-types/layout/3.3.0_react@18.1.0: resolution: {integrity: sha512-qjoJyUFkYBM4EvvI3b58YVMy/PuMyGBme0Pnq8YI+3rIvuoGFW/kSUAfs3EsHkmrzTKw8Ys0FlHPzkTCZVTEow==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/link/3.3.0_react@17.0.2: + /@react-types/link/3.3.0_react@18.1.0: resolution: {integrity: sha512-R7rtz47Il2OAPF01RXXWVb4DSahBk9YBSgBEbditH8H+UBeG7pr3pKyOdWD/wJgzOpIJYeNSho46iV0+9j+Mrw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/interactions': 3.9.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-aria/interactions': 3.9.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/listbox/3.3.0_react@17.0.2: + /@react-types/listbox/3.3.0_react@18.1.0: resolution: {integrity: sha512-KhbIKrv1SCbdljnVnSWyUT0vVeRPYFPXh8C9+UBxji5/PZrRFCDk97W83e7iVvQPvL164wi057vxxQ0bPberqg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/menu/3.6.0_react@17.0.2: + /@react-types/menu/3.6.0_react@18.1.0: resolution: {integrity: sha512-GO6GjM+WH+8nOC9c1sVBPE9dYC5vKGBCNA3YxleQq9T2unFB0NOZc8hbzbFcAdwn7NnQbV9eLc0XHpUEkL9NLA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/overlays': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/overlays': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/meter/3.2.0_react@17.0.2: + /@react-types/meter/3.2.0_react@18.1.0: resolution: {integrity: sha512-knp4uibXf3D+0RJ2dAs6dFpSxI/aU/Gdj+cViqH35qTC17/mPCriwllpcB+XZ5Xhoz6MQBc2JC8xzrDDQnIOcw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/progress': 3.2.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/progress': 3.2.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/numberfield/3.3.0_react@17.0.2: + /@react-types/numberfield/3.3.0_react@18.1.0: resolution: {integrity: sha512-hG797mQHc9eWMhcoeusnGkYQUVtg7MDIE3jS6JfmZpqaKc68qdoFfN93w9Sz+afNIUW95tSEGepzQPlbrtpyoQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/overlays/3.6.0_react@17.0.2: + /@react-types/overlays/3.6.0_react@18.1.0: resolution: {integrity: sha512-atoRgctzNHxWE4qhI2YLI/0Y9bicsib3EnaliV0jUQf2oJMr0S8yKVwwx+K0ENh9Ah00XBEFQxkjgP1q3xQQYw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/progress/3.2.0_react@17.0.2: + /@react-types/progress/3.2.0_react@18.1.0: resolution: {integrity: sha512-EdrHPL07rhMurjEgQPddaC9Zn/ETdMvwKVg3xXN+V7eIqCREQZZPsBhyF3foeEDyLt8/Fd+y+deDG7nwshJvEw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/provider/3.5.0_react@17.0.2: + /@react-types/provider/3.5.0_react@18.1.0: resolution: {integrity: sha512-sh+8CYPEGRomLw5qKZZMIaqs7HjiLeBJmSQKH60nQnrtxHEBxTddousRJiInc20Q1TbIwDZNVeetM24yVmRDfw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/radio/3.2.0_react@17.0.2: + /@react-types/radio/3.2.0_react@18.1.0: resolution: {integrity: sha512-CIvYooY+rJh8w4HVG2gXupRFPSmPlcH2kCZppt+qOVhSQOWRvIQ2Jh9NnSjSTXUCKj1RpvpVhIj7W5EO3uvL/g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/searchfield/3.3.0_react@17.0.2: + /@react-types/searchfield/3.3.0_react@18.1.0: resolution: {integrity: sha512-5nbTuHqL4PdGUqcag1+VFu+jSpvMfvKrlaRFxTEkwKbKADcbJeHe3hc4kwu7/VWy9c197hMmIOCDqBg4NK4cSA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - '@react-types/textfield': 3.5.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + '@react-types/textfield': 3.5.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/select/3.6.0_react@17.0.2: + /@react-types/select/3.6.0_react@18.1.0: resolution: {integrity: sha512-RRYfEQngpX9JeEzu4zDIpfAXmlHQX4FNuVQFpPw76ME9jFZ4TI3T7BwVmOrYYUZx9Com7QY6E37LnNm9pHuFOw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/shared/3.13.0_react@17.0.2: + /@react-types/shared/3.13.0_react@18.1.0: resolution: {integrity: sha512-ha+Xzn6gG/aww2nl7A6kYSJdYQypTxdYgNrJvddDB7h0QuyVQTf27iVleOWrmkHQ1TM9Q/FUbMdJ93CgdtP26g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - react: 17.0.2 + react: 18.1.0 dev: false - /@react-types/slider/3.1.0_react@17.0.2: + /@react-types/slider/3.1.0_react@18.1.0: resolution: {integrity: sha512-2BZwWIV7bKgcy6G6z51aFNp3ZZJXIOZ4ElTEjhGStR5Qhj/DkG4Q1NPi5CaTzjLeb0//hltFNx7nKPWBVhCCEQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/statuslight/3.2.0_react@17.0.2: + /@react-types/statuslight/3.2.0_react@18.1.0: resolution: {integrity: sha512-2un2Rtg3ZWyBruCJY4Yz9KUoVjBzpcU5Xw1aBWGa4XheWeYunwZF84R0gTXcnF7KHejk2pgyWgMWR/RzSn7F/Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/switch/3.2.0_react@17.0.2: + /@react-types/switch/3.2.0_react@18.1.0: resolution: {integrity: sha512-VZEDYBWRqwU8wKsoM81g5OwUTIc+twF5dDIPd0aJXrW9oI3Cp/w3ZP9ldcvgWygzTsSF2DaKMI2/dafFYfqHQg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/checkbox': 3.3.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/checkbox': 3.3.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/table/3.2.0_react@17.0.2: + /@react-types/table/3.2.0_react@18.1.0: resolution: {integrity: sha512-YCfUDT8ysNX/nfm6nvc9rhjSUeVDou5L2e+Y52xnzNU9qw05raLbS8Etm6X/Y5sDLD3qgOlUNjUYkm3swGfaHA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/grid': 3.1.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/grid': 3.1.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/tabs/3.1.0_react@17.0.2: + /@react-types/tabs/3.1.0_react@18.1.0: resolution: {integrity: sha512-TsOadHMrEV5+3B06F3gMaGTxnAuDXBgyZHgDShSAZ8rGO53DMrfnok6UP9SMrZmKrNrOjGYYzEqS8jk71tOhoQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/text/3.2.0_react@17.0.2: + /@react-types/text/3.2.0_react@18.1.0: resolution: {integrity: sha512-0Gfc7EWChDZ11KNUdqg96FjYYA69+kEKMW/RJDf1Z78aqqM3DWcQdPc9GGF7SoJkAeCTHjGu6KuNZ+MWrZR9RA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/textfield/3.5.0_react@17.0.2: + /@react-types/textfield/3.5.0_react@18.1.0: resolution: {integrity: sha512-luwzw+nC0qR7pyhofPQxySzew26bvuS2mpsUQ3Ho56X9i8eGQkhJYIawLu4QIQC79cso4Fe7P9GB146cfRWjVA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/tooltip/3.2.0_react@17.0.2: + /@react-types/tooltip/3.2.0_react@18.1.0: resolution: {integrity: sha512-q/AHHTOfIYEkmfNwanphgWlcR0R2OKXW5zWXT2KsxQlYXUSqPDxGys044UCCnHgnUS64ihvzJFFmHOc3pgH4Yg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/overlays': 3.6.0_react@17.0.2 - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/overlays': 3.6.0_react@18.1.0 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/view/3.2.0_react@17.0.2: + /@react-types/view/3.2.0_react@18.1.0: resolution: {integrity: sha512-c7pm1HzEf0F4idbGzEQ17X0IHDKM9cvjhCEt84TnpDbW6RwYDa8z+XdhZHF0dppVs2uq/rcWMuTFbghshXlf/A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false - /@react-types/well/3.2.0_react@17.0.2: + /@react-types/well/3.2.0_react@18.1.0: resolution: {integrity: sha512-7xpP8Ydiwzvy9Bwdl36h3IBXL3WvWwbGDSfJqDrIqHaomXxLy/HaMIvtJRxM+BKwfOZbhHlRFOZWm9ICTNWwEw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.13.0_react@17.0.2 - react: 17.0.2 + '@react-types/shared': 3.13.0_react@18.1.0 + react: 18.1.0 dev: false /@rollup/plugin-alias/3.1.9_rollup@2.75.6: @@ -6551,32 +6591,32 @@ packages: estree-walker: 2.0.2 picomatch: 2.3.1 - /@spectrum-icons/ui/3.3.0_iutk2py5522onlgj4l5sska6u4: + /@spectrum-icons/ui/3.3.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-86lZpLz6QrOlT5LQMjDihwEsyABIaQ05JVs/Dz5W+FCdRLyPNAYI5XklVHSW31mCmE7nj7v/VIeoOUtWyx5bcQ==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@adobe/react-spectrum-ui': 1.2.0_sfoxds7t5ydpegc3knd667wn6m + '@adobe/react-spectrum-ui': 1.2.0_ef5jwxihqo6n7gxfmzogljlgcm '@babel/runtime': 7.18.3 - '@react-spectrum/icon': 3.4.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 + '@react-spectrum/icon': 3.4.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false - /@spectrum-icons/workflow/4.0.0_iutk2py5522onlgj4l5sska6u4: + /@spectrum-icons/workflow/4.0.0_n7imm2jvvb6yvyfxcevo5efaoa: resolution: {integrity: sha512-+DW6cKqhvLvVEjpTZ3RBxunfwStp2jO2XzKedxMSgNmi83Qu51n5hpdmFq8gbt0HAVcZ7XLd6xAKGAYjQ7Blew==} peerDependencies: '@react-spectrum/provider': ^3.0.0 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@adobe/react-spectrum-workflow': 2.3.3_sfoxds7t5ydpegc3knd667wn6m + '@adobe/react-spectrum-workflow': 2.3.3_ef5jwxihqo6n7gxfmzogljlgcm '@babel/runtime': 7.18.3 - '@react-spectrum/icon': 3.4.0_mteu4jabma5qfclntud6567hvi - '@react-spectrum/provider': 3.4.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 + '@react-spectrum/icon': 3.4.0_xg64xylp6yotctdxby4afyodaa + '@react-spectrum/provider': 3.4.0_ef5jwxihqo6n7gxfmzogljlgcm + react: 18.1.0 transitivePeerDependencies: - react-dom dev: false @@ -11946,17 +11986,6 @@ packages: minimist: 1.2.6 strip-json-comments: 2.0.1 - /react-dom/17.0.2_react@17.0.2: - resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} - peerDependencies: - react: 17.0.2 - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react: 17.0.2 - scheduler: 0.20.2 - dev: false - /react-dom/18.1.0_react@18.1.0: resolution: {integrity: sha512-fU1Txz7Budmvamp7bshe4Zi32d0ll7ect+ccxNu9FlObT605GOEB8BfO4tmRJ39R5Zj831VCpvQ05QPBW5yb+w==} peerDependencies: @@ -11974,7 +12003,7 @@ packages: resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} dev: false - /react-transition-group/2.9.0_sfoxds7t5ydpegc3knd667wn6m: + /react-transition-group/2.9.0_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg==} peerDependencies: react: '>=15.0.0' @@ -11983,12 +12012,12 @@ packages: dom-helpers: 3.4.0 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 react-lifecycles-compat: 3.0.4 dev: false - /react-transition-group/4.4.2_sfoxds7t5ydpegc3knd667wn6m: + /react-transition-group/4.4.2_ef5jwxihqo6n7gxfmzogljlgcm: resolution: {integrity: sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==} peerDependencies: react: '>=16.6.0' @@ -11998,16 +12027,8 @@ packages: dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /react/17.0.2: - resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==} - engines: {node: '>=0.10.0'} - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 + react: 18.1.0 + react-dom: 18.1.0_react@18.1.0 dev: false /react/18.1.0: @@ -12409,13 +12430,6 @@ packages: resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} dev: false - /scheduler/0.20.2: - resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==} - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - dev: false - /scheduler/0.22.0: resolution: {integrity: sha512-6QAm1BgQI88NPYymgGQLCZgvep4FyePDWFpXVK+zNSUgHwlqpJy8VEh8Et0KxTACS4VWwMousBElAZOH9nkkoQ==} dependencies: