From 7799168f45b2534a44de34b38c3039e5809b2435 Mon Sep 17 00:00:00 2001 From: phoebus-84 <83974413+phoebus-84@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:02:13 +0100 Subject: [PATCH] fix: tune react types version for storybook (#202) --- package.json | 2 +- pnpm-lock.yaml | 339 ++++++++++++++++++++++++++----------------------- 2 files changed, 180 insertions(+), 161 deletions(-) diff --git a/package.json b/package.json index 5c17f87..92df673 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@storybook/test": "^7.6.10", "@types/jest": "^29.5.6", "@types/node": "^20.11.7", - "@types/react": "^19.0.7", + "@types/react": "^18.0.0", "fs-extra": "^11.2.0", "glob-promise": "^6.0.7", "jest": "^29.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 104b0d2..2965040 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,13 +35,13 @@ importers: version: 7.6.10 '@storybook/addon-designs': specifier: ^7.0.9 - version: 7.0.9(@storybook/addon-docs@7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/addons@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/components@7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/manager-api@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/preview-api@7.6.10)(@storybook/theming@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 7.0.9(@storybook/addon-docs@7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/addons@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/components@7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/manager-api@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/preview-api@7.6.10)(@storybook/theming@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-docs': specifier: ^7.6.10 - version: 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-essentials': specifier: ^7.6.10 - version: 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-interactions': specifier: ^7.6.10 version: 7.6.10 @@ -53,7 +53,7 @@ importers: version: 7.6.10 '@storybook/blocks': specifier: ^7.6.10 - version: 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/html': specifier: ^7.6.10 version: 7.6.10(@babel/core@7.23.7) @@ -70,8 +70,8 @@ importers: specifier: ^20.11.7 version: 20.11.7 '@types/react': - specifier: ^19.0.7 - version: 19.0.7 + specifier: ^18.0.0 + version: 18.0.0 fs-extra: specifier: ^11.2.0 version: 11.2.0 @@ -1963,15 +1963,24 @@ packages: '@types/pretty-hrtime@1.0.3': resolution: {integrity: sha512-nj39q0wAIdhwn7DGUyT9irmsKK1tV0bd5WFEhgpqNTMFZ8cE+jieuTphCW0tfdm47S2zVT5mr09B28b1chmQMA==} + '@types/prop-types@15.7.14': + resolution: {integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==} + '@types/qs@6.9.11': resolution: {integrity: sha512-oGk0gmhnEJK4Yyk+oI7EfXsLayXatCWPHary1MtcmbAifkobT9cM9yutG/hZKIseOU0MqbIwQ/u2nn/Gb+ltuQ==} '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} + '@types/react@18.0.0': + resolution: {integrity: sha512-7+K7zEQYu7NzOwQGLR91KwWXXDzmTFODRVizJyIALf6RfLv2GDpqpknX64pvRVILXCpXi7O/pua8NGk44dLvJw==} + '@types/react@19.0.7': resolution: {integrity: sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==} + '@types/scheduler@0.23.0': + resolution: {integrity: sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==} + '@types/semver@7.5.6': resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==} @@ -6574,288 +6583,288 @@ snapshots: dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-arrow@1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-arrow@1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-collection@1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-collection@1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-compose-refs@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-compose-refs@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-context@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-context@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-direction@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-direction@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-dismissable-layer@1.0.4(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-dismissable-layer@1.0.4(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-focus-guards@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-focus-guards@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-focus-scope@1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-focus-scope@1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-id@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-id@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-popper@1.1.2(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-popper@1.1.2(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 '@floating-ui/react-dom': 2.0.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-arrow': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-use-rect': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-arrow': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-use-rect': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.0.0)(react@18.2.0) '@radix-ui/rect': 1.0.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-portal@1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-portal@1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-primitive@1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-primitive@1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-slot': 1.0.2(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-roving-focus@1.0.4(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-roving-focus@1.0.4(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-collection': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-select@1.2.2(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-select@1.2.2(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 '@radix-ui/number': 1.0.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.4(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-popper': 1.1.2(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-portal': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-collection': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.4(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-popper': 1.1.2(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@19.0.7)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.0.0)(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-separator@1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-separator@1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-slot@1.0.2(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-slot@1.0.2(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-toggle-group@1.0.4(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-toggle-group@1.0.4(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toggle': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-roving-focus': 1.0.4(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toggle': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-toggle@1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-toggle@1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-toolbar@1.0.4(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-toolbar@1.0.4(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@19.0.7)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-separator': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toggle-group': 1.0.4(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.0.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-roving-focus': 1.0.4(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-separator': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toggle-group': 1.0.4(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-use-callback-ref@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-use-controllable-state@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-use-layout-effect@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-use-previous@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-use-previous@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-use-rect@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-use-rect@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 '@radix-ui/rect': 1.0.1 react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-use-size@1.0.1(@types/react@19.0.7)(react@18.2.0)': + '@radix-ui/react-use-size@1.0.1(@types/react@18.0.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.0.7)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.0.0)(react@18.2.0) react: 18.2.0 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - '@radix-ui/react-visually-hidden@1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-visually-hidden@1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.23.8 - '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 '@radix-ui/rect@1.0.1': dependencies: @@ -6936,9 +6945,9 @@ snapshots: memoizerific: 1.11.3 ts-dedent: 2.2.0 - '@storybook/addon-controls@7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@storybook/addon-controls@7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@storybook/blocks': 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@storybook/blocks': 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) lodash: 4.17.21 ts-dedent: 2.2.0 transitivePeerDependencies: @@ -6949,12 +6958,12 @@ snapshots: - react-dom - supports-color - '@storybook/addon-designs@7.0.9(@storybook/addon-docs@7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/addons@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/components@7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/manager-api@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/preview-api@7.6.10)(@storybook/theming@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@storybook/addon-designs@7.0.9(@storybook/addon-docs@7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/addons@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/components@7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/manager-api@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@storybook/preview-api@7.6.10)(@storybook/theming@7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@figspec/react': 1.0.3(react@18.2.0) - '@storybook/addon-docs': 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@storybook/addon-docs': 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addons': 7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@storybook/components': 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@storybook/components': 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/manager-api': 7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/preview-api': 7.6.10 '@storybook/theming': 7.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -6962,13 +6971,13 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@storybook/addon-docs@7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@storybook/addon-docs@7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@jest/transform': 29.7.0 '@mdx-js/react': 2.3.0(react@18.2.0) - '@storybook/blocks': 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@storybook/blocks': 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/client-logger': 7.6.10 - '@storybook/components': 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@storybook/components': 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/csf-plugin': 7.6.10 '@storybook/csf-tools': 7.6.10 '@storybook/global': 5.0.0 @@ -6991,12 +7000,12 @@ snapshots: - encoding - supports-color - '@storybook/addon-essentials@7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@storybook/addon-essentials@7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@storybook/addon-actions': 7.6.10 '@storybook/addon-backgrounds': 7.6.10 - '@storybook/addon-controls': 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@storybook/addon-docs': 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@storybook/addon-controls': 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@storybook/addon-docs': 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-highlight': 7.6.10 '@storybook/addon-measure': 7.6.10 '@storybook/addon-outline': 7.6.10 @@ -7064,11 +7073,11 @@ snapshots: - react - react-dom - '@storybook/blocks@7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@storybook/blocks@7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@storybook/channels': 7.6.10 '@storybook/client-logger': 7.6.10 - '@storybook/components': 7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@storybook/components': 7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-events': 7.6.10 '@storybook/csf': 0.1.2 '@storybook/docs-tools': 7.6.10 @@ -7229,10 +7238,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@storybook/components@7.6.10(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@storybook/components@7.6.10(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-select': 1.2.2(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toolbar': 1.0.4(@types/react@19.0.7)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-select': 1.2.2(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toolbar': 1.0.4(@types/react@18.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/client-logger': 7.6.10 '@storybook/csf': 0.1.2 '@storybook/global': 5.0.0 @@ -7685,14 +7694,24 @@ snapshots: '@types/pretty-hrtime@1.0.3': {} + '@types/prop-types@15.7.14': {} + '@types/qs@6.9.11': {} '@types/range-parser@1.2.7': {} + '@types/react@18.0.0': + dependencies: + '@types/prop-types': 15.7.14 + '@types/scheduler': 0.23.0 + csstype: 3.1.3 + '@types/react@19.0.7': dependencies: csstype: 3.1.3 + '@types/scheduler@0.23.0': {} + '@types/semver@7.5.6': {} '@types/send@0.17.4': @@ -10575,33 +10594,33 @@ snapshots: react-is@18.2.0: {} - react-remove-scroll-bar@2.3.4(@types/react@19.0.7)(react@18.2.0): + react-remove-scroll-bar@2.3.4(@types/react@18.0.0)(react@18.2.0): dependencies: react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@19.0.7)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.0.0)(react@18.2.0) tslib: 2.6.2 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - react-remove-scroll@2.5.5(@types/react@19.0.7)(react@18.2.0): + react-remove-scroll@2.5.5(@types/react@18.0.0)(react@18.2.0): dependencies: react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@19.0.7)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@19.0.7)(react@18.2.0) + react-remove-scroll-bar: 2.3.4(@types/react@18.0.0)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.0.0)(react@18.2.0) tslib: 2.6.2 - use-callback-ref: 1.3.1(@types/react@19.0.7)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@19.0.7)(react@18.2.0) + use-callback-ref: 1.3.1(@types/react@18.0.0)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.0.0)(react@18.2.0) optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 - react-style-singleton@2.2.1(@types/react@19.0.7)(react@18.2.0): + react-style-singleton@2.2.1(@types/react@18.0.0)(react@18.2.0): dependencies: get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 tslib: 2.6.2 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 react@18.2.0: dependencies: @@ -11337,12 +11356,12 @@ snapshots: urlpattern-polyfill@9.0.0: {} - use-callback-ref@1.3.1(@types/react@19.0.7)(react@18.2.0): + use-callback-ref@1.3.1(@types/react@18.0.0)(react@18.2.0): dependencies: react: 18.2.0 tslib: 2.6.2 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 use-resize-observer@9.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: @@ -11350,13 +11369,13 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - use-sidecar@1.1.2(@types/react@19.0.7)(react@18.2.0): + use-sidecar@1.1.2(@types/react@18.0.0)(react@18.2.0): dependencies: detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.6.2 optionalDependencies: - '@types/react': 19.0.7 + '@types/react': 18.0.0 util-deprecate@1.0.2: {}