Update react and typescript to fix build issues
Some checks failed
Build and Publish Docker Container / build (push) Failing after 3m4s

This commit is contained in:
Joshua Coles 2024-02-11 19:08:12 +00:00
parent e967244158
commit 31cb328caf
2 changed files with 170 additions and 178 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "tremor-dashboard", "name": "revision-tracker",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
@ -19,7 +19,7 @@
"next": "^14.1.0", "next": "^14.1.0",
"pg": "^8.11.3", "pg": "^8.11.3",
"ramda": "^0.29.1", "ramda": "^0.29.1",
"react": "^18", "react": "^18.2.0",
"react-calendar-heatmap": "^1.9.0", "react-calendar-heatmap": "^1.9.0",
"react-date-heatmap": "^1.0.4", "react-date-heatmap": "^1.0.4",
"react-dom": "^18", "react-dom": "^18",
@ -32,7 +32,7 @@
"@testing-library/react": "^14.1.2", "@testing-library/react": "^14.1.2",
"@types/node": "^20", "@types/node": "^20",
"@types/pg": "^8.11.0", "@types/pg": "^8.11.0",
"@types/react": "^18", "@types/react": "^18.2.55",
"@types/react-calendar-heatmap": "^1.6.6", "@types/react-calendar-heatmap": "^1.6.6",
"@types/react-dom": "^18", "@types/react-dom": "^18",
"autoprefixer": "^10.0.1", "autoprefixer": "^10.0.1",
@ -44,6 +44,6 @@
"postcss": "^8.4.35", "postcss": "^8.4.35",
"tailwindcss": "^3.3.0", "tailwindcss": "^3.3.0",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5" "typescript": "^5.3.3"
} }
} }

340
pnpm-lock.yaml generated
View File

@ -7,10 +7,10 @@ settings:
dependencies: dependencies:
'@heroicons/react': '@heroicons/react':
specifier: ^1.0.6 specifier: ^1.0.6
version: 1.0.6(react@18.0.0) version: 1.0.6(react@18.2.0)
'@tremor/react': '@tremor/react':
specifier: ^3.12.0 specifier: ^3.12.0
version: 3.12.0(@storybook/addons@7.6.14)(react-dom@18.0.0)(react@18.0.0)(tailwindcss@3.3.0) version: 3.12.0(@storybook/addons@7.6.14)(react-dom@18.0.0)(react@18.2.0)(tailwindcss@3.3.0)
'@types/ramda': '@types/ramda':
specifier: ^0.29.9 specifier: ^0.29.9
version: 0.29.9 version: 0.29.9
@ -19,13 +19,13 @@ dependencies:
version: 2.30.0 version: 2.30.0
heat-calendar: heat-calendar:
specifier: ^1.0.7 specifier: ^1.0.7
version: 1.0.7(react-dom@18.0.0)(react@18.0.0) version: 1.0.7(react-dom@18.0.0)(react@18.2.0)
kysely: kysely:
specifier: ^0.27.2 specifier: ^0.27.2
version: 0.27.2 version: 0.27.2
next: next:
specifier: ^14.1.0 specifier: ^14.1.0
version: 14.1.0(@babel/core@7.23.9)(react-dom@18.0.0)(react@18.0.0) version: 14.1.0(@babel/core@7.23.9)(react-dom@18.0.0)(react@18.2.0)
pg: pg:
specifier: ^8.11.3 specifier: ^8.11.3
version: 8.11.3 version: 8.11.3
@ -33,23 +33,23 @@ dependencies:
specifier: ^0.29.1 specifier: ^0.29.1
version: 0.29.1 version: 0.29.1
react: react:
specifier: ^18 specifier: ^18.2.0
version: 18.0.0 version: 18.2.0
react-calendar-heatmap: react-calendar-heatmap:
specifier: ^1.9.0 specifier: ^1.9.0
version: 1.9.0(react@18.0.0) version: 1.9.0(react@18.2.0)
react-date-heatmap: react-date-heatmap:
specifier: ^1.0.4 specifier: ^1.0.4
version: 1.0.4(react@18.0.0) version: 1.0.4(react@18.2.0)
react-dom: react-dom:
specifier: ^18 specifier: ^18
version: 18.0.0(react@18.0.0) version: 18.0.0(react@18.2.0)
react-tooltip: react-tooltip:
specifier: ^5.25.0 specifier: ^5.25.0
version: 5.25.0(react-dom@18.0.0)(react@18.0.0) version: 5.25.0(react-dom@18.0.0)(react@18.2.0)
reaviz: reaviz:
specifier: ^15.2.1 specifier: ^15.2.1
version: 15.2.1(@types/react@18.0.0)(prop-types@15.8.1)(react-dom@18.0.0)(react@18.0.0) version: 15.2.1(@types/react@18.2.55)(prop-types@15.8.1)(react-dom@18.0.0)(react@18.2.0)
zod: zod:
specifier: ^3.22.4 specifier: ^3.22.4
version: 3.22.4 version: 3.22.4
@ -60,7 +60,7 @@ devDependencies:
version: 6.1.5(jest@29.7.0) version: 6.1.5(jest@29.7.0)
'@testing-library/react': '@testing-library/react':
specifier: ^14.1.2 specifier: ^14.1.2
version: 14.1.2(react-dom@18.0.0)(react@18.0.0) version: 14.1.2(react-dom@18.0.0)(react@18.2.0)
'@types/node': '@types/node':
specifier: ^20 specifier: ^20
version: 20.0.0 version: 20.0.0
@ -68,8 +68,8 @@ devDependencies:
specifier: ^8.11.0 specifier: ^8.11.0
version: 8.11.0 version: 8.11.0
'@types/react': '@types/react':
specifier: ^18 specifier: ^18.2.55
version: 18.0.0 version: 18.2.55
'@types/react-calendar-heatmap': '@types/react-calendar-heatmap':
specifier: ^1.6.6 specifier: ^1.6.6
version: 1.6.6 version: 1.6.6
@ -84,7 +84,7 @@ devDependencies:
version: 8.0.0 version: 8.0.0
eslint-config-next: eslint-config-next:
specifier: 14.0.4 specifier: 14.0.4
version: 14.0.4(eslint@8.0.0)(typescript@5.0.2) version: 14.0.4(eslint@8.0.0)(typescript@5.3.3)
jest: jest:
specifier: ^29.7.0 specifier: ^29.7.0
version: 29.7.0(@types/node@20.0.0)(ts-node@10.9.2) version: 29.7.0(@types/node@20.0.0)(ts-node@10.9.2)
@ -102,10 +102,10 @@ devDependencies:
version: 3.3.0(postcss@8.4.35)(ts-node@10.9.2) version: 3.3.0(postcss@8.4.35)(ts-node@10.9.2)
ts-node: ts-node:
specifier: ^10.9.2 specifier: ^10.9.2
version: 10.9.2(@types/node@20.0.0)(typescript@5.0.2) version: 10.9.2(@types/node@20.0.0)(typescript@5.3.3)
typescript: typescript:
specifier: ^5 specifier: ^5.3.3
version: 5.0.2 version: 5.3.3
packages: packages:
@ -458,12 +458,12 @@ packages:
dev: false dev: false
optional: true optional: true
/@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.0.0): /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.2.0):
resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==} resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==}
peerDependencies: peerDependencies:
react: '>=16.8.0' react: '>=16.8.0'
dependencies: dependencies:
react: 18.0.0 react: 18.2.0
dev: false dev: false
/@eslint/eslintrc@1.4.1: /@eslint/eslintrc@1.4.1:
@ -496,27 +496,27 @@ packages:
'@floating-ui/utils': 0.2.1 '@floating-ui/utils': 0.2.1
dev: false dev: false
/@floating-ui/react-dom@1.3.0(react-dom@18.0.0)(react@18.0.0): /@floating-ui/react-dom@1.3.0(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-htwHm67Ji5E/pROEAr7f8IKFShuiCKHwUC/UY4vC3I5jiSvGFAYnSYiZO5MlGmads+QqvUkR9ANHEguGrDv72g==} resolution: {integrity: sha512-htwHm67Ji5E/pROEAr7f8IKFShuiCKHwUC/UY4vC3I5jiSvGFAYnSYiZO5MlGmads+QqvUkR9ANHEguGrDv72g==}
peerDependencies: peerDependencies:
react: '>=16.8.0' react: '>=16.8.0'
react-dom: '>=16.8.0' react-dom: '>=16.8.0'
dependencies: dependencies:
'@floating-ui/dom': 1.6.1 '@floating-ui/dom': 1.6.1
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
dev: false dev: false
/@floating-ui/react@0.19.2(react-dom@18.0.0)(react@18.0.0): /@floating-ui/react@0.19.2(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-JyNk4A0Ezirq8FlXECvRtQOX/iBe5Ize0W/pLkrZjfHW9GUV7Xnq6zm6fyZuQzaHHqEnVizmvlA96e1/CkZv+w==} resolution: {integrity: sha512-JyNk4A0Ezirq8FlXECvRtQOX/iBe5Ize0W/pLkrZjfHW9GUV7Xnq6zm6fyZuQzaHHqEnVizmvlA96e1/CkZv+w==}
peerDependencies: peerDependencies:
react: '>=16.8.0' react: '>=16.8.0'
react-dom: '>=16.8.0' react-dom: '>=16.8.0'
dependencies: dependencies:
'@floating-ui/react-dom': 1.3.0(react-dom@18.0.0)(react@18.0.0) '@floating-ui/react-dom': 1.3.0(react-dom@18.0.0)(react@18.2.0)
aria-hidden: 1.2.3 aria-hidden: 1.2.3
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
tabbable: 6.2.0 tabbable: 6.2.0
dev: false dev: false
@ -524,17 +524,17 @@ packages:
resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==}
dev: false dev: false
/@headlessui/react@1.7.18(react-dom@18.0.0)(react@18.0.0): /@headlessui/react@1.7.18(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-4i5DOrzwN4qSgNsL4Si61VMkUcWbcSKueUV7sFhpHzQcSShdlHENE5+QBntMSRvHt8NyoFO2AGG8si9lq+w4zQ==} resolution: {integrity: sha512-4i5DOrzwN4qSgNsL4Si61VMkUcWbcSKueUV7sFhpHzQcSShdlHENE5+QBntMSRvHt8NyoFO2AGG8si9lq+w4zQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
react: ^16 || ^17 || ^18 react: ^16 || ^17 || ^18
react-dom: ^16 || ^17 || ^18 react-dom: ^16 || ^17 || ^18
dependencies: dependencies:
'@tanstack/react-virtual': 3.0.4(react-dom@18.0.0)(react@18.0.0) '@tanstack/react-virtual': 3.0.4(react-dom@18.0.0)(react@18.2.0)
client-only: 0.0.1 client-only: 0.0.1
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
dev: false dev: false
/@headlessui/tailwindcss@0.1.3(tailwindcss@3.3.0): /@headlessui/tailwindcss@0.1.3(tailwindcss@3.3.0):
@ -546,12 +546,12 @@ packages:
tailwindcss: 3.3.0(postcss@8.4.35)(ts-node@10.9.2) tailwindcss: 3.3.0(postcss@8.4.35)(ts-node@10.9.2)
dev: false dev: false
/@heroicons/react@1.0.6(react@18.0.0): /@heroicons/react@1.0.6(react@18.2.0):
resolution: {integrity: sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==} resolution: {integrity: sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==}
peerDependencies: peerDependencies:
react: '>= 16' react: '>= 16'
dependencies: dependencies:
react: 18.0.0 react: 18.2.0
dev: false dev: false
/@humanwhocodes/config-array@0.6.0: /@humanwhocodes/config-array@0.6.0:
@ -976,14 +976,14 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@reaviz/react-use-fuzzy@1.0.3(fuse.js@6.6.2)(react@18.0.0): /@reaviz/react-use-fuzzy@1.0.3(fuse.js@6.6.2)(react@18.2.0):
resolution: {integrity: sha512-ON5RxiI0r9zNpEKHvxqT8zz3iI4kzc37NzB4t8lfXSWwCEkpzxWY9TB2JAdYp9LC3UW2tN9zxdMnaNBLz4atTw==} resolution: {integrity: sha512-ON5RxiI0r9zNpEKHvxqT8zz3iI4kzc37NzB4t8lfXSWwCEkpzxWY9TB2JAdYp9LC3UW2tN9zxdMnaNBLz4atTw==}
peerDependencies: peerDependencies:
fuse.js: ^6.6.2 fuse.js: ^6.6.2
react: '>= 16' react: '>= 16'
dependencies: dependencies:
fuse.js: 6.6.2 fuse.js: 6.6.2
react: 18.0.0 react: 18.2.0
dev: false dev: false
/@rushstack/eslint-patch@1.7.2: /@rushstack/eslint-patch@1.7.2:
@ -1006,10 +1006,10 @@ packages:
'@sinonjs/commons': 3.0.1 '@sinonjs/commons': 3.0.1
dev: true dev: true
/@storybook/addons@7.6.14(react-dom@18.0.0)(react@18.0.0): /@storybook/addons@7.6.14(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-J/TpNl7dzKthv7hAXkUoPF5GSonLINFgoVgl7gBj5RnAIqKUnliMOMohYTteHEIiOsXRk3uDx+trSGsp42jsdw==} resolution: {integrity: sha512-J/TpNl7dzKthv7hAXkUoPF5GSonLINFgoVgl7gBj5RnAIqKUnliMOMohYTteHEIiOsXRk3uDx+trSGsp42jsdw==}
dependencies: dependencies:
'@storybook/manager-api': 7.6.14(react-dom@18.0.0)(react@18.0.0) '@storybook/manager-api': 7.6.14(react-dom@18.0.0)(react@18.2.0)
'@storybook/preview-api': 7.6.14 '@storybook/preview-api': 7.6.14
'@storybook/types': 7.6.14 '@storybook/types': 7.6.14
transitivePeerDependencies: transitivePeerDependencies:
@ -1050,7 +1050,7 @@ packages:
resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==}
dev: false dev: false
/@storybook/manager-api@7.6.14(react-dom@18.0.0)(react@18.0.0): /@storybook/manager-api@7.6.14(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-kZbcudrpQaYgUCrnBumDBPOvaEcvFBrZjM5v3AvMenVMXTjwlAHF8mZswE/ptpDsico2iSN96nMhd97OyaAuqA==} resolution: {integrity: sha512-kZbcudrpQaYgUCrnBumDBPOvaEcvFBrZjM5v3AvMenVMXTjwlAHF8mZswE/ptpDsico2iSN96nMhd97OyaAuqA==}
dependencies: dependencies:
'@storybook/channels': 7.6.14 '@storybook/channels': 7.6.14
@ -1059,7 +1059,7 @@ packages:
'@storybook/csf': 0.1.2 '@storybook/csf': 0.1.2
'@storybook/global': 5.0.0 '@storybook/global': 5.0.0
'@storybook/router': 7.6.14 '@storybook/router': 7.6.14
'@storybook/theming': 7.6.14(react-dom@18.0.0)(react@18.0.0) '@storybook/theming': 7.6.14(react-dom@18.0.0)(react@18.2.0)
'@storybook/types': 7.6.14 '@storybook/types': 7.6.14
dequal: 2.0.3 dequal: 2.0.3
lodash: 4.17.21 lodash: 4.17.21
@ -1099,18 +1099,18 @@ packages:
qs: 6.11.2 qs: 6.11.2
dev: false dev: false
/@storybook/theming@7.6.14(react-dom@18.0.0)(react@18.0.0): /@storybook/theming@7.6.14(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-jpryYjBAGLkFauSyNEoflSfYqO3srn98llNxhgxpc1P1ocmOzeDwdg7PUWDI9DCuJC+OWaXa1zzLO6uRLyEJAQ==} resolution: {integrity: sha512-jpryYjBAGLkFauSyNEoflSfYqO3srn98llNxhgxpc1P1ocmOzeDwdg7PUWDI9DCuJC+OWaXa1zzLO6uRLyEJAQ==}
peerDependencies: peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies: dependencies:
'@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.0.0) '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
'@storybook/client-logger': 7.6.14 '@storybook/client-logger': 7.6.14
'@storybook/global': 5.0.0 '@storybook/global': 5.0.0
memoizerific: 1.11.3 memoizerific: 1.11.3
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
dev: false dev: false
/@storybook/types@7.6.14: /@storybook/types@7.6.14:
@ -1128,15 +1128,15 @@ packages:
tslib: 2.6.2 tslib: 2.6.2
dev: false dev: false
/@tanstack/react-virtual@3.0.4(react-dom@18.0.0)(react@18.0.0): /@tanstack/react-virtual@3.0.4(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-tiqKW/e2MJVCr7/pRUXulpkyxllaOclkHNfhKTo4pmHjJIqnhMfwIjc1Q1R0Un3PI3kQywywu/791c8z9u0qeA==} resolution: {integrity: sha512-tiqKW/e2MJVCr7/pRUXulpkyxllaOclkHNfhKTo4pmHjJIqnhMfwIjc1Q1R0Un3PI3kQywywu/791c8z9u0qeA==}
peerDependencies: peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies: dependencies:
'@tanstack/virtual-core': 3.0.0 '@tanstack/virtual-core': 3.0.0
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
dev: false dev: false
/@tanstack/virtual-core@3.0.0: /@tanstack/virtual-core@3.0.0:
@ -1186,7 +1186,7 @@ packages:
redent: 3.0.0 redent: 3.0.0
dev: true dev: true
/@testing-library/react@14.1.2(react-dom@18.0.0)(react@18.0.0): /@testing-library/react@14.1.2(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==} resolution: {integrity: sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==}
engines: {node: '>=14'} engines: {node: '>=14'}
peerDependencies: peerDependencies:
@ -1196,8 +1196,8 @@ packages:
'@babel/runtime': 7.23.9 '@babel/runtime': 7.23.9
'@testing-library/dom': 9.3.4 '@testing-library/dom': 9.3.4
'@types/react-dom': 18.0.0 '@types/react-dom': 18.0.0
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
dev: true dev: true
/@tootallnate/once@2.0.0: /@tootallnate/once@2.0.0:
@ -1205,22 +1205,22 @@ packages:
engines: {node: '>= 10'} engines: {node: '>= 10'}
dev: true dev: true
/@tremor/react@3.12.0(@storybook/addons@7.6.14)(react-dom@18.0.0)(react@18.0.0)(tailwindcss@3.3.0): /@tremor/react@3.12.0(@storybook/addons@7.6.14)(react-dom@18.0.0)(react@18.2.0)(tailwindcss@3.3.0):
resolution: {integrity: sha512-ZsDfrS32BvGJkBN/3rs3W0BLka76pTtXnm4SVsu1K2RBljMvH8DC0/oTCgnm1z3/isgETWYAzdDJ0QT7NmbPng==} resolution: {integrity: sha512-ZsDfrS32BvGJkBN/3rs3W0BLka76pTtXnm4SVsu1K2RBljMvH8DC0/oTCgnm1z3/isgETWYAzdDJ0QT7NmbPng==}
peerDependencies: peerDependencies:
react: ^18.0.0 react: ^18.0.0
react-dom: '>=16.6.0' react-dom: '>=16.6.0'
dependencies: dependencies:
'@floating-ui/react': 0.19.2(react-dom@18.0.0)(react@18.0.0) '@floating-ui/react': 0.19.2(react-dom@18.0.0)(react@18.2.0)
'@headlessui/react': 1.7.18(react-dom@18.0.0)(react@18.0.0) '@headlessui/react': 1.7.18(react-dom@18.0.0)(react@18.2.0)
'@headlessui/tailwindcss': 0.1.3(tailwindcss@3.3.0) '@headlessui/tailwindcss': 0.1.3(tailwindcss@3.3.0)
date-fns: 2.30.0 date-fns: 2.30.0
react: 18.0.0 react: 18.2.0
react-day-picker: 8.10.0(date-fns@2.30.0)(react@18.0.0) react-day-picker: 8.10.0(date-fns@2.30.0)(react@18.2.0)
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
react-transition-group: 4.4.5(react-dom@18.0.0)(react@18.0.0) react-transition-group: 4.4.5(react-dom@18.0.0)(react@18.2.0)
recharts: 2.12.0(react-dom@18.0.0)(react@18.0.0) recharts: 2.12.0(react-dom@18.0.0)(react@18.2.0)
storybook-source-link: 4.0.1(@storybook/addons@7.6.14)(react-dom@18.0.0)(react@18.0.0) storybook-source-link: 4.0.1(@storybook/addons@7.6.14)(react-dom@18.0.0)(react@18.2.0)
tailwind-merge: 1.14.0 tailwind-merge: 1.14.0
transitivePeerDependencies: transitivePeerDependencies:
- '@storybook/addons' - '@storybook/addons'
@ -1418,29 +1418,21 @@ packages:
/@types/react-calendar-heatmap@1.6.6: /@types/react-calendar-heatmap@1.6.6:
resolution: {integrity: sha512-3vjiKV/hmPsOqPNtjgDhZsu7AhJTt8EoNj5NDmPOGbPS8LKajFy+Ia5fQQlTVkJyk0UhhZFkp9zzqoilclabcQ==} resolution: {integrity: sha512-3vjiKV/hmPsOqPNtjgDhZsu7AhJTt8EoNj5NDmPOGbPS8LKajFy+Ia5fQQlTVkJyk0UhhZFkp9zzqoilclabcQ==}
dependencies: dependencies:
'@types/react': 18.0.0 '@types/react': 18.2.55
dev: true dev: true
/@types/react-dom@18.0.0: /@types/react-dom@18.0.0:
resolution: {integrity: sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==} resolution: {integrity: sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==}
dependencies: dependencies:
'@types/react': 18.0.0 '@types/react': 18.2.55
dev: true dev: true
/@types/react@18.0.0:
resolution: {integrity: sha512-7+K7zEQYu7NzOwQGLR91KwWXXDzmTFODRVizJyIALf6RfLv2GDpqpknX64pvRVILXCpXi7O/pua8NGk44dLvJw==}
dependencies:
'@types/prop-types': 15.7.11
'@types/scheduler': 0.16.8
csstype: 3.1.3
/@types/react@18.2.55: /@types/react@18.2.55:
resolution: {integrity: sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==} resolution: {integrity: sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==}
dependencies: dependencies:
'@types/prop-types': 15.7.11 '@types/prop-types': 15.7.11
'@types/scheduler': 0.16.8 '@types/scheduler': 0.16.8
csstype: 3.1.3 csstype: 3.1.3
dev: false
/@types/scheduler@0.16.8: /@types/scheduler@0.16.8:
resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==}
@ -1478,7 +1470,7 @@ packages:
'@types/yargs-parser': 21.0.3 '@types/yargs-parser': 21.0.3
dev: true dev: true
/@typescript-eslint/parser@6.21.0(eslint@8.0.0)(typescript@5.0.2): /@typescript-eslint/parser@6.21.0(eslint@8.0.0)(typescript@5.3.3):
resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==} resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==}
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies: peerDependencies:
@ -1490,11 +1482,11 @@ packages:
dependencies: dependencies:
'@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/scope-manager': 6.21.0
'@typescript-eslint/types': 6.21.0 '@typescript-eslint/types': 6.21.0
'@typescript-eslint/typescript-estree': 6.21.0(typescript@5.0.2) '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3)
'@typescript-eslint/visitor-keys': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0
debug: 4.3.4 debug: 4.3.4
eslint: 8.0.0 eslint: 8.0.0
typescript: 5.0.2 typescript: 5.3.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
@ -1512,7 +1504,7 @@ packages:
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
dev: true dev: true
/@typescript-eslint/typescript-estree@6.21.0(typescript@5.0.2): /@typescript-eslint/typescript-estree@6.21.0(typescript@5.3.3):
resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==}
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies: peerDependencies:
@ -1528,8 +1520,8 @@ packages:
is-glob: 4.0.3 is-glob: 4.0.3
minimatch: 9.0.3 minimatch: 9.0.3
semver: 7.6.0 semver: 7.6.0
ts-api-utils: 1.2.1(typescript@5.0.2) ts-api-utils: 1.2.1(typescript@5.3.3)
typescript: 5.0.2 typescript: 5.3.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
@ -2773,7 +2765,7 @@ packages:
source-map: 0.6.1 source-map: 0.6.1
dev: true dev: true
/eslint-config-next@14.0.4(eslint@8.0.0)(typescript@5.0.2): /eslint-config-next@14.0.4(eslint@8.0.0)(typescript@5.3.3):
resolution: {integrity: sha512-9/xbOHEQOmQtqvQ1UsTQZpnA7SlDMBtuKJ//S4JnoyK3oGLhILKXdBgu/UO7lQo/2xOykQULS1qQ6p2+EpHgAQ==} resolution: {integrity: sha512-9/xbOHEQOmQtqvQ1UsTQZpnA7SlDMBtuKJ//S4JnoyK3oGLhILKXdBgu/UO7lQo/2xOykQULS1qQ6p2+EpHgAQ==}
peerDependencies: peerDependencies:
eslint: ^7.23.0 || ^8.0.0 eslint: ^7.23.0 || ^8.0.0
@ -2784,7 +2776,7 @@ packages:
dependencies: dependencies:
'@next/eslint-plugin-next': 14.0.4 '@next/eslint-plugin-next': 14.0.4
'@rushstack/eslint-patch': 1.7.2 '@rushstack/eslint-patch': 1.7.2
'@typescript-eslint/parser': 6.21.0(eslint@8.0.0)(typescript@5.0.2) '@typescript-eslint/parser': 6.21.0(eslint@8.0.0)(typescript@5.3.3)
eslint: 8.0.0 eslint: 8.0.0
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.0.0) eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.0.0)
@ -2792,7 +2784,7 @@ packages:
eslint-plugin-jsx-a11y: 6.8.0(eslint@8.0.0) eslint-plugin-jsx-a11y: 6.8.0(eslint@8.0.0)
eslint-plugin-react: 7.33.2(eslint@8.0.0) eslint-plugin-react: 7.33.2(eslint@8.0.0)
eslint-plugin-react-hooks: 4.6.0(eslint@8.0.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.0.0)
typescript: 5.0.2 typescript: 5.3.3
transitivePeerDependencies: transitivePeerDependencies:
- eslint-import-resolver-webpack - eslint-import-resolver-webpack
- supports-color - supports-color
@ -2852,7 +2844,7 @@ packages:
eslint-import-resolver-webpack: eslint-import-resolver-webpack:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 6.21.0(eslint@8.0.0)(typescript@5.0.2) '@typescript-eslint/parser': 6.21.0(eslint@8.0.0)(typescript@5.3.3)
debug: 3.2.7 debug: 3.2.7
eslint: 8.0.0 eslint: 8.0.0
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
@ -2871,7 +2863,7 @@ packages:
'@typescript-eslint/parser': '@typescript-eslint/parser':
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 6.21.0(eslint@8.0.0)(typescript@5.0.2) '@typescript-eslint/parser': 6.21.0(eslint@8.0.0)(typescript@5.3.3)
array-includes: 3.1.7 array-includes: 3.1.7
array.prototype.findlastindex: 1.2.4 array.prototype.findlastindex: 1.2.4
array.prototype.flat: 1.3.2 array.prototype.flat: 1.3.2
@ -3197,7 +3189,7 @@ packages:
uglify-js: 2.8.29 uglify-js: 2.8.29
dev: false dev: false
/focus-trap-react@8.11.3(prop-types@15.8.1)(react-dom@18.0.0)(react@18.0.0): /focus-trap-react@8.11.3(prop-types@15.8.1)(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-y126gMYuB1aVYiEZSP6/v9bAfVmAIUVixanhcoMelkz7bOh+l0c3h05CEHC8S63ztxdRI2AAPS9AsTat6jlDeQ==} resolution: {integrity: sha512-y126gMYuB1aVYiEZSP6/v9bAfVmAIUVixanhcoMelkz7bOh+l0c3h05CEHC8S63ztxdRI2AAPS9AsTat6jlDeQ==}
peerDependencies: peerDependencies:
prop-types: ^15.8.1 prop-types: ^15.8.1
@ -3206,8 +3198,8 @@ packages:
dependencies: dependencies:
focus-trap: 6.9.4 focus-trap: 6.9.4
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
tabbable: 5.3.3 tabbable: 5.3.3
dev: false dev: false
@ -3238,7 +3230,7 @@ packages:
mime-types: 2.1.35 mime-types: 2.1.35
dev: true dev: true
/framer-motion@10.18.0(react-dom@18.0.0)(react@18.0.0): /framer-motion@10.18.0(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-oGlDh1Q1XqYPksuTD/usb0I70hq95OUzmL9+6Zd+Hs4XV0oaISBa/UUMSjYiq6m8EUF32132mOJ8xVZS+I0S6w==} resolution: {integrity: sha512-oGlDh1Q1XqYPksuTD/usb0I70hq95OUzmL9+6Zd+Hs4XV0oaISBa/UUMSjYiq6m8EUF32132mOJ8xVZS+I0S6w==}
peerDependencies: peerDependencies:
react: ^18.0.0 react: ^18.0.0
@ -3249,8 +3241,8 @@ packages:
react-dom: react-dom:
optional: true optional: true
dependencies: dependencies:
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
tslib: 2.6.2 tslib: 2.6.2
optionalDependencies: optionalDependencies:
'@emotion/is-prop-valid': 0.8.8 '@emotion/is-prop-valid': 0.8.8
@ -3483,14 +3475,14 @@ packages:
dependencies: dependencies:
function-bind: 1.1.2 function-bind: 1.1.2
/heat-calendar@1.0.7(react-dom@18.0.0)(react@18.0.0): /heat-calendar@1.0.7(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-K99EwrxqmH+Va00PkVxHFl7mefBjHN1qi38HlY7bEIrPDY0Gs03AjhDhSJiRZA/HRNpQBsASHSKlhwRrO1ZV1Q==} resolution: {integrity: sha512-K99EwrxqmH+Va00PkVxHFl7mefBjHN1qi38HlY7bEIrPDY0Gs03AjhDhSJiRZA/HRNpQBsASHSKlhwRrO1ZV1Q==}
peerDependencies: peerDependencies:
react: ^18.2.0 react: ^18.2.0
react-dom: ^18.2.0 react-dom: ^18.2.0
dependencies: dependencies:
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
dev: false dev: false
/highlight-words-core@1.2.2: /highlight-words-core@1.2.2:
@ -3973,7 +3965,7 @@ packages:
pretty-format: 29.7.0 pretty-format: 29.7.0
slash: 3.0.0 slash: 3.0.0
strip-json-comments: 3.1.1 strip-json-comments: 3.1.1
ts-node: 10.9.2(@types/node@20.0.0)(typescript@5.0.2) ts-node: 10.9.2(@types/node@20.0.0)(typescript@5.3.3)
transitivePeerDependencies: transitivePeerDependencies:
- babel-plugin-macros - babel-plugin-macros
- supports-color - supports-color
@ -4710,7 +4702,7 @@ packages:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
dev: true dev: true
/next@14.1.0(@babel/core@7.23.9)(react-dom@18.0.0)(react@18.0.0): /next@14.1.0(@babel/core@7.23.9)(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-wlzrsbfeSU48YQBjZhDzOwhWhGsy+uQycR8bHAOt1LY1bn3zZEcDyHQOEoN3aWzQ8LHCAJ1nqrWCc9XF2+O45Q==} resolution: {integrity: sha512-wlzrsbfeSU48YQBjZhDzOwhWhGsy+uQycR8bHAOt1LY1bn3zZEcDyHQOEoN3aWzQ8LHCAJ1nqrWCc9XF2+O45Q==}
engines: {node: '>=18.17.0'} engines: {node: '>=18.17.0'}
hasBin: true hasBin: true
@ -4731,9 +4723,9 @@ packages:
caniuse-lite: 1.0.30001585 caniuse-lite: 1.0.30001585
graceful-fs: 4.2.11 graceful-fs: 4.2.11
postcss: 8.4.31 postcss: 8.4.31
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
styled-jsx: 5.1.1(@babel/core@7.23.9)(react@18.0.0) styled-jsx: 5.1.1(@babel/core@7.23.9)(react@18.2.0)
optionalDependencies: optionalDependencies:
'@next/swc-darwin-arm64': 14.1.0 '@next/swc-darwin-arm64': 14.1.0
'@next/swc-darwin-x64': 14.1.0 '@next/swc-darwin-x64': 14.1.0
@ -5107,7 +5099,7 @@ packages:
dependencies: dependencies:
lilconfig: 2.1.0 lilconfig: 2.1.0
postcss: 8.4.35 postcss: 8.4.35
ts-node: 10.9.2(@types/node@20.0.0)(typescript@5.0.2) ts-node: 10.9.2(@types/node@20.0.0)(typescript@5.3.3)
yaml: 1.10.2 yaml: 1.10.2
/postcss-nested@6.0.0(postcss@8.4.35): /postcss-nested@6.0.0(postcss@8.4.35):
@ -5272,7 +5264,7 @@ packages:
resolution: {integrity: sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==} resolution: {integrity: sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==}
dev: false dev: false
/rdk@6.6.0(react-dom@18.0.0)(react@18.0.0): /rdk@6.6.0(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-c+j6GNRVNri0kXassZjR5FGsVKn1/m7Sgafr2JDoV4eeXwNNaU+XVv46TwZLYSL29OhKuov6EJd0BCl6gY6sAg==} resolution: {integrity: sha512-c+j6GNRVNri0kXassZjR5FGsVKn1/m7Sgafr2JDoV4eeXwNNaU+XVv46TwZLYSL29OhKuov6EJd0BCl6gY6sAg==}
peerDependencies: peerDependencies:
react: '>=16' react: '>=16'
@ -5280,113 +5272,113 @@ packages:
dependencies: dependencies:
body-scroll-lock: 4.0.0-beta.0 body-scroll-lock: 4.0.0-beta.0
classnames: 2.5.1 classnames: 2.5.1
framer-motion: 10.18.0(react-dom@18.0.0)(react@18.0.0) framer-motion: 10.18.0(react-dom@18.0.0)(react@18.2.0)
popper.js: 1.16.1 popper.js: 1.16.1
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
dev: false dev: false
/reablocks@5.8.8(@types/react@18.0.0)(prop-types@15.8.1)(react-dom@18.0.0)(react@18.0.0): /reablocks@5.8.8(@types/react@18.2.55)(prop-types@15.8.1)(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-LOBG+d+SeKkA7Sn1ietgKcfKkfZYEwbK/thfhvAevxwtHQMOwsmttcSm0/gctT1QA6G5skex/z325R0G3IMbgw==} resolution: {integrity: sha512-LOBG+d+SeKkA7Sn1ietgKcfKkfZYEwbK/thfhvAevxwtHQMOwsmttcSm0/gctT1QA6G5skex/z325R0G3IMbgw==}
peerDependencies: peerDependencies:
react: '>=16' react: '>=16'
react-dom: '>=16' react-dom: '>=16'
dependencies: dependencies:
'@marko19907/string-to-color': 1.0.0 '@marko19907/string-to-color': 1.0.0
'@reaviz/react-use-fuzzy': 1.0.3(fuse.js@6.6.2)(react@18.0.0) '@reaviz/react-use-fuzzy': 1.0.3(fuse.js@6.6.2)(react@18.2.0)
chroma-js: 2.4.2 chroma-js: 2.4.2
classnames: 2.5.1 classnames: 2.5.1
coverup: 0.1.1 coverup: 0.1.1
create-global-state-hook: 0.0.2 create-global-state-hook: 0.0.2
date-fns: 2.30.0 date-fns: 2.30.0
ellipsize: 0.5.1 ellipsize: 0.5.1
focus-trap-react: 8.11.3(prop-types@15.8.1)(react-dom@18.0.0)(react@18.0.0) focus-trap-react: 8.11.3(prop-types@15.8.1)(react-dom@18.0.0)(react@18.2.0)
framer-motion: 10.18.0(react-dom@18.0.0)(react@18.0.0) framer-motion: 10.18.0(react-dom@18.0.0)(react@18.2.0)
fuse.js: 6.6.2 fuse.js: 6.6.2
human-format: 1.2.0 human-format: 1.2.0
mousetrap: 1.6.5 mousetrap: 1.6.5
name-initials: 0.1.3 name-initials: 0.1.3
pluralize: 8.0.0 pluralize: 8.0.0
rdk: 6.6.0(react-dom@18.0.0)(react@18.0.0) rdk: 6.6.0(react-dom@18.0.0)(react@18.2.0)
react: 18.0.0 react: 18.2.0
react-18-input-autosize: 3.0.0(react@18.0.0) react-18-input-autosize: 3.0.0(react@18.2.0)
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
react-fast-compare: 3.2.2 react-fast-compare: 3.2.2
react-highlight-words: 0.20.0(react@18.0.0) react-highlight-words: 0.20.0(react@18.2.0)
react-textarea-autosize: 8.5.3(@types/react@18.0.0)(react@18.0.0) react-textarea-autosize: 8.5.3(@types/react@18.2.55)(react@18.2.0)
transitivePeerDependencies: transitivePeerDependencies:
- '@types/react' - '@types/react'
- prop-types - prop-types
dev: false dev: false
/react-18-input-autosize@3.0.0(react@18.0.0): /react-18-input-autosize@3.0.0(react@18.2.0):
resolution: {integrity: sha512-7tsUc9PJWg6Vsp8qYuzlKKBf7hbCoTBdNfjYZSprEPbxf3meuhjklg9QPBe9rIyoR3uDAzmG7NpoJ1+kP5ns+w==} resolution: {integrity: sha512-7tsUc9PJWg6Vsp8qYuzlKKBf7hbCoTBdNfjYZSprEPbxf3meuhjklg9QPBe9rIyoR3uDAzmG7NpoJ1+kP5ns+w==}
peerDependencies: peerDependencies:
react: ^16.3.0 || ^17.0.0 || ^18.0.0 react: ^16.3.0 || ^17.0.0 || ^18.0.0
dependencies: dependencies:
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.0.0 react: 18.2.0
dev: false dev: false
/react-calendar-heatmap@1.9.0(react@18.0.0): /react-calendar-heatmap@1.9.0(react@18.2.0):
resolution: {integrity: sha512-mGed9any6QLOVckxwxC/eeP9s9wE8mTUW/FCE0V27xF9WOaCGuOftGSRH8DSDoSwgzMSVF6uuH7M1xvc+aZ8sg==} resolution: {integrity: sha512-mGed9any6QLOVckxwxC/eeP9s9wE8mTUW/FCE0V27xF9WOaCGuOftGSRH8DSDoSwgzMSVF6uuH7M1xvc+aZ8sg==}
peerDependencies: peerDependencies:
react: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 react: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
dependencies: dependencies:
memoize-one: 5.2.1 memoize-one: 5.2.1
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.0.0 react: 18.2.0
dev: false dev: false
/react-cool-dimensions@3.0.1(react@18.0.0): /react-cool-dimensions@3.0.1(react@18.2.0):
resolution: {integrity: sha512-DUsDB5WUN1Qh6fJJlBtqFKCktrZCPRYcVn8NTeM6hP/5AhZNjDOa2sC2Dg0EM3WUObPDNV5nFLA34vHQfahUeg==} resolution: {integrity: sha512-DUsDB5WUN1Qh6fJJlBtqFKCktrZCPRYcVn8NTeM6hP/5AhZNjDOa2sC2Dg0EM3WUObPDNV5nFLA34vHQfahUeg==}
peerDependencies: peerDependencies:
react: '>= 16.8.0' react: '>= 16.8.0'
dependencies: dependencies:
react: 18.0.0 react: 18.2.0
dev: false dev: false
/react-date-heatmap@1.0.4(react@18.0.0): /react-date-heatmap@1.0.4(react@18.2.0):
resolution: {integrity: sha512-pyH1F6uNROUDSXnKikNTp9LZZzrDi31+wlgujkLwjahi9KmqasHj3RwKvfjL+O6YlTZMlGJ/J8vRsidzNW4+Lg==} resolution: {integrity: sha512-pyH1F6uNROUDSXnKikNTp9LZZzrDi31+wlgujkLwjahi9KmqasHj3RwKvfjL+O6YlTZMlGJ/J8vRsidzNW4+Lg==}
peerDependencies: peerDependencies:
react: ^18.2.0 react: ^18.2.0
dependencies: dependencies:
react: 18.0.0 react: 18.2.0
dev: false dev: false
/react-day-picker@8.10.0(date-fns@2.30.0)(react@18.0.0): /react-day-picker@8.10.0(date-fns@2.30.0)(react@18.2.0):
resolution: {integrity: sha512-mz+qeyrOM7++1NCb1ARXmkjMkzWVh2GL9YiPbRjKe0zHccvekk4HE+0MPOZOrosn8r8zTHIIeOUXTmXRqmkRmg==} resolution: {integrity: sha512-mz+qeyrOM7++1NCb1ARXmkjMkzWVh2GL9YiPbRjKe0zHccvekk4HE+0MPOZOrosn8r8zTHIIeOUXTmXRqmkRmg==}
peerDependencies: peerDependencies:
date-fns: ^2.28.0 || ^3.0.0 date-fns: ^2.28.0 || ^3.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies: dependencies:
date-fns: 2.30.0 date-fns: 2.30.0
react: 18.0.0 react: 18.2.0
dev: false dev: false
/react-dom@18.0.0(react@18.0.0): /react-dom@18.0.0(react@18.2.0):
resolution: {integrity: sha512-XqX7uzmFo0pUceWFCt7Gff6IyIMzFUn7QMZrbrQfGxtaxXZIcGQzoNpRLE3fQLnS4XzLLPMZX2T9TRcSrasicw==} resolution: {integrity: sha512-XqX7uzmFo0pUceWFCt7Gff6IyIMzFUn7QMZrbrQfGxtaxXZIcGQzoNpRLE3fQLnS4XzLLPMZX2T9TRcSrasicw==}
peerDependencies: peerDependencies:
react: ^18.0.0 react: ^18.0.0
dependencies: dependencies:
loose-envify: 1.4.0 loose-envify: 1.4.0
react: 18.0.0 react: 18.2.0
scheduler: 0.21.0 scheduler: 0.21.0
/react-error-boundary@4.0.12(react@18.0.0): /react-error-boundary@4.0.12(react@18.2.0):
resolution: {integrity: sha512-kJdxdEYlb7CPC1A0SeUY38cHpjuu6UkvzKiAmqmOFL21VRfMhOcWxTCBgLVCO0VEMh9JhFNcVaXlV4/BTpiwOA==} resolution: {integrity: sha512-kJdxdEYlb7CPC1A0SeUY38cHpjuu6UkvzKiAmqmOFL21VRfMhOcWxTCBgLVCO0VEMh9JhFNcVaXlV4/BTpiwOA==}
peerDependencies: peerDependencies:
react: '>=16.13.1' react: '>=16.13.1'
dependencies: dependencies:
'@babel/runtime': 7.23.9 '@babel/runtime': 7.23.9
react: 18.0.0 react: 18.2.0
dev: false dev: false
/react-fast-compare@3.2.2: /react-fast-compare@3.2.2:
resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==}
dev: false dev: false
/react-highlight-words@0.20.0(react@18.0.0): /react-highlight-words@0.20.0(react@18.2.0):
resolution: {integrity: sha512-asCxy+jCehDVhusNmCBoxDf2mm1AJ//D+EzDx1m5K7EqsMBIHdZ5G4LdwbSEXqZq1Ros0G0UySWmAtntSph7XA==} resolution: {integrity: sha512-asCxy+jCehDVhusNmCBoxDf2mm1AJ//D+EzDx1m5K7EqsMBIHdZ5G4LdwbSEXqZq1Ros0G0UySWmAtntSph7XA==}
peerDependencies: peerDependencies:
react: ^0.14.0 || ^15.0.0 || ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 react: ^0.14.0 || ^15.0.0 || ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
@ -5394,7 +5386,7 @@ packages:
highlight-words-core: 1.2.2 highlight-words-core: 1.2.2
memoize-one: 4.0.3 memoize-one: 4.0.3
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.0.0 react: 18.2.0
dev: false dev: false
/react-is@16.13.1: /react-is@16.13.1:
@ -5408,7 +5400,7 @@ packages:
resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
dev: true dev: true
/react-smooth@4.0.0(react-dom@18.0.0)(react@18.0.0): /react-smooth@4.0.0(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-2NMXOBY1uVUQx1jBeENGA497HK20y6CPGYL1ZnJLeoQ8rrc3UfmOM82sRxtzpcoCkUMy4CS0RGylfuVhuFjBgg==} resolution: {integrity: sha512-2NMXOBY1uVUQx1jBeENGA497HK20y6CPGYL1ZnJLeoQ8rrc3UfmOM82sRxtzpcoCkUMy4CS0RGylfuVhuFjBgg==}
peerDependencies: peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0
@ -5416,26 +5408,26 @@ packages:
dependencies: dependencies:
fast-equals: 5.0.1 fast-equals: 5.0.1
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
react-transition-group: 4.4.5(react-dom@18.0.0)(react@18.0.0) react-transition-group: 4.4.5(react-dom@18.0.0)(react@18.2.0)
dev: false dev: false
/react-textarea-autosize@8.5.3(@types/react@18.0.0)(react@18.0.0): /react-textarea-autosize@8.5.3(@types/react@18.2.55)(react@18.2.0):
resolution: {integrity: sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==} resolution: {integrity: sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies: dependencies:
'@babel/runtime': 7.23.9 '@babel/runtime': 7.23.9
react: 18.0.0 react: 18.2.0
use-composed-ref: 1.3.0(react@18.0.0) use-composed-ref: 1.3.0(react@18.2.0)
use-latest: 1.2.1(@types/react@18.0.0)(react@18.0.0) use-latest: 1.2.1(@types/react@18.2.55)(react@18.2.0)
transitivePeerDependencies: transitivePeerDependencies:
- '@types/react' - '@types/react'
dev: false dev: false
/react-tooltip@5.25.0(react-dom@18.0.0)(react@18.0.0): /react-tooltip@5.25.0(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-/eGhmlwbHlJrVoUe75fb58rJfAy9aZnTvQAK9ZUPM0n9mmBGpEk13vDPiQVCeUuax+fBej+7JPsUXlhzaySc7w==} resolution: {integrity: sha512-/eGhmlwbHlJrVoUe75fb58rJfAy9aZnTvQAK9ZUPM0n9mmBGpEk13vDPiQVCeUuax+fBej+7JPsUXlhzaySc7w==}
peerDependencies: peerDependencies:
react: '>=16.14.0' react: '>=16.14.0'
@ -5443,11 +5435,11 @@ packages:
dependencies: dependencies:
'@floating-ui/dom': 1.6.1 '@floating-ui/dom': 1.6.1
classnames: 2.5.1 classnames: 2.5.1
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
dev: false dev: false
/react-transition-group@4.4.5(react-dom@18.0.0)(react@18.0.0): /react-transition-group@4.4.5(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==}
peerDependencies: peerDependencies:
react: '>=16.6.0' react: '>=16.6.0'
@ -5457,12 +5449,12 @@ packages:
dom-helpers: 5.2.1 dom-helpers: 5.2.1
loose-envify: 1.4.0 loose-envify: 1.4.0
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
dev: false dev: false
/react@18.0.0: /react@18.2.0:
resolution: {integrity: sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==} resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
dependencies: dependencies:
loose-envify: 1.4.0 loose-envify: 1.4.0
@ -5478,7 +5470,7 @@ packages:
dependencies: dependencies:
picomatch: 2.3.1 picomatch: 2.3.1
/reaviz@15.2.1(@types/react@18.0.0)(prop-types@15.8.1)(react-dom@18.0.0)(react@18.0.0): /reaviz@15.2.1(@types/react@18.2.55)(prop-types@15.8.1)(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-B7DYP2p8bCoBvVGV+YLPmkgx4pYI2gOZFuXlID97ynIfCMwHjSnqRHMcxCRpxwSH1jChFc3zgfsU5AEDy6XD/g==} resolution: {integrity: sha512-B7DYP2p8bCoBvVGV+YLPmkgx4pYI2gOZFuXlID97ynIfCMwHjSnqRHMcxCRpxwSH1jChFc3zgfsU5AEDy6XD/g==}
peerDependencies: peerDependencies:
react: '>=16' react: '>=16'
@ -5498,16 +5490,16 @@ packages:
d3-shape: 3.2.0 d3-shape: 3.2.0
d3-time: 3.1.0 d3-time: 3.1.0
ellipsize: 0.5.1 ellipsize: 0.5.1
framer-motion: 10.18.0(react-dom@18.0.0)(react@18.0.0) framer-motion: 10.18.0(react-dom@18.0.0)(react@18.2.0)
human-format: 1.2.0 human-format: 1.2.0
invert-color: 2.0.0 invert-color: 2.0.0
memoize-bind: 1.0.3 memoize-bind: 1.0.3
memoize-one: 6.0.0 memoize-one: 6.0.0
rdk: 6.6.0(react-dom@18.0.0)(react@18.0.0) rdk: 6.6.0(react-dom@18.0.0)(react@18.2.0)
reablocks: 5.8.8(@types/react@18.0.0)(prop-types@15.8.1)(react-dom@18.0.0)(react@18.0.0) reablocks: 5.8.8(@types/react@18.2.55)(prop-types@15.8.1)(react-dom@18.0.0)(react@18.2.0)
react: 18.0.0 react: 18.2.0
react-cool-dimensions: 3.0.1(react@18.0.0) react-cool-dimensions: 3.0.1(react@18.2.0)
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
react-fast-compare: 3.2.2 react-fast-compare: 3.2.2
safe-identifier: 0.4.2 safe-identifier: 0.4.2
transformation-matrix: 2.15.0 transformation-matrix: 2.15.0
@ -5522,7 +5514,7 @@ packages:
decimal.js-light: 2.5.1 decimal.js-light: 2.5.1
dev: false dev: false
/recharts@2.12.0(react-dom@18.0.0)(react@18.0.0): /recharts@2.12.0(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-rVNcdNQ5b7+40Ue7mcEKZJyEv+3SUk2bDEVvOyXPDXXVE7TU3lrvnJUgAvO36hSzhRP2DnAamKXvHLFIFOU0Ww==} resolution: {integrity: sha512-rVNcdNQ5b7+40Ue7mcEKZJyEv+3SUk2bDEVvOyXPDXXVE7TU3lrvnJUgAvO36hSzhRP2DnAamKXvHLFIFOU0Ww==}
engines: {node: '>=14'} engines: {node: '>=14'}
peerDependencies: peerDependencies:
@ -5532,10 +5524,10 @@ packages:
clsx: 2.1.0 clsx: 2.1.0
eventemitter3: 4.0.7 eventemitter3: 4.0.7
lodash: 4.17.21 lodash: 4.17.21
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
react-is: 16.13.1 react-is: 16.13.1
react-smooth: 4.0.0(react-dom@18.0.0)(react@18.0.0) react-smooth: 4.0.0(react-dom@18.0.0)(react@18.2.0)
recharts-scale: 0.4.5 recharts-scale: 0.4.5
tiny-invariant: 1.3.1 tiny-invariant: 1.3.1
victory-vendor: 36.9.1 victory-vendor: 36.9.1
@ -5857,7 +5849,7 @@ packages:
resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==}
dev: false dev: false
/storybook-source-link@4.0.1(@storybook/addons@7.6.14)(react-dom@18.0.0)(react@18.0.0): /storybook-source-link@4.0.1(@storybook/addons@7.6.14)(react-dom@18.0.0)(react@18.2.0):
resolution: {integrity: sha512-eafQgCxZ5/0ZIumT/3W/LVhFgl3Z/OeBxRkmOKkLJx9F1gpZmwNhT04IvgcSScc810ovKK1IdZ1pogkefi1s/A==} resolution: {integrity: sha512-eafQgCxZ5/0ZIumT/3W/LVhFgl3Z/OeBxRkmOKkLJx9F1gpZmwNhT04IvgcSScc810ovKK1IdZ1pogkefi1s/A==}
peerDependencies: peerDependencies:
'@storybook/addons': '*' '@storybook/addons': '*'
@ -5869,12 +5861,12 @@ packages:
react-dom: react-dom:
optional: true optional: true
dependencies: dependencies:
'@storybook/addons': 7.6.14(react-dom@18.0.0)(react@18.0.0) '@storybook/addons': 7.6.14(react-dom@18.0.0)(react@18.2.0)
'@storybook/preview-api': 7.6.14 '@storybook/preview-api': 7.6.14
'@types/react': 18.2.55 '@types/react': 18.2.55
react: 18.0.0 react: 18.2.0
react-dom: 18.0.0(react@18.0.0) react-dom: 18.0.0(react@18.2.0)
react-error-boundary: 4.0.12(react@18.0.0) react-error-boundary: 4.0.12(react@18.2.0)
dev: false dev: false
/streamsearch@1.1.0: /streamsearch@1.1.0:
@ -5988,7 +5980,7 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/styled-jsx@5.1.1(@babel/core@7.23.9)(react@18.0.0): /styled-jsx@5.1.1(@babel/core@7.23.9)(react@18.2.0):
resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==}
engines: {node: '>= 12.0.0'} engines: {node: '>= 12.0.0'}
peerDependencies: peerDependencies:
@ -6003,7 +5995,7 @@ packages:
dependencies: dependencies:
'@babel/core': 7.23.9 '@babel/core': 7.23.9
client-only: 0.0.1 client-only: 0.0.1
react: 18.0.0 react: 18.2.0
dev: false dev: false
/sucrase@3.35.0: /sucrase@3.35.0:
@ -6198,13 +6190,13 @@ packages:
resolution: {integrity: sha512-HN3kCvvH4ug3Xm/ycOfCFQOOktg5htxlC4Ih1Z7Wb6BMtQho+q+irOdGo10ARRKpqkRBXgBzQFw/AVmR0oIf0g==} resolution: {integrity: sha512-HN3kCvvH4ug3Xm/ycOfCFQOOktg5htxlC4Ih1Z7Wb6BMtQho+q+irOdGo10ARRKpqkRBXgBzQFw/AVmR0oIf0g==}
dev: false dev: false
/ts-api-utils@1.2.1(typescript@5.0.2): /ts-api-utils@1.2.1(typescript@5.3.3):
resolution: {integrity: sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==} resolution: {integrity: sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==}
engines: {node: '>=16'} engines: {node: '>=16'}
peerDependencies: peerDependencies:
typescript: '>=4.2.0' typescript: '>=4.2.0'
dependencies: dependencies:
typescript: 5.0.2 typescript: 5.3.3
dev: true dev: true
/ts-dedent@2.2.0: /ts-dedent@2.2.0:
@ -6215,7 +6207,7 @@ packages:
/ts-interface-checker@0.1.13: /ts-interface-checker@0.1.13:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
/ts-node@10.9.2(@types/node@20.0.0)(typescript@5.0.2): /ts-node@10.9.2(@types/node@20.0.0)(typescript@5.3.3):
resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -6241,7 +6233,7 @@ packages:
create-require: 1.1.1 create-require: 1.1.1
diff: 4.0.2 diff: 4.0.2
make-error: 1.3.6 make-error: 1.3.6
typescript: 5.0.2 typescript: 5.3.3
v8-compile-cache-lib: 3.0.1 v8-compile-cache-lib: 3.0.1
yn: 3.1.1 yn: 3.1.1
@ -6329,9 +6321,9 @@ packages:
ts-toolbelt: 9.6.0 ts-toolbelt: 9.6.0
dev: false dev: false
/typescript@5.0.2: /typescript@5.3.3:
resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==}
engines: {node: '>=12.20'} engines: {node: '>=14.17'}
hasBin: true hasBin: true
/uglify-js@2.8.29: /uglify-js@2.8.29:
@ -6392,15 +6384,15 @@ packages:
requires-port: 1.0.0 requires-port: 1.0.0
dev: true dev: true
/use-composed-ref@1.3.0(react@18.0.0): /use-composed-ref@1.3.0(react@18.2.0):
resolution: {integrity: sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==} resolution: {integrity: sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==}
peerDependencies: peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies: dependencies:
react: 18.0.0 react: 18.2.0
dev: false dev: false
/use-isomorphic-layout-effect@1.1.2(@types/react@18.0.0)(react@18.0.0): /use-isomorphic-layout-effect@1.1.2(@types/react@18.2.55)(react@18.2.0):
resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==}
peerDependencies: peerDependencies:
'@types/react': '*' '@types/react': '*'
@ -6409,11 +6401,11 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.0.0 '@types/react': 18.2.55
react: 18.0.0 react: 18.2.0
dev: false dev: false
/use-latest@1.2.1(@types/react@18.0.0)(react@18.0.0): /use-latest@1.2.1(@types/react@18.2.55)(react@18.2.0):
resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==}
peerDependencies: peerDependencies:
'@types/react': '*' '@types/react': '*'
@ -6422,9 +6414,9 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.0.0 '@types/react': 18.2.55
react: 18.0.0 react: 18.2.0
use-isomorphic-layout-effect: 1.1.2(@types/react@18.0.0)(react@18.0.0) use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.55)(react@18.2.0)
dev: false dev: false
/util-deprecate@1.0.2: /util-deprecate@1.0.2: