diff --git a/components/package.json b/components/package.json index 5228eb46..b7b68d72 100644 --- a/components/package.json +++ b/components/package.json @@ -57,8 +57,8 @@ "@types/glob": "^7.2.0", "@types/lodash": "^4.14.176", "@types/node": "^16.11.6", - "@types/react": "^17.0.33", - "@types/react-dom": "^17.0.10", + "@types/react": "^18.3.2", + "@types/react-dom": "^18.3.0", "@types/rimraf": "^3.0.2", "@types/styled-components": "^5", "@types/testing-library__jest-dom": "^5.14.1", @@ -69,8 +69,8 @@ "jest": "^27.3.1", "jest-styled-components": "^7.0.8", "jest-watch-typeahead": "^1.0.0", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.3.1", + "react-dom": "^18.3.1", "rimraf": "^3.0.2", "ts-jest": "^27.0.7", "ts-node": "^10.4.0", @@ -83,9 +83,9 @@ "vite-tsconfig-paths": "^4.0.1" }, "peerDependencies": { - "react": "^17", - "react-dom": "^17", + "react": "^18", + "react-dom": "^18", "react-transition-state": "^1.1.4", - "styled-components": "^5.3.3" + "styled-components": "^5.3.6" } } diff --git a/components/src/components/molecules/Select/Select.tsx b/components/src/components/molecules/Select/Select.tsx index 82130ba8..fdc73fcd 100644 --- a/components/src/components/molecules/Select/Select.tsx +++ b/components/src/components/molecules/Select/Select.tsx @@ -603,7 +603,8 @@ export type SelectProps = { | 'aria-invalid' | 'onClick' | 'onKeyDown' - > + > & + Pick const getPadding = ( key: 'outer' | 'inner', diff --git a/docs/package.json b/docs/package.json index 069c92d4..73ad74c2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -26,12 +26,12 @@ "nookies": "^2.5.2", "playroom": "^0.28.1", "prism-react-renderer": "^1.2.1", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.3.1", + "react-dom": "^18.3.1", "react-element-to-jsx-string": "^14.3.4", "react-live": "3.1.1", "react-transition-state": "^1.1.4", - "styled-components": "5.3.3" + "styled-components": "5.3.6" }, "devDependencies": { "@mdx-js/loader": "^1.6.22", @@ -43,8 +43,8 @@ "@types/lodash": "^4.14.176", "@types/mdx-js__react": "^1.5.5", "@types/node": "^16.11.6", - "@types/react": "^17.0.33", - "@types/react-dom": "^17.0.10", + "@types/react": "^18.3.2", + "@types/react-dom": "^18.3.0", "@types/rimraf": "^3.0.2", "@types/styled-components": "^5", "babel-loader": "^8.2.4", diff --git a/package.json b/package.json index 503d1e0c..17ce47ac 100644 --- a/package.json +++ b/package.json @@ -80,10 +80,10 @@ "utility-types": "^3.10.0" }, "dependencies": { - "react": "^17", - "react-dom": "^17", + "react": "^18.3.1", + "react-dom": "^18.3.1", "react-transition-state": "^1.1.4", - "styled-components": "^5.3.3" + "styled-components": "^5.3.6" }, "peerDependencies": { "eslint-plugin-import": "^2.24.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b47c41e..941c205d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,13 +38,13 @@ importers: postcss-syntax: ^0.36.2 prettier: ^2.8.0 prompt: ^1.2.0 - react: ^17 + react: ^18.3.1 react-docgen-typescript: ^2.1.1 - react-dom: ^17 + react-dom: ^18.3.1 react-hook-form: ^7.31.2 react-transition-state: ^1.1.4 size-limit: ^6.0.3 - styled-components: ^5.3.3 + styled-components: ^5.3.6 stylelint: ^14.8.5 stylelint-config-prettier: ^9.0.3 stylelint-config-recommended: ^7.0.0 @@ -53,10 +53,10 @@ importers: typescript-styled-plugin: ^0.18.2 utility-types: ^3.10.0 dependencies: - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-transition-state: 1.1.4_sfoxds7t5ydpegc3knd667wn6m - styled-components: 5.3.3_sfoxds7t5ydpegc3knd667wn6m + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 + react-transition-state: 1.1.4_nnrd3gsncyragczmpvfhocinkq + styled-components: 5.3.6_nnrd3gsncyragczmpvfhocinkq devDependencies: '@size-limit/preset-big-lib': 6.0.3_size-limit@6.0.3 '@stylelint/postcss-css-in-js': 0.38.0_postcss-syntax@0.36.2 @@ -84,13 +84,13 @@ importers: fs-extra: 10.0.0 glob: 7.2.0 husky: 7.0.4 - jest-styled-components: 7.0.8_styled-components@5.3.3 + jest-styled-components: 7.0.8_styled-components@5.3.6 lint-staged: 11.2.6 postcss-syntax: 0.36.2 prettier: 2.8.0 prompt: 1.2.0 react-docgen-typescript: 2.1.1_typescript@4.9.4 - react-hook-form: 7.31.2_react@17.0.2 + react-hook-form: 7.31.2_react@18.3.1 size-limit: 6.0.3 stylelint: 14.8.5 stylelint-config-prettier: 9.0.3_stylelint@14.8.5 @@ -116,8 +116,8 @@ importers: '@types/glob': ^7.2.0 '@types/lodash': ^4.14.176 '@types/node': ^16.11.6 - '@types/react': ^17.0.33 - '@types/react-dom': ^17.0.10 + '@types/react': ^18.3.2 + '@types/react-dom': ^18.3.0 '@types/rimraf': ^3.0.2 '@types/styled-components': ^5 '@types/testing-library__jest-dom': ^5.14.1 @@ -131,8 +131,8 @@ importers: jest-styled-components: ^7.0.8 jest-watch-typeahead: ^1.0.0 lodash: ^4.17.21 - react: ^17.0.2 - react-dom: ^17.0.2 + react: ^18.3.1 + react-dom: ^18.3.1 rimraf: ^3.0.2 ts-jest: ^27.0.7 ts-node: ^10.4.0 @@ -158,14 +158,14 @@ importers: '@svgr/rollup': 6.3.1 '@testing-library/dom': 8.16.0 '@testing-library/jest-dom': 5.16.4 - '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m - '@testing-library/react-hooks': 7.0.2_sfoxds7t5ydpegc3knd667wn6m + '@testing-library/react': 12.1.5_nnrd3gsncyragczmpvfhocinkq + '@testing-library/react-hooks': 7.0.2_nnrd3gsncyragczmpvfhocinkq '@testing-library/user-event': 13.5.0_gwcpuyfvwbszhlmedmugzivgzu '@types/glob': 7.2.0 '@types/lodash': 4.14.182 '@types/node': 16.11.6 - '@types/react': 17.0.33 - '@types/react-dom': 17.0.17 + '@types/react': 18.3.2 + '@types/react-dom': 18.3.0 '@types/rimraf': 3.0.2 '@types/styled-components': 5.1.23 '@types/testing-library__jest-dom': 5.14.5 @@ -176,8 +176,8 @@ importers: jest: 27.5.1_ts-node@10.9.1 jest-styled-components: 7.0.8 jest-watch-typeahead: 1.1.0_jest@27.5.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 rimraf: 3.0.2 ts-jest: 27.1.5_o3dordnsyemiqst2x4vh2uebdy ts-node: 10.9.1_bt5sflnlgjdtoyp24iylol6xsy @@ -203,8 +203,8 @@ importers: '@types/lodash': ^4.14.176 '@types/mdx-js__react': ^1.5.5 '@types/node': ^16.11.6 - '@types/react': ^17.0.33 - '@types/react-dom': ^17.0.10 + '@types/react': ^18.3.2 + '@types/react-dom': ^18.3.0 '@types/rimraf': ^3.0.2 '@types/styled-components': ^5 babel-loader: ^8.2.4 @@ -218,38 +218,38 @@ importers: nookies: ^2.5.2 playroom: ^0.28.1 prism-react-renderer: ^1.2.1 - react: ^17.0.2 + react: ^18.3.1 react-docgen-typescript: ^2.1.1 - react-dom: ^17.0.2 + react-dom: ^18.3.1 react-element-to-jsx-string: ^14.3.4 react-live: 3.1.1 react-transition-state: ^1.1.4 rimraf: ^3.0.2 - styled-components: 5.3.3 + styled-components: 5.3.6 stylelint-webpack-plugin: ^3.3.0 typescript: ^4.6.2 utility-types: ^3.10.0 dependencies: '@ensdomains/thorin': link:../components - '@reach/skip-nav': 0.16.0_sfoxds7t5ydpegc3knd667wn6m + '@reach/skip-nav': 0.16.0_nnrd3gsncyragczmpvfhocinkq '@sindresorhus/slugify': 2.1.0 copy-to-clipboard: 3.3.2 gray-matter: 4.0.3 lodash: 4.17.21 - next: 12.3.0_sfoxds7t5ydpegc3knd667wn6m - next-mdx-remote: 3.0.8_sfoxds7t5ydpegc3knd667wn6m + next: 12.3.0_nnrd3gsncyragczmpvfhocinkq + next-mdx-remote: 3.0.8_nnrd3gsncyragczmpvfhocinkq nookies: 2.5.2 - playroom: 0.28.1_sfoxds7t5ydpegc3knd667wn6m - prism-react-renderer: 1.3.5_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-element-to-jsx-string: 14.3.4_sfoxds7t5ydpegc3knd667wn6m - react-live: 3.1.1_sfoxds7t5ydpegc3knd667wn6m - react-transition-state: 1.1.4_sfoxds7t5ydpegc3knd667wn6m - styled-components: 5.3.3_sfoxds7t5ydpegc3knd667wn6m + playroom: 0.28.1_nnrd3gsncyragczmpvfhocinkq + prism-react-renderer: 1.3.5_react@18.3.1 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 + react-element-to-jsx-string: 14.3.4_nnrd3gsncyragczmpvfhocinkq + react-live: 3.1.1_nnrd3gsncyragczmpvfhocinkq + react-transition-state: 1.1.4_nnrd3gsncyragczmpvfhocinkq + styled-components: 5.3.6_nnrd3gsncyragczmpvfhocinkq devDependencies: - '@mdx-js/loader': 1.6.22_react@17.0.2 - '@mdx-js/react': 1.6.22_react@17.0.2 + '@mdx-js/loader': 1.6.22_react@18.3.1 + '@mdx-js/react': 1.6.22_react@18.3.1 '@next/mdx': 12.2.3_6vwedlnwdegenaf6jioaeirvlu '@svgr/webpack': 6.3.1 '@types/fs-extra': 9.0.13 @@ -257,8 +257,8 @@ importers: '@types/lodash': 4.14.182 '@types/mdx-js__react': 1.5.5 '@types/node': 16.11.6 - '@types/react': 17.0.33 - '@types/react-dom': 17.0.17 + '@types/react': 18.3.2 + '@types/react-dom': 18.3.0 '@types/rimraf': 3.0.2 '@types/styled-components': 5.1.23 babel-loader: 8.2.5 @@ -334,7 +334,7 @@ packages: '@babel/helper-module-transforms': 7.18.0 '@babel/helpers': 7.18.2 '@babel/parser': 7.20.5 - '@babel/template': 7.16.7 + '@babel/template': 7.18.10 '@babel/traverse': 7.20.5 '@babel/types': 7.20.5 convert-source-map: 1.8.0 @@ -354,13 +354,13 @@ packages: dependencies: '@ampproject/remapping': 2.1.2 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.10 + '@babel/generator': 7.20.5 '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 '@babel/helper-module-transforms': 7.18.9 '@babel/helpers': 7.18.9 - '@babel/parser': 7.18.10 + '@babel/parser': 7.20.5 '@babel/template': 7.18.10 - '@babel/traverse': 7.18.10 + '@babel/traverse': 7.20.5 '@babel/types': 7.20.5 convert-source-map: 1.8.0 debug: 4.3.4 @@ -393,15 +393,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/generator/7.18.10: - resolution: {integrity: sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.20.5 - '@jridgewell/gen-mapping': 0.3.2 - jsesc: 2.5.2 - dev: true - /@babel/generator/7.20.5: resolution: {integrity: sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==} engines: {node: '>=6.9.0'} @@ -482,7 +473,7 @@ packages: '@babel/core': 7.18.10 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 + '@babel/helper-function-name': 7.19.0 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-replace-supers': 7.18.9 @@ -560,10 +551,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-environment-visitor/7.18.2: - resolution: {integrity: sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==} - engines: {node: '>=6.9.0'} - /@babel/helper-environment-visitor/7.18.9: resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} engines: {node: '>=6.9.0'} @@ -610,12 +597,12 @@ packages: resolution: {integrity: sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.2 + '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-module-imports': 7.18.6 '@babel/helper-simple-access': 7.17.7 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/helper-validator-identifier': 7.16.7 - '@babel/template': 7.16.7 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 + '@babel/template': 7.18.10 '@babel/traverse': 7.20.5 '@babel/types': 7.20.5 transitivePeerDependencies: @@ -733,12 +720,6 @@ packages: dependencies: '@babel/types': 7.20.5 - /@babel/helper-split-export-declaration/7.16.7: - resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.20.5 - /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} @@ -756,6 +737,7 @@ packages: /@babel/helper-validator-identifier/7.16.7: resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==} engines: {node: '>=6.9.0'} + dev: true /@babel/helper-validator-identifier/7.18.6: resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} @@ -784,7 +766,7 @@ packages: resolution: {integrity: sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.16.7 + '@babel/template': 7.18.10 '@babel/traverse': 7.20.5 '@babel/types': 7.20.5 transitivePeerDependencies: @@ -824,7 +806,7 @@ packages: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 chalk: 2.4.2 js-tokens: 4.0.0 @@ -1773,7 +1755,7 @@ packages: '@babel/core': 7.18.10 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 + '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-replace-supers': 7.18.9 @@ -1927,7 +1909,7 @@ packages: dependencies: '@babel/core': 7.18.10 '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-function-name': 7.18.9 + '@babel/helper-function-name': 7.19.0 '@babel/helper-plugin-utils': 7.18.9 dev: true @@ -2046,7 +2028,7 @@ packages: '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-module-transforms': 7.18.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-identifier': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color @@ -2590,7 +2572,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.18.10 '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.10 '@babel/preset-modules': 0.1.5_@babel+core@7.18.10 - '@babel/types': 7.18.10 + '@babel/types': 7.20.5 babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.10 babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.10 babel-plugin-polyfill-regenerator: 0.4.0_@babel+core@7.18.10 @@ -2799,14 +2781,6 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/template/7.16.7: - resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 - /@babel/template/7.18.10: resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} engines: {node: '>=6.9.0'} @@ -2815,24 +2789,6 @@ packages: '@babel/parser': 7.20.5 '@babel/types': 7.20.5 - /@babel/traverse/7.18.10: - resolution: {integrity: sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/traverse/7.20.5: resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==} engines: {node: '>=6.9.0'} @@ -2923,13 +2879,13 @@ packages: resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==} dev: false - /@emotion/is-prop-valid/0.8.8: - resolution: {integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==} + /@emotion/is-prop-valid/1.2.2: + resolution: {integrity: sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==} dependencies: - '@emotion/memoize': 0.7.4 + '@emotion/memoize': 0.8.1 - /@emotion/memoize/0.7.4: - resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} + /@emotion/memoize/0.8.1: + resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} /@emotion/stylis/0.8.5: resolution: {integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==} @@ -3289,11 +3245,11 @@ packages: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} dev: false - /@mdx-js/loader/1.6.22_react@17.0.2: + /@mdx-js/loader/1.6.22_react@18.3.1: resolution: {integrity: sha512-9CjGwy595NaxAYp0hF9B/A0lH6C8Rms97e2JS9d3jVUtILn6pT5i5IV965ra3lIWc7Rs1GG1tBdVF7dCowYe6Q==} dependencies: '@mdx-js/mdx': 1.6.22 - '@mdx-js/react': 1.6.22_react@17.0.2 + '@mdx-js/react': 1.6.22_react@18.3.1 loader-utils: 2.0.0 transitivePeerDependencies: - react @@ -3325,12 +3281,12 @@ packages: transitivePeerDependencies: - supports-color - /@mdx-js/react/1.6.22_react@17.0.2: + /@mdx-js/react/1.6.22_react@18.3.1: resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==} peerDependencies: react: ^16.13.1 || ^17.0.0 dependencies: - react: 17.0.2 + react: 18.3.1 /@mdx-js/util/1.6.22: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} @@ -3390,8 +3346,8 @@ packages: '@mdx-js/loader': '>=0.15.0' '@mdx-js/react': '*' dependencies: - '@mdx-js/loader': 1.6.22_react@17.0.2 - '@mdx-js/react': 1.6.22_react@17.0.2 + '@mdx-js/loader': 1.6.22_react@18.3.1 + '@mdx-js/react': 1.6.22_react@18.3.1 dev: true /@next/swc-android-arm-eabi/12.3.0: @@ -3547,26 +3503,26 @@ packages: tslib: 2.4.0 dev: true - /@reach/skip-nav/0.16.0_sfoxds7t5ydpegc3knd667wn6m: + /@reach/skip-nav/0.16.0_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-SY4PdNx+hQHbeOr/+qLc+QXdRt9NTVlt0r737bOqY1WURGBIEN9sGgsmIsHluP1/bQuAe0JKdOJ/tXiwQ3Z3ug==} peerDependencies: react: ^16.8.0 || 17.x react-dom: ^16.8.0 || 17.x dependencies: - '@reach/utils': 0.16.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@reach/utils': 0.16.0_nnrd3gsncyragczmpvfhocinkq + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 tslib: 2.3.1 dev: false - /@reach/utils/0.16.0_sfoxds7t5ydpegc3knd667wn6m: + /@reach/utils/0.16.0_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-PCggBet3qaQmwFNcmQ/GqHSefadAFyNCUekq9RrWoaU9hh/S4iaFgf2MBMdM47eQj5i/Bk0Mm07cP/XPFlkN+Q==} peerDependencies: react: ^16.8.0 || 17.x react-dom: ^16.8.0 || 17.x dependencies: - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 tiny-warning: 1.0.3 tslib: 2.4.0 dev: false @@ -4261,7 +4217,7 @@ packages: redent: 3.0.0 dev: true - /@testing-library/react-hooks/7.0.2_sfoxds7t5ydpegc3knd667wn6m: + /@testing-library/react-hooks/7.0.2_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-dYxpz8u9m4q1TuzfcUApqi8iFfR6R0FaMbr2hjZJy1uC8z+bO/K4v8Gs9eogGKYQop7QsrBTFkv/BCF7MzD2Cg==} engines: {node: '>=12'} peerDependencies: @@ -4275,15 +4231,15 @@ packages: optional: true dependencies: '@babel/runtime': 7.15.4 - '@types/react': 17.0.33 - '@types/react-dom': 17.0.17 + '@types/react': 18.3.2 + '@types/react-dom': 18.3.0 '@types/react-test-renderer': 18.0.0 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-error-boundary: 3.1.4_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 + react-error-boundary: 3.1.4_react@18.3.1 dev: true - /@testing-library/react/12.1.5_sfoxds7t5ydpegc3knd667wn6m: + /@testing-library/react/12.1.5_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==} engines: {node: '>=12'} peerDependencies: @@ -4293,8 +4249,8 @@ packages: '@babel/runtime': 7.15.4 '@testing-library/dom': 8.16.0 '@types/react-dom': 17.0.17 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 dev: true /@testing-library/user-event/13.5.0_gwcpuyfvwbszhlmedmugzivgzu: @@ -4488,7 +4444,7 @@ packages: /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 17.0.33 + '@types/react': 18.3.2 hoist-non-react-statics: 3.3.2 dev: true @@ -4557,7 +4513,7 @@ packages: /@types/mdx-js__react/1.5.5: resolution: {integrity: sha512-k8pnaP6JXVlQh18HgL5X6sYFNC/qZnzO7R2+HsmwrwUd+JnnsU0d9lyyT0RQrHg1anxDU36S98TI/fsGtmYqqg==} dependencies: - '@types/react': 17.0.33 + '@types/react': 18.3.2 dev: true /@types/mime/3.0.0: @@ -4617,16 +4573,15 @@ packages: '@types/react': 17.0.33 dev: true - /@types/react-dom/18.0.9: - resolution: {integrity: sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==} + /@types/react-dom/18.3.0: + resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} dependencies: - '@types/react': 18.0.26 - dev: false + '@types/react': 18.3.2 /@types/react-test-renderer/18.0.0: resolution: {integrity: sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==} dependencies: - '@types/react': 17.0.33 + '@types/react': 18.3.2 dev: true /@types/react/17.0.33: @@ -4637,13 +4592,11 @@ packages: csstype: 3.0.9 dev: true - /@types/react/18.0.26: - resolution: {integrity: sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==} + /@types/react/18.3.2: + resolution: {integrity: sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==} dependencies: '@types/prop-types': 15.7.4 - '@types/scheduler': 0.16.2 csstype: 3.0.9 - dev: false /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -4658,6 +4611,7 @@ packages: /@types/scheduler/0.16.2: resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} + dev: true /@types/semver/7.3.13: resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} @@ -4694,7 +4648,7 @@ packages: resolution: {integrity: sha512-zt8oQGU6XB4LH1Xpq169YnAVmt22+swzHJvyKMyTZu/z8+afvgKjjg0s79aAodgNSf36ZOEG6DyVAW/JhLH2Nw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 17.0.33 + '@types/react': 18.3.2 csstype: 3.0.9 dev: true @@ -5647,7 +5601,7 @@ packages: picomatch: 2.3.1 dev: true - /babel-plugin-styled-components/2.0.6_styled-components@5.3.3: + /babel-plugin-styled-components/2.0.6_styled-components@5.3.6: resolution: {integrity: sha512-Sk+7o/oa2HfHv3Eh8sxoz75/fFvEdHsXV4grdeHufX0nauCmymlnN0rGhIvfpMQSJMvGutJ85gvCGea4iqmDpg==} peerDependencies: styled-components: '>= 2' @@ -5657,7 +5611,7 @@ packages: babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.3_sfoxds7t5ydpegc3knd667wn6m + styled-components: 5.3.6_nnrd3gsncyragczmpvfhocinkq /babel-plugin-syntax-jsx/6.18.0: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} @@ -9541,14 +9495,14 @@ packages: css: 3.0.0 dev: true - /jest-styled-components/7.0.8_styled-components@5.3.3: + /jest-styled-components/7.0.8_styled-components@5.3.6: resolution: {integrity: sha512-0KE54d0yIzKcvtOv8eikyjG3rFRtKYUyQovaoha3nondtZzXYGB3bhsvYgEegU08Iry0ndWx2+g9f5ZzD4I+0Q==} engines: {node: '>= 12'} peerDependencies: styled-components: '>= 5' dependencies: css: 3.0.0 - styled-components: 5.3.3_sfoxds7t5ydpegc3knd667wn6m + styled-components: 5.3.6_nnrd3gsncyragczmpvfhocinkq dev: true /jest-util/27.5.1: @@ -10309,7 +10263,7 @@ packages: thenify-all: 1.6.0 dev: false - /nano-css/5.3.5_sfoxds7t5ydpegc3knd667wn6m: + /nano-css/5.3.5_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-vSB9X12bbNu4ALBu7nigJgRViZ6ja3OU7CeuiV1zMIbXOdmkLahgtPmh3GBOlDxbKY0CitqlPdOReGlBLSp+yg==} peerDependencies: react: '*' @@ -10319,8 +10273,8 @@ packages: csstype: 3.0.9 fastest-stable-stringify: 2.0.2 inline-style-prefixer: 6.0.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 rtl-css-js: 1.16.0 sourcemap-codec: 1.4.8 stacktrace-js: 2.0.2 @@ -10354,23 +10308,23 @@ packages: /neo-async/2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /next-mdx-remote/3.0.8_sfoxds7t5ydpegc3knd667wn6m: + /next-mdx-remote/3.0.8_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-WFSxt0crxG5PN/0WvaunzxzqV3wh3dPBZyhkclxwyQfLSRKzsNSArzot/4gYTOOZ/GtyRfNjbI/HtDsW2S4fqQ==} peerDependencies: react: '>=16.x <=17.x' react-dom: '>=16.x <=17.x' dependencies: '@mdx-js/mdx': 1.6.22 - '@mdx-js/react': 1.6.22_react@17.0.2 + '@mdx-js/react': 1.6.22_react@18.3.1 esbuild: 0.12.29 pkg-dir: 5.0.0 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 transitivePeerDependencies: - supports-color dev: false - /next/12.3.0_sfoxds7t5ydpegc3knd667wn6m: + /next/12.3.0_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-GpzI6me9V1+XYtfK0Ae9WD0mKqHyzQlGq1xH1rzNIYMASo4Tkl4rTe9jSqtBpXFhOS33KohXs9ZY38Akkhdciw==} engines: {node: '>=12.22.0'} hasBin: true @@ -10392,10 +10346,10 @@ packages: '@swc/helpers': 0.4.11 caniuse-lite: 1.0.30001439 postcss: 8.4.14 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - styled-jsx: 5.0.6_react@17.0.2 - use-sync-external-store: 1.2.0_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 + styled-jsx: 5.0.6_react@18.3.1 + use-sync-external-store: 1.2.0_react@18.3.1 optionalDependencies: '@next/swc-android-arm-eabi': 12.3.0 '@next/swc-android-arm64': 12.3.0 @@ -10819,7 +10773,7 @@ packages: find-up: 5.0.0 dev: false - /playroom/0.28.1_sfoxds7t5ydpegc3knd667wn6m: + /playroom/0.28.1_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-sXcAUYY6boeOA9hkBFGwemob0peltYhUyPozhNh+yd1Fj8wYr873oe93T33pYrBUfweow9pzRD0VoHggF6SAtw==} hasBin: true peerDependencies: @@ -10840,8 +10794,8 @@ packages: '@types/lodash': 4.14.182 '@types/lz-string': 1.3.34 '@types/prettier': 2.6.4 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react': 18.3.2 + '@types/react-dom': 18.3.0 '@vanilla-extract/babel-plugin': 1.1.7 '@vanilla-extract/css': 1.7.3 '@vanilla-extract/css-utils': 0.1.2 @@ -10873,16 +10827,16 @@ packages: prettier: 2.8.0 prop-types: 15.8.1 query-string: 6.14.1 - re-resizable: 6.9.9_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 + re-resizable: 6.9.9_nnrd3gsncyragczmpvfhocinkq + react: 18.3.1 react-docgen-typescript: 2.1.1_typescript@4.9.4 - react-dom: 17.0.2_react@17.0.2 - react-use: 17.4.0_sfoxds7t5ydpegc3knd667wn6m + react-dom: 18.3.1_react@18.3.1 + react-use: 17.4.0_nnrd3gsncyragczmpvfhocinkq read-pkg-up: 7.0.1 scope-eval: 1.0.0 typescript: 4.9.4 url-join: 4.0.1 - use-debounce: 3.4.3_react@17.0.2 + use-debounce: 3.4.3_react@18.3.1 webpack: 5.58.2 webpack-dev-server: 4.9.3_webpack@5.58.2 webpack-merge: 5.8.0 @@ -11364,12 +11318,12 @@ packages: react-is: 18.2.0 dev: true - /prism-react-renderer/1.3.5_react@17.0.2: + /prism-react-renderer/1.3.5_react@18.3.1: resolution: {integrity: sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==} peerDependencies: react: '>=0.14.9' dependencies: - react: 17.0.2 + react: 18.3.1 dev: false /process-nextick-args/2.0.1: @@ -11520,14 +11474,14 @@ packages: unpipe: 1.0.0 dev: false - /re-resizable/6.9.9_sfoxds7t5ydpegc3knd667wn6m: + /re-resizable/6.9.9_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-l+MBlKZffv/SicxDySKEEh42hR6m5bAHfNu3Tvxks2c4Ah+ldnWjfnVRwxo/nxF27SsUsxDS0raAzFuJNKABXA==} peerDependencies: react: ^16.13.1 || ^17.0.0 || ^18.0.0 react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 dependencies: - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 dev: false /react-docgen-typescript/2.1.1_typescript@4.9.4: @@ -11537,17 +11491,16 @@ packages: dependencies: typescript: 4.9.4 - /react-dom/17.0.2_react@17.0.2: - resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} + /react-dom/18.3.1_react@18.3.1: + resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} peerDependencies: - react: 17.0.2 + react: ^18.3.1 dependencies: loose-envify: 1.4.0 - object-assign: 4.1.1 - react: 17.0.2 - scheduler: 0.20.2 + react: 18.3.1 + scheduler: 0.23.2 - /react-element-to-jsx-string/14.3.4_sfoxds7t5ydpegc3knd667wn6m: + /react-element-to-jsx-string/14.3.4_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-t4ZwvV6vwNxzujDQ+37bspnLwA4JlgUPWhLjBJWsNIDceAf6ZKUTCjdm08cN6WeZ5pTMKiCJkmAYnpmR4Bm+dg==} peerDependencies: react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 @@ -11555,28 +11508,28 @@ packages: dependencies: '@base2/pretty-print-object': 1.0.1 is-plain-object: 5.0.0 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 react-is: 17.0.2 dev: false - /react-error-boundary/3.1.4_react@17.0.2: + /react-error-boundary/3.1.4_react@18.3.1: resolution: {integrity: sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==} engines: {node: '>=10', npm: '>=6'} peerDependencies: react: '>=16.13.1' dependencies: '@babel/runtime': 7.15.4 - react: 17.0.2 + react: 18.3.1 dev: true - /react-hook-form/7.31.2_react@17.0.2: + /react-hook-form/7.31.2_react@18.3.1: resolution: {integrity: sha512-oPudn3YuyzWg//IsT9z2cMEjWocAgHWX/bmueDT8cmsYQnGY5h7/njjvMDfLVv3mbdhYBjslTRnII2MIT7eNCA==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 dependencies: - react: 17.0.2 + react: 18.3.1 dev: true /react-is/16.13.1: @@ -11589,41 +11542,41 @@ packages: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: true - /react-live/3.1.1_sfoxds7t5ydpegc3knd667wn6m: + /react-live/3.1.1_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-bPjrk7jCQ7dk8W3lx+/AAcn66TFRzTNIWsVa4mWqsiwIgUjaNqzFZZIuq2kY9UlAix8x63egsEFPX6dkno92Fg==} engines: {node: '>= 0.12.0', npm: '>= 2.0.0'} peerDependencies: react: '*' react-dom: '*' dependencies: - prism-react-renderer: 1.3.5_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + prism-react-renderer: 1.3.5_react@18.3.1 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 sucrase: 3.25.0 - use-editable: 2.3.3_react@17.0.2 + use-editable: 2.3.3_react@18.3.1 dev: false - /react-transition-state/1.1.4_sfoxds7t5ydpegc3knd667wn6m: + /react-transition-state/1.1.4_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-6nQLWWx95gYazCm6OdtD1zGbRiirvVXPrDtHAGsYb4xs9spMM7bA8Vx77KCpjL8PJ8qz1lXFGz2PTboCSvt7iw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 dev: false - /react-universal-interface/0.6.2_react@17.0.2+tslib@2.4.0: + /react-universal-interface/0.6.2_react@18.3.1+tslib@2.4.0: resolution: {integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==} peerDependencies: react: '*' tslib: '*' dependencies: - react: 17.0.2 + react: 18.3.1 tslib: 2.4.0 dev: false - /react-use/17.4.0_sfoxds7t5ydpegc3knd667wn6m: + /react-use/17.4.0_nnrd3gsncyragczmpvfhocinkq: resolution: {integrity: sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -11635,10 +11588,10 @@ packages: fast-deep-equal: 3.1.3 fast-shallow-equal: 1.0.0 js-cookie: 2.2.1 - nano-css: 5.3.5_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-universal-interface: 0.6.2_react@17.0.2+tslib@2.4.0 + nano-css: 5.3.5_nnrd3gsncyragczmpvfhocinkq + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 + react-universal-interface: 0.6.2_react@18.3.1+tslib@2.4.0 resize-observer-polyfill: 1.5.1 screenfull: 5.2.0 set-harmonic-interval: 1.0.1 @@ -11653,6 +11606,13 @@ packages: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 + dev: true + + /react/18.3.1: + resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} + engines: {node: '>=0.10.0'} + dependencies: + loose-envify: 1.4.0 /read-pkg-up/7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} @@ -12005,11 +11965,10 @@ packages: xmlchars: 2.2.0 dev: true - /scheduler/0.20.2: - resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==} + /scheduler/0.23.2: + resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} dependencies: loose-envify: 1.4.0 - object-assign: 4.1.1 /schema-utils/2.7.1: resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} @@ -12593,9 +12552,10 @@ packages: dependencies: inline-style-parser: 0.1.1 - /styled-components/5.3.3_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-++4iHwBM7ZN+x6DtPPWkCI4vdtwumQ+inA/DdAsqYd4SVgUKJie5vXyzotA00ttcFdQkCng7zc6grwlfIfw+lw==} + /styled-components/5.3.6_nnrd3gsncyragczmpvfhocinkq: + resolution: {integrity: sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg==} engines: {node: '>=10'} + requiresBuild: true peerDependencies: react: '>= 16.8.0' react-dom: '>= 16.8.0' @@ -12603,18 +12563,18 @@ packages: dependencies: '@babel/helper-module-imports': 7.18.6 '@babel/traverse': 7.20.5_supports-color@5.5.0 - '@emotion/is-prop-valid': 0.8.8 + '@emotion/is-prop-valid': 1.2.2 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.0.6_styled-components@5.3.3 + babel-plugin-styled-components: 2.0.6_styled-components@5.3.6 css-to-react-native: 3.0.0 hoist-non-react-statics: 3.3.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 shallowequal: 1.1.0 supports-color: 5.5.0 - /styled-jsx/5.0.6_react@17.0.2: + /styled-jsx/5.0.6_react@18.3.1: resolution: {integrity: sha512-xOeROtkK5MGMDimBQ3J6iPId8q0t/BDoG5XN6oKkZClVz9ISF/hihN8OCn2LggMU6N32aXnrXBdn3auSqNS9fA==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -12627,7 +12587,7 @@ packages: babel-plugin-macros: optional: true dependencies: - react: 17.0.2 + react: 18.3.1 dev: false /stylehacks/5.0.1_postcss@8.4.19: @@ -13420,28 +13380,28 @@ packages: resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} dev: false - /use-debounce/3.4.3_react@17.0.2: + /use-debounce/3.4.3_react@18.3.1: resolution: {integrity: sha512-nxy+opOxDccWfhMl36J5BSCTpvcj89iaQk2OZWLAtBJQj7ISCtx1gh+rFbdjGfMl6vtCZf6gke/kYvrkVfHMoA==} peerDependencies: react: '>=16.8.0' dependencies: - react: 17.0.2 + react: 18.3.1 dev: false - /use-editable/2.3.3_react@17.0.2: + /use-editable/2.3.3_react@18.3.1: resolution: {integrity: sha512-7wVD2JbfAFJ3DK0vITvXBdpd9JAz5BcKAAolsnLBuBn6UDDwBGuCIAGvR3yA2BNKm578vAMVHFCWaOcA+BhhiA==} peerDependencies: react: '>= 16.8.0' dependencies: - react: 17.0.2 + react: 18.3.1 dev: false - /use-sync-external-store/1.2.0_react@17.0.2: + /use-sync-external-store/1.2.0_react@18.3.1: resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - react: 17.0.2 + react: 18.3.1 dev: false /util-deprecate/1.0.2: