diff --git a/.changeset/hungry-turkeys-prove.md b/.changeset/hungry-turkeys-prove.md new file mode 100644 index 00000000..9b3beff6 --- /dev/null +++ b/.changeset/hungry-turkeys-prove.md @@ -0,0 +1,5 @@ +--- +"groqd-playground": patch +--- + +Bump sanity/ui to version 2 diff --git a/.npmrc b/.npmrc index a0187566..db26834a 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ strict-peer-dependencies=false prefer-workspace-packages=true +auto-install-peers=true diff --git a/README.md b/README.md index 638a8413..bd866bb1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![GROQD — Formidable, We build the modern web](https://raw.githubusercontent.com/FormidableLabs/groqd/main/groqd-Hero.png)](https://formidable.com/open-source/groqd) +[![GROQD](https://oss.nearform.com/api/banner?badge=groqd&bg=c99f46)](https://commerce.nearform.com/open-source/groqd) -**[Check out the official documentation.](https://formidable.com/open-source/groqd)** +**[Check out the official documentation.](https://commerce.nearform.com/open-source/groqd)** `groqd` is a schema-unaware, runtime-safe query builder for [GROQ](https://www.sanity.io/docs/groq). **The goal of `groqd` is to give you (most of) the flexibility of GROQ, with the runtime/type safety of [Zod](https://github.com/colinhacks/zod) and TypeScript.** @@ -44,4 +44,4 @@ Please see our [contributing guide](CONTRIBUTING.md). ## Maintenance Status -**Active:** Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome. +**Active:** Nearform is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome. diff --git a/groqd-Hero.png b/groqd-Hero.png deleted file mode 100644 index 922cbf26..00000000 Binary files a/groqd-Hero.png and /dev/null differ diff --git a/packages/groqd-playground/package.json b/packages/groqd-playground/package.json index 17716090..4d41684e 100644 --- a/packages/groqd-playground/package.json +++ b/packages/groqd-playground/package.json @@ -50,12 +50,12 @@ }, "peerDependencies": { "@sanity/icons": "^2.3.1", - "@sanity/ui": "^1.3.2", + "@sanity/ui": "^2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "sanity": "^3.15.0", - "styled-components": "^5.3.9" + "styled-components": "^5.2 || ^6" }, "dependencies": { "@uiw/react-split": "^5.8.10", diff --git a/packages/groqd-playground/src/components/Playground.tsx b/packages/groqd-playground/src/components/Playground.tsx index 946c2cd8..f3bcdccc 100644 --- a/packages/groqd-playground/src/components/Playground.tsx +++ b/packages/groqd-playground/src/components/Playground.tsx @@ -519,7 +519,7 @@ const EDITOR_URL = typeof process !== "undefined" && process?.env?.SANITY_STUDIO_GROQD_PLAYGROUND_ENV === "development" ? "http://localhost:3069" - : "https://unpkg.com/groqd-playground-editor@0.0.5/build/index.html"; + : "https://unpkg.com/groqd-playground-editor@0.0.6/build/index.html"; const EDITOR_ORIGIN = new URL(EDITOR_URL).origin; type Params = Record; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 26d94d65..7a59508b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,13 +139,13 @@ importers: dependencies: '@sanity/icons': specifier: ^2.3.1 - version: 2.3.1(react@18.2.0) + version: 2.11.2(react@18.2.0) '@sanity/ui': - specifier: ^1.3.2 - version: 1.3.2(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@5.3.9) + specifier: ^2 + version: 2.1.4(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@5.3.9) '@uiw/react-split': specifier: ^5.8.10 - version: 5.8.10(react-dom@18.2.0)(react@18.2.0) + version: 5.9.3(react-dom@18.2.0)(react@18.2.0) groqd: specifier: workspace:* version: link:../groqd @@ -165,7 +165,7 @@ importers: specifier: ^3.15.0 version: 3.15.0(@types/react@18.0.35)(react-dom@18.2.0)(react@18.2.0)(styled-components@5.3.9) styled-components: - specifier: ^5.3.9 + specifier: ^5.2 || ^6 version: 5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) zod: specifier: ^3.22.4 @@ -179,7 +179,7 @@ importers: version: 18.0.35 '@types/styled-components': specifier: ^5.1.26 - version: 5.1.26 + version: 5.1.34 tsup: specifier: ^6.7.0 version: 6.7.0(typescript@4.9.5) @@ -267,13 +267,13 @@ importers: dependencies: '@docusaurus/core': specifier: 2.3.1 - version: 2.3.1(@docusaurus/types@2.4.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + version: 2.3.1(@docusaurus/types@2.4.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/preset-classic': specifier: 2.3.1 - version: 2.3.1(@algolia/client-search@4.17.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + version: 2.3.1(@algolia/client-search@4.17.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/theme-classic': specifier: ^2.4.0 - version: 2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + version: 2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@headlessui/react': specifier: ^1.7.14 version: 1.7.14(react-dom@17.0.2)(react@17.0.2) @@ -327,7 +327,7 @@ importers: version: 17.0.2(react@17.0.2) react-hot-toast: specifier: ^2.4.1 - version: 2.4.1(csstype@3.1.2)(react-dom@17.0.2)(react@17.0.2) + version: 2.4.1(csstype@3.1.3)(react-dom@17.0.2)(react@17.0.2) react-icons: specifier: ^4.10.1 version: 4.10.1(react@17.0.2) @@ -495,14 +495,14 @@ packages: resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} engines: {node: '>=6.0.0'} dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 /@babel/code-frame@7.21.4: resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.18.6 + '@babel/highlight': 7.24.1 /@babel/code-frame@7.24.1: resolution: {integrity: sha512-bC49z4spJQR3j8vFtJBLqzyzFV0ciuL5HYX7qfSl3KEqeMVV+eTquRvmXxpvB0AMubRrvv7y5DILiLLPi57Ewg==} @@ -510,7 +510,6 @@ packages: dependencies: '@babel/highlight': 7.24.1 picocolors: 1.0.0 - dev: false /@babel/compat-data@7.21.4: resolution: {integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==} @@ -525,16 +524,16 @@ packages: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.4 + '@babel/code-frame': 7.24.1 + '@babel/generator': 7.24.1 '@babel/helper-module-transforms': 7.21.2 '@babel/helpers': 7.21.0 - '@babel/parser': 7.21.4 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4(supports-color@5.5.0) - '@babel/types': 7.21.4 + '@babel/parser': 7.24.1 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 convert-source-map: 1.9.0 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 lodash: 4.17.21 @@ -557,10 +556,10 @@ packages: '@babel/helpers': 7.21.0 '@babel/parser': 7.21.4 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4(supports-color@5.5.0) + '@babel/traverse': 7.21.4 '@babel/types': 7.21.4 convert-source-map: 1.9.0 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.0 @@ -582,7 +581,7 @@ packages: '@babel/traverse': 7.24.1 '@babel/types': 7.24.0 convert-source-map: 2.0.0 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -608,9 +607,9 @@ packages: resolution: {integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + '@babel/types': 7.24.0 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 /@babel/generator@7.24.1: @@ -621,20 +620,19 @@ packages: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 - dev: false /@babel/helper-annotate-as-pure@7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 /@babel/helper-builder-binary-assignment-operator-visitor@7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 /@babel/helper-compilation-targets@7.21.4(@babel/core@7.21.4): resolution: {integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==} @@ -668,13 +666,13 @@ packages: dependencies: '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.21.0 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-replace-supers': 7.20.7 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-split-export-declaration': 7.22.6 transitivePeerDependencies: - supports-color @@ -696,34 +694,22 @@ packages: '@babel/core': 7.21.4 '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.2 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/helper-environment-visitor@7.18.9: - resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} - engines: {node: '>=6.9.0'} - /@babel/helper-environment-visitor@7.22.20: resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} - dev: false /@babel/helper-explode-assignable-expression@7.18.6: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 - - /@babel/helper-function-name@7.21.0: - resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.20.7 - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 /@babel/helper-function-name@7.23.0: resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} @@ -731,52 +717,44 @@ packages: dependencies: '@babel/template': 7.24.0 '@babel/types': 7.24.0 - dev: false - - /@babel/helper-hoist-variables@7.18.6: - resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.21.4 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.0 - dev: false /@babel/helper-member-expression-to-functions@7.21.0: resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 /@babel/helper-module-imports@7.21.4: resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 + dev: false /@babel/helper-module-imports@7.24.1: resolution: {integrity: sha512-HfEWzysMyOa7xI5uQHc/OcZf67/jc+xe/RZlznWQHhbb8Pg1SkRdbK4yEi61aY8wxQA7PkSfoojtLQP/Kpe3og==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.0 - dev: false /@babel/helper-module-transforms@7.21.2: resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.24.1 '@babel/helper-simple-access': 7.20.2 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4(supports-color@5.5.0) - '@babel/types': 7.21.4 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color @@ -798,7 +776,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 /@babel/helper-plugin-utils@7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} @@ -821,9 +799,9 @@ packages: dependencies: '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color @@ -831,12 +809,12 @@ packages: resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4(supports-color@5.5.0) - '@babel/types': 7.21.4 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color @@ -844,7 +822,7 @@ packages: resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 /@babel/helper-simple-access@7.22.5: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} @@ -857,38 +835,21 @@ packages: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 - - /@babel/helper-split-export-declaration@7.18.6: - resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.0 - dev: false - - /@babel/helper-string-parser@7.19.4: - resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} - engines: {node: '>=6.9.0'} /@babel/helper-string-parser@7.24.1: resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} - dev: false - - /@babel/helper-validator-identifier@7.19.1: - resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} - engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier@7.22.20: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - dev: false /@babel/helper-validator-option@7.21.0: resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} @@ -903,10 +864,10 @@ packages: resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.21.0 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4(supports-color@5.5.0) - '@babel/types': 7.21.4 + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color @@ -914,9 +875,9 @@ packages: resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4(supports-color@5.5.0) - '@babel/types': 7.21.4 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color @@ -931,14 +892,6 @@ packages: - supports-color dev: false - /@babel/highlight@7.18.6: - resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.19.1 - chalk: 2.4.2 - js-tokens: 4.0.0 - /@babel/highlight@7.24.1: resolution: {integrity: sha512-EPmDPxidWe/Ex+HTFINpvXdPHRmgSF3T8hGvzondYjmgzTQ/0EbLpSxyt+w3zzlYSk9cNBQNF9k0dT5Z2NiBjw==} engines: {node: '>=6.9.0'} @@ -947,14 +900,13 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.0.0 - dev: false /@babel/parser@7.21.4: resolution: {integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 /@babel/parser@7.24.1: resolution: {integrity: sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==} @@ -962,7 +914,6 @@ packages: hasBin: true dependencies: '@babel/types': 7.24.0 - dev: false /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} @@ -991,7 +942,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) @@ -1341,7 +1292,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-module-imports': 7.24.1 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4) transitivePeerDependencies: @@ -1374,12 +1325,12 @@ packages: '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.21.0 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.20.7 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -1392,7 +1343,7 @@ packages: dependencies: '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/template': 7.20.7 + '@babel/template': 7.24.0 /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.4): resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} @@ -1449,7 +1400,7 @@ packages: dependencies: '@babel/core': 7.21.4 '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) - '@babel/helper-function-name': 7.21.0 + '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.4): @@ -1502,10 +1453,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-validator-identifier': 7.22.20 transitivePeerDependencies: - supports-color @@ -1636,10 +1587,10 @@ packages: dependencies: '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-module-imports': 7.24.1 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4) - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} @@ -1677,7 +1628,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-module-imports': 7.24.1 '@babel/helper-plugin-utils': 7.20.2 babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4) babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4) @@ -1861,7 +1812,7 @@ packages: '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4) - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 esutils: 2.0.3 /@babel/preset-react@7.18.6(@babel/core@7.21.4): @@ -1921,9 +1872,9 @@ packages: resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/code-frame': 7.24.1 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 /@babel/template@7.24.0: resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} @@ -1932,24 +1883,41 @@ packages: '@babel/code-frame': 7.24.1 '@babel/parser': 7.24.1 '@babel/types': 7.24.0 - dev: false + + /@babel/traverse@7.21.4: + resolution: {integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.24.1 + '@babel/generator': 7.24.1 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color /@babel/traverse@7.21.4(supports-color@5.5.0): resolution: {integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.4 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/code-frame': 7.24.1 + '@babel/generator': 7.24.1 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 debug: 4.3.4(supports-color@5.5.0) globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: false /@babel/traverse@7.24.1: resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} @@ -1963,18 +1931,17 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.24.1 '@babel/types': 7.24.0 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: false /@babel/types@7.21.4: resolution: {integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.19.4 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-string-parser': 7.24.1 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 /@babel/types@7.24.0: @@ -1984,7 +1951,6 @@ packages: '@babel/helper-string-parser': 7.24.1 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - dev: false /@changesets/apply-release-plan@6.1.3: resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} @@ -2438,7 +2404,7 @@ packages: - '@algolia/client-search' dev: false - /@docusaurus/core@2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/core@2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-0Jd4jtizqnRAr7svWaBbbrCCN8mzBNd2xFLoT/IM7bGfFie5y58oz97KzXliwiLY3zWjqMXjQcuP1a5VgCv2JA==} engines: {node: '>=16.14'} hasBin: true @@ -2455,7 +2421,7 @@ packages: '@babel/preset-typescript': 7.21.4(@babel/core@7.21.4) '@babel/runtime': 7.21.0 '@babel/runtime-corejs3': 7.21.0 - '@babel/traverse': 7.21.4(supports-color@5.5.0) + '@babel/traverse': 7.21.4 '@docusaurus/cssnano-preset': 2.3.1 '@docusaurus/logger': 2.3.1 '@docusaurus/mdx-loader': 2.3.1(@docusaurus/types@2.3.1)(react-dom@17.0.2)(react@17.0.2) @@ -2497,7 +2463,7 @@ packages: postcss-loader: 7.2.4(@types/node@18.15.11)(postcss@8.4.21)(ts-node@10.9.1)(typescript@5.0.4)(webpack@5.79.0) prompts: 2.4.2 react: 17.0.2 - react-dev-utils: 12.0.1(eslint@8.38.0)(typescript@5.0.4)(webpack@5.79.0) + react-dev-utils: 12.0.1(typescript@5.0.4)(webpack@5.79.0) react-dom: 17.0.2(react@17.0.2) react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2) react-loadable: /@docusaurus/react-loadable@5.5.2(react@17.0.2) @@ -2514,9 +2480,9 @@ packages: update-notifier: 5.1.0 url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.79.0) wait-on: 6.0.1 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 webpack-bundle-analyzer: 4.8.0 - webpack-dev-server: 4.13.2(webpack-cli@5.0.1)(webpack@5.79.0) + webpack-dev-server: 4.13.2(webpack@5.79.0) webpack-merge: 5.8.0 webpackbar: 5.0.2(webpack@5.79.0) transitivePeerDependencies: @@ -2540,7 +2506,7 @@ packages: - webpack-cli dev: false - /@docusaurus/core@2.3.1(@docusaurus/types@2.4.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/core@2.3.1(@docusaurus/types@2.4.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-0Jd4jtizqnRAr7svWaBbbrCCN8mzBNd2xFLoT/IM7bGfFie5y58oz97KzXliwiLY3zWjqMXjQcuP1a5VgCv2JA==} engines: {node: '>=16.14'} hasBin: true @@ -2557,7 +2523,7 @@ packages: '@babel/preset-typescript': 7.21.4(@babel/core@7.21.4) '@babel/runtime': 7.21.0 '@babel/runtime-corejs3': 7.21.0 - '@babel/traverse': 7.21.4(supports-color@5.5.0) + '@babel/traverse': 7.21.4 '@docusaurus/cssnano-preset': 2.3.1 '@docusaurus/logger': 2.3.1 '@docusaurus/mdx-loader': 2.3.1(@docusaurus/types@2.4.0)(react-dom@17.0.2)(react@17.0.2) @@ -2599,7 +2565,7 @@ packages: postcss-loader: 7.2.4(@types/node@18.15.11)(postcss@8.4.21)(ts-node@10.9.1)(typescript@5.0.4)(webpack@5.79.0) prompts: 2.4.2 react: 17.0.2 - react-dev-utils: 12.0.1(eslint@8.38.0)(typescript@5.0.4)(webpack@5.79.0) + react-dev-utils: 12.0.1(typescript@5.0.4)(webpack@5.79.0) react-dom: 17.0.2(react@17.0.2) react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2) react-loadable: /@docusaurus/react-loadable@5.5.2(react@17.0.2) @@ -2616,9 +2582,9 @@ packages: update-notifier: 5.1.0 url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.79.0) wait-on: 6.0.1 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 webpack-bundle-analyzer: 4.8.0 - webpack-dev-server: 4.13.2(webpack-cli@5.0.1)(webpack@5.79.0) + webpack-dev-server: 4.13.2(webpack@5.79.0) webpack-merge: 5.8.0 webpackbar: 5.0.2(webpack@5.79.0) transitivePeerDependencies: @@ -2642,7 +2608,7 @@ packages: - webpack-cli dev: false - /@docusaurus/core@2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/core@2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-J55/WEoIpRcLf3afO5POHPguVZosKmJEQWKBL+K7TAnfuE7i+Y0NPLlkKtnWCehagGsgTqClfQEexH/UT4kELA==} engines: {node: '>=16.14'} hasBin: true @@ -2651,7 +2617,7 @@ packages: react-dom: ^16.8.4 || ^17.0.0 dependencies: '@babel/core': 7.21.4 - '@babel/generator': 7.21.4 + '@babel/generator': 7.24.1 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) '@babel/plugin-transform-runtime': 7.21.4(@babel/core@7.21.4) '@babel/preset-env': 7.21.4(@babel/core@7.21.4) @@ -2659,7 +2625,7 @@ packages: '@babel/preset-typescript': 7.21.4(@babel/core@7.21.4) '@babel/runtime': 7.22.5 '@babel/runtime-corejs3': 7.21.0 - '@babel/traverse': 7.21.4(supports-color@5.5.0) + '@babel/traverse': 7.24.1 '@docusaurus/cssnano-preset': 2.4.0 '@docusaurus/logger': 2.4.0 '@docusaurus/mdx-loader': 2.4.0(@docusaurus/types@2.4.0)(react-dom@17.0.2)(react@17.0.2) @@ -2701,7 +2667,7 @@ packages: postcss-loader: 7.2.4(@types/node@18.15.11)(postcss@8.4.35)(ts-node@10.9.1)(typescript@5.0.4)(webpack@5.88.0) prompts: 2.4.2 react: 17.0.2 - react-dev-utils: 12.0.1(eslint@8.38.0)(typescript@5.0.4)(webpack@5.88.0) + react-dev-utils: 12.0.1(typescript@5.0.4)(webpack@5.88.0) react-dom: 17.0.2(react@17.0.2) react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2) react-loadable: /@docusaurus/react-loadable@5.5.2(react@17.0.2) @@ -2787,8 +2753,8 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/parser': 7.21.4 - '@babel/traverse': 7.21.4(supports-color@5.5.0) + '@babel/parser': 7.24.1 + '@babel/traverse': 7.24.1 '@docusaurus/logger': 2.3.1 '@docusaurus/utils': 2.3.1(@docusaurus/types@2.3.1) '@mdx-js/mdx': 1.6.22 @@ -2822,8 +2788,8 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/parser': 7.21.4 - '@babel/traverse': 7.21.4(supports-color@5.5.0) + '@babel/parser': 7.24.1 + '@babel/traverse': 7.24.1 '@docusaurus/logger': 2.3.1 '@docusaurus/utils': 2.3.1(@docusaurus/types@2.4.0) '@mdx-js/mdx': 1.6.22 @@ -2857,8 +2823,8 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/parser': 7.21.4 - '@babel/traverse': 7.21.4(supports-color@5.5.0) + '@babel/parser': 7.24.1 + '@babel/traverse': 7.24.1 '@docusaurus/logger': 2.4.0 '@docusaurus/utils': 2.4.0(@docusaurus/types@2.4.0) '@mdx-js/mdx': 1.6.22 @@ -2930,14 +2896,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-content-blog@2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-content-blog@2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-f5LjqX+9WkiLyGiQ41x/KGSJ/9bOjSD8lsVhPvYeUYHCtYpuiDKfhZE07O4EqpHkBx4NQdtQDbp+aptgHSTuiw==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/logger': 2.3.1 '@docusaurus/mdx-loader': 2.3.1(@docusaurus/types@2.3.1)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/types': 2.3.1(react-dom@17.0.2)(react@17.0.2) @@ -2954,7 +2920,7 @@ packages: tslib: 2.5.0 unist-util-visit: 2.0.3 utility-types: 3.10.0 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -2975,14 +2941,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-content-blog@2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-content-blog@2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-YwkAkVUxtxoBAIj/MCb4ohN0SCtHBs4AS75jMhPpf67qf3j+U/4n33cELq7567hwyZ6fMz2GPJcVmctzlGGThQ==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/logger': 2.4.0 '@docusaurus/mdx-loader': 2.4.0(@docusaurus/types@2.4.0)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/types': 2.4.0(react-dom@17.0.2)(react@17.0.2) @@ -3020,14 +2986,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-content-docs@2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-content-docs@2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-DxztTOBEruv7qFxqUtbsqXeNcHqcVEIEe+NQoI1oi2DBmKBhW/o0MIal8lt+9gvmpx3oYtlwmLOOGepxZgJGkw==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/logger': 2.3.1 '@docusaurus/mdx-loader': 2.3.1(@docusaurus/types@2.3.1)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/module-type-aliases': 2.3.1(react-dom@17.0.2)(react@17.0.2) @@ -3044,7 +3010,7 @@ packages: react-dom: 17.0.2(react@17.0.2) tslib: 2.5.0 utility-types: 3.10.0 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3065,14 +3031,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-content-docs@2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-content-docs@2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-ic/Z/ZN5Rk/RQo+Io6rUGpToOtNbtPloMR2JcGwC1xT2riMu6zzfSwmBi9tHJgdXH6CB5jG+0dOZZO8QS5tmDg==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/logger': 2.4.0 '@docusaurus/mdx-loader': 2.4.0(@docusaurus/types@2.4.0)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/module-type-aliases': 2.4.0(react-dom@17.0.2)(react@17.0.2) @@ -3110,14 +3076,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-content-pages@2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-content-pages@2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-E80UL6hvKm5VVw8Ka8YaVDtO6kWWDVUK4fffGvkpQ/AJQDOg99LwOXKujPoICC22nUFTsZ2Hp70XvpezCsFQaA==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/mdx-loader': 2.3.1(@docusaurus/types@2.3.1)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/types': 2.3.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils': 2.3.1(@docusaurus/types@2.3.1) @@ -3126,7 +3092,7 @@ packages: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) tslib: 2.5.0 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3147,14 +3113,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-content-pages@2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-content-pages@2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-Pk2pOeOxk8MeU3mrTU0XLIgP9NZixbdcJmJ7RUFrZp1Aj42nd0RhIT14BGvXXyqb8yTQlk4DmYGAzqOfBsFyGw==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/mdx-loader': 2.4.0(@docusaurus/types@2.4.0)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/types': 2.4.0(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils': 2.4.0(@docusaurus/types@2.4.0) @@ -3184,14 +3150,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-debug@2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-debug@2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-Ujpml1Ppg4geB/2hyu2diWnO49az9U2bxM9Shen7b6qVcyFisNJTkVG2ocvLC7wM1efTJcUhBO6zAku2vKJGMw==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/types': 2.3.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils': 2.3.1(@docusaurus/types@2.3.1) fs-extra: 10.1.0 @@ -3221,14 +3187,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-google-analytics@2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-google-analytics@2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-OHip0GQxKOFU8n7gkt3TM4HOYTXPCFDjqKbMClDD3KaDnyTuMp/Zvd9HSr770lLEscgPWIvzhJByRAClqsUWiQ==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/types': 2.3.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils-validation': 2.3.1(@docusaurus/types@2.3.1) react: 17.0.2 @@ -3254,14 +3220,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-google-gtag@2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-google-gtag@2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-uXtDhfu4+Hm+oqWUySr3DNI5cWC/rmP6XJyAk83Heor3dFjZqDwCbkX8yWPywkRiWev3Dk/rVF8lEn0vIGVocA==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/types': 2.3.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils-validation': 2.3.1(@docusaurus/types@2.3.1) react: 17.0.2 @@ -3287,14 +3253,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-google-tag-manager@2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-google-tag-manager@2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-Ww2BPEYSqg8q8tJdLYPFFM3FMDBCVhEM4UUqKzJaiRMx3NEoly3qqDRAoRDGdIhlC//Rf0iJV9cWAoq2m6k3sw==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/types': 2.3.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils-validation': 2.3.1(@docusaurus/types@2.3.1) react: 17.0.2 @@ -3320,14 +3286,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-sitemap@2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/plugin-sitemap@2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-8Yxile/v6QGYV9vgFiYL+8d2N4z4Er3pSHsrD08c5XI8bUXxTppMwjarDUTH/TRTfgAWotRbhJ6WZLyajLpozA==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/logger': 2.3.1 '@docusaurus/types': 2.3.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils': 2.3.1(@docusaurus/types@2.3.1) @@ -3358,25 +3324,25 @@ packages: - webpack-cli dev: false - /@docusaurus/preset-classic@2.3.1(@algolia/client-search@4.17.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/preset-classic@2.3.1(@algolia/client-search@4.17.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-OQ5W0AHyfdUk0IldwJ3BlnZ1EqoJuu2L2BMhqLbqwNWdkmzmSUvlFLH1Pe7CZSQgB2YUUC/DnmjbPKk/qQD0lQ==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-blog': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-docs': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-pages': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-debug': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-google-analytics': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-google-gtag': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-google-tag-manager': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-sitemap': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/theme-classic': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/theme-common': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/theme-search-algolia': 2.3.1(@algolia/client-search@4.17.0)(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-blog': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-docs': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-pages': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-debug': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-google-analytics': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-google-gtag': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-google-tag-manager': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-sitemap': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/theme-classic': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/theme-common': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/theme-search-algolia': 2.3.1(@algolia/client-search@4.17.0)(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/types': 2.3.1(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -3412,20 +3378,20 @@ packages: prop-types: 15.8.1 react: 17.0.2 - /@docusaurus/theme-classic@2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/theme-classic@2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-SelSIDvyttb7ZYHj8vEUhqykhAqfOPKk+uP0z85jH72IMC58e7O8DIlcAeBv+CWsLbNIl9/Hcg71X0jazuxJug==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/mdx-loader': 2.3.1(@docusaurus/types@2.3.1)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/module-type-aliases': 2.3.1(react-dom@17.0.2)(react@17.0.2) - '@docusaurus/plugin-content-blog': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-docs': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-pages': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/theme-common': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-blog': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-docs': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-pages': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/theme-common': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/theme-translations': 2.3.1 '@docusaurus/types': 2.3.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils': 2.3.1(@docusaurus/types@2.3.1) @@ -3466,20 +3432,20 @@ packages: - webpack-cli dev: false - /@docusaurus/theme-classic@2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/theme-classic@2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-GMDX5WU6Z0OC65eQFgl3iNNEbI9IMJz9f6KnOyuMxNUR6q0qVLsKCNopFUDfFNJ55UU50o7P7o21yVhkwpfJ9w==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/mdx-loader': 2.4.0(@docusaurus/types@2.4.0)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/module-type-aliases': 2.4.0(react-dom@17.0.2)(react@17.0.2) - '@docusaurus/plugin-content-blog': 2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-docs': 2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-pages': 2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/theme-common': 2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-blog': 2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-docs': 2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-pages': 2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/theme-common': 2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/theme-translations': 2.4.0 '@docusaurus/types': 2.4.0(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils': 2.4.0(@docusaurus/types@2.4.0) @@ -3520,7 +3486,7 @@ packages: - webpack-cli dev: false - /@docusaurus/theme-common@2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/theme-common@2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-RYmYl2OR2biO+yhmW1aS5FyEvnrItPINa+0U2dMxcHpah8reSCjQ9eJGRmAgkZFchV1+aIQzXOI1K7LCW38O0g==} engines: {node: '>=16.14'} peerDependencies: @@ -3529,9 +3495,9 @@ packages: dependencies: '@docusaurus/mdx-loader': 2.3.1(@docusaurus/types@2.3.1)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/module-type-aliases': 2.3.1(react-dom@17.0.2)(react@17.0.2) - '@docusaurus/plugin-content-blog': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-docs': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-pages': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-blog': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-docs': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-pages': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/utils': 2.3.1(@docusaurus/types@2.3.1) '@types/history': 4.7.11 '@types/react': 18.2.14 @@ -3565,7 +3531,7 @@ packages: - webpack-cli dev: false - /@docusaurus/theme-common@2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/theme-common@2.4.0(@docusaurus/types@2.4.0)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-IkG/l5f/FLY6cBIxtPmFnxpuPzc5TupuqlOx+XDN+035MdQcAh8wHXXZJAkTeYDeZ3anIUSUIvWa7/nRKoQEfg==} engines: {node: '>=16.14'} peerDependencies: @@ -3574,9 +3540,9 @@ packages: dependencies: '@docusaurus/mdx-loader': 2.4.0(@docusaurus/types@2.4.0)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/module-type-aliases': 2.4.0(react-dom@17.0.2)(react@17.0.2) - '@docusaurus/plugin-content-blog': 2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-docs': 2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/plugin-content-pages': 2.4.0(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-blog': 2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-docs': 2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-pages': 2.4.0(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/utils': 2.4.0(@docusaurus/types@2.4.0) '@docusaurus/utils-common': 2.4.0(@docusaurus/types@2.4.0) '@types/history': 4.7.11 @@ -3611,7 +3577,7 @@ packages: - webpack-cli dev: false - /@docusaurus/theme-search-algolia@2.3.1(@algolia/client-search@4.17.0)(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): + /@docusaurus/theme-search-algolia@2.3.1(@algolia/client-search@4.17.0)(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4): resolution: {integrity: sha512-JdHaRqRuH1X++g5fEMLnq7OtULSGQdrs9AbhcWRQ428ZB8/HOiaN6mj3hzHvcD3DFgu7koIVtWPQnvnN7iwzHA==} engines: {node: '>=16.14'} peerDependencies: @@ -3619,10 +3585,10 @@ packages: react-dom: ^16.8.4 || ^17.0.0 dependencies: '@docsearch/react': 3.3.3(@algolia/client-search@4.17.0)(react-dom@17.0.2)(react@17.0.2) - '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/logger': 2.3.1 - '@docusaurus/plugin-content-docs': 2.3.1(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) - '@docusaurus/theme-common': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(eslint@8.38.0)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/plugin-content-docs': 2.3.1(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) + '@docusaurus/theme-common': 2.3.1(@docusaurus/types@2.3.1)(@types/node@18.15.11)(react-dom@17.0.2)(react@17.0.2)(ts-node@10.9.1)(typescript@5.0.4) '@docusaurus/theme-translations': 2.3.1 '@docusaurus/utils': 2.3.1(@docusaurus/types@2.3.1) '@docusaurus/utils-validation': 2.3.1(@docusaurus/types@2.3.1) @@ -3682,14 +3648,14 @@ packages: react-dom: ^16.8.4 || ^17.0.0 dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.35 + '@types/react': 18.2.14 commander: 5.1.0 joi: 17.9.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2) utility-types: 3.10.0 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 webpack-merge: 5.8.0 transitivePeerDependencies: - '@swc/core' @@ -3711,7 +3677,7 @@ packages: react-dom: 17.0.2(react@17.0.2) react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2) utility-types: 3.10.0 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 webpack-merge: 5.8.0 transitivePeerDependencies: - '@swc/core' @@ -3925,7 +3891,7 @@ packages: /@emotion/is-prop-valid@1.2.0: resolution: {integrity: sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==} dependencies: - '@emotion/memoize': 0.8.0 + '@emotion/memoize': 0.8.1 dev: false /@emotion/memoize@0.7.4: @@ -3934,8 +3900,8 @@ packages: dev: false optional: true - /@emotion/memoize@0.8.0: - resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} + /@emotion/memoize@0.8.1: + resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} dev: false /@emotion/stylis@0.8.5: @@ -4557,17 +4523,19 @@ packages: dependencies: eslint: 8.38.0 eslint-visitor-keys: 3.4.0 + dev: true /@eslint-community/regexpp@4.5.0: resolution: {integrity: sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + dev: true /@eslint/eslintrc@2.0.2: resolution: {integrity: sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 espree: 9.5.1 globals: 13.20.0 ignore: 5.2.4 @@ -4577,10 +4545,12 @@ packages: strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color + dev: true /@eslint/js@8.38.0: resolution: {integrity: sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true /@faker-js/faker@7.6.0: resolution: {integrity: sha512-XK6BTq1NDMo9Xqw/YkYyGjSsg44fbNwYRx7QK2CuoQgyy+f1rrTDHoExVM5PsyXCtfl2vs2vVJ0MN0yN6LppRw==} @@ -4591,12 +4561,6 @@ packages: resolution: {integrity: sha512-EvYTiXet5XqweYGClEmpu3BoxmsQ4hkj3QaYA6qEnigCWffTP3vNRwBReTdrwDwo7OoJ3wM8Uoe9Uk4n+d4hfg==} dev: false - /@floating-ui/dom@1.2.6: - resolution: {integrity: sha512-02vxFDuvuVPs22iJICacezYJyf7zwwOCWkPNkWNBr1U0Qt1cKFYzWvxts0AmqcOQGwt/3KJWcWIgtbUU38keyw==} - dependencies: - '@floating-ui/core': 1.2.6 - dev: false - /@floating-ui/dom@1.6.3: resolution: {integrity: sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==} dependencies: @@ -4610,7 +4574,7 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@floating-ui/dom': 1.2.6 + '@floating-ui/dom': 1.6.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -4626,6 +4590,17 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@floating-ui/react-dom@2.0.8(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==} + peerDependencies: + react: '>=16.8.0' + react-dom: '>=16.8.0' + dependencies: + '@floating-ui/dom': 1.6.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /@floating-ui/utils@0.2.1: resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} dev: false @@ -4655,17 +4630,20 @@ packages: engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: - supports-color + dev: true /@humanwhocodes/module-importer@1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} + dev: true /@humanwhocodes/object-schema@1.2.1: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} + dev: true /@iarna/toml@2.2.3: resolution: {integrity: sha512-FmuxfCuolpLl0AnQ2NHSzoUKWEJDFl63qXjzdoWBVyFCXzMGm1spBzk7LeHNoVCiWCF7mRVms9e6jEV9+MoPbg==} @@ -4701,14 +4679,6 @@ packages: chalk: 4.1.2 dev: false - /@jridgewell/gen-mapping@0.3.3: - resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} - engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.18 - /@jridgewell/gen-mapping@0.3.5: resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} engines: {node: '>=6.0.0'} @@ -4716,45 +4686,29 @@ packages: '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.25 - dev: false /@jridgewell/resolve-uri@3.1.0: resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} engines: {node: '>=6.0.0'} - /@jridgewell/set-array@1.1.2: - resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} - engines: {node: '>=6.0.0'} - /@jridgewell/set-array@1.2.1: resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} engines: {node: '>=6.0.0'} - dev: false /@jridgewell/source-map@0.3.3: resolution: {integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==} dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 - - /@jridgewell/sourcemap-codec@1.4.14: - resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - /@jridgewell/trace-mapping@0.3.18: - resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} - dependencies: - '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 - /@jridgewell/trace-mapping@0.3.25: resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} dependencies: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.15 - dev: false /@jridgewell/trace-mapping@0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} @@ -5057,7 +5011,7 @@ packages: engines: {node: '>=14.18.0'} hasBin: true dependencies: - '@babel/traverse': 7.21.4(supports-color@5.5.0) + '@babel/traverse': 7.24.1 '@vercel/frameworks': 1.5.0 '@vercel/fs-detectors': 4.1.1 chalk: 4.1.2 @@ -5099,6 +5053,11 @@ packages: resolution: {integrity: sha512-tTi22KoKuER3sldXYl4c1Dq2zU7tMLDkljFiaUKVkBbu4PBvRGCFw75kXZnD2b4Bsp6vin+7sI+AKdCKRhfRuw==} dev: false + /@sanity/color@3.0.6: + resolution: {integrity: sha512-2TjYEvOftD0v7ukx3Csdh9QIu44P2z7NDJtlC3qITJRYV36J7R6Vfd3trVhFnN77/7CZrGjqngrtohv8VqO5nw==} + engines: {node: '>=18.0.0'} + dev: false + /@sanity/diff@3.15.0: resolution: {integrity: sha512-JS5MRBrU9yVk2kxvVkts7tUf/pNisD8Kg4On47QRZwTD1OTlm2Uj5L6h3fAE61jore7M8y2wpZhA3cHAz/GkyQ==} engines: {node: '>=14.18.0'} @@ -5172,6 +5131,15 @@ packages: react: 18.2.0 dev: false + /@sanity/icons@2.11.8(react@18.2.0): + resolution: {integrity: sha512-C4ViXtk6eyiNTQ5OmxpfmcK6Jw+LLTi9zg9XBUD15DzC4xTHaGW9SVfUa43YtPGs3WC3M0t0K59r0GDjh52HIg==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: ^18 + dependencies: + react: 18.2.0 + dev: false + /@sanity/icons@2.3.1(react@18.2.0): resolution: {integrity: sha512-DyUdjjWFIokrMewnK24Vvxpv2lKx5LrzUM3eEk0ZVwhS8+hWkFFN1Z7jhcwQnQ5NweejhzsZkT4JHUdffCAQaw==} engines: {node: '>=14.0.0'} @@ -5319,9 +5287,9 @@ packages: dependencies: '@floating-ui/react-dom': 1.1.1(react-dom@18.2.0)(react@18.2.0) '@sanity/color': 2.2.5 - '@sanity/icons': 2.3.1(react@18.2.0) - csstype: 3.1.2 - framer-motion: 10.12.2(react-dom@18.2.0)(react@18.2.0) + '@sanity/icons': 2.11.8(react@18.2.0) + csstype: 3.1.3 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-is: 18.2.0 @@ -5340,8 +5308,8 @@ packages: dependencies: '@floating-ui/react-dom': 2.0.0(react-dom@18.2.0)(react@18.2.0) '@sanity/color': 2.2.5 - '@sanity/icons': 2.11.2(react@18.2.0) - csstype: 3.1.2 + '@sanity/icons': 2.11.8(react@18.2.0) + csstype: 3.1.3 framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -5350,6 +5318,27 @@ packages: styled-components: 5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) dev: false + /@sanity/ui@2.1.4(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@5.3.9): + resolution: {integrity: sha512-upOLalVCaDrW774mOwNo/f5rNsHcJASGElf/e1vLCViltdSmJ3rb7rdTRKIT26+LE4Jl0ACJIkli6J/qbGWpjQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: ^18 + react-dom: ^18 + react-is: ^18 + styled-components: ^5.2 || ^6 + dependencies: + '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0)(react@18.2.0) + '@sanity/color': 3.0.6 + '@sanity/icons': 2.11.8(react@18.2.0) + csstype: 3.1.3 + framer-motion: 11.0.8(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.2.0 + react-refractor: 2.1.7(react@18.2.0) + styled-components: 5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) + dev: false + /@sanity/util@3.15.0: resolution: {integrity: sha512-qswlSpR7UrBod7PgzhAWTjNFO1q/doDQkRBa+j+Mfyd0hGO/+AC08t5gQnXraLEnN2yfPNZgLah4+VNI08Ebmw==} engines: {node: '>=14.18.0'} @@ -5539,7 +5528,7 @@ packages: resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==} engines: {node: '>=10'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 entities: 4.5.0 dev: false @@ -5645,8 +5634,8 @@ packages: /@types/babel__core@7.20.5: resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.5 @@ -5655,20 +5644,20 @@ packages: /@types/babel__generator@7.6.8: resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 dev: false /@types/babel__template@7.4.4: resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 dev: false /@types/babel__traverse@7.20.5: resolution: {integrity: sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.24.0 dev: false /@types/body-parser@1.19.2: @@ -5895,14 +5884,14 @@ packages: resolution: {integrity: sha512-pFFVXUIydHlcJP6wJm7sDii5mD/bCmmAY0wQzq+M+uX7bqS95AQqHZWP1iNMKrWVQSuHIzj5qi9BvrtLX2/T4w==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.35 + '@types/react': 18.2.14 '@types/react-router': 5.1.20 /@types/react-router-dom@5.3.3: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.35 + '@types/react': 18.2.14 '@types/react-router': 5.1.20 /@types/react-router@5.1.20: @@ -5923,7 +5912,7 @@ packages: dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 - csstype: 3.1.2 + csstype: 3.1.3 /@types/responselike@1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} @@ -5983,6 +5972,14 @@ packages: csstype: 3.1.2 dev: true + /@types/styled-components@5.1.34: + resolution: {integrity: sha512-mmiVvwpYklFIv9E8qfxuPyIt/OuyIrn6gMOAMOFUO3WJfSrSE+sGUoa4PiZj77Ut7bKZpaa6o1fBKS/4TOEvnA==} + dependencies: + '@types/hoist-non-react-statics': 3.3.1 + '@types/react': 18.2.14 + csstype: 3.1.3 + dev: true + /@types/unist@2.0.6: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} dev: false @@ -6026,7 +6023,7 @@ packages: '@typescript-eslint/scope-manager': 5.58.0 '@typescript-eslint/type-utils': 5.58.0(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/utils': 5.58.0(eslint@8.38.0)(typescript@4.9.5) - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 eslint: 8.38.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 @@ -6051,7 +6048,7 @@ packages: '@typescript-eslint/scope-manager': 5.58.0 '@typescript-eslint/types': 5.58.0 '@typescript-eslint/typescript-estree': 5.58.0(typescript@4.9.5) - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 eslint: 8.38.0 typescript: 4.9.5 transitivePeerDependencies: @@ -6078,7 +6075,7 @@ packages: dependencies: '@typescript-eslint/typescript-estree': 5.58.0(typescript@4.9.5) '@typescript-eslint/utils': 5.58.0(eslint@8.38.0)(typescript@4.9.5) - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 eslint: 8.38.0 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 @@ -6102,7 +6099,7 @@ packages: dependencies: '@typescript-eslint/types': 5.58.0 '@typescript-eslint/visitor-keys': 5.58.0 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.4.0 @@ -6197,8 +6194,8 @@ packages: react-dom: 17.0.2(react@17.0.2) dev: false - /@uiw/react-split@5.8.10(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-gqfZtcU+nDmI0AYwBQxIBS8s916kbPLM+ehfiIksJFwrAWHfSlC/j0+u/4YVFSL3B4q+UKqMoXlUj3Lb7qt29g==} + /@uiw/react-split@5.9.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-HgwETU+kRhzZAp+YiE4Yu8bNJm3jxxnGgGPfkadUl8jA1wsMD3aMMskuhQF5akiUUUadiLUvAc8e1RH9Y/SKDw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6564,6 +6561,7 @@ packages: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: acorn: 8.9.0 + dev: true /acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} @@ -6587,6 +6585,7 @@ packages: resolution: {integrity: sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==} engines: {node: '>=0.4.0'} hasBin: true + dev: true /address@1.2.2: resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} @@ -6597,7 +6596,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: false @@ -6916,7 +6915,7 @@ packages: /axios@0.25.0: resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==} dependencies: - follow-redirects: 1.15.6(debug@4.3.4) + follow-redirects: 1.15.6 transitivePeerDependencies: - debug dev: false @@ -6939,7 +6938,7 @@ packages: loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 dev: false /babel-loader@8.3.0(@babel/core@7.21.4)(webpack@5.88.0): @@ -7031,7 +7030,7 @@ packages: styled-components: '>= 2' dependencies: '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-module-imports': 7.24.1 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 @@ -7754,7 +7753,7 @@ packages: normalize-path: 3.0.0 schema-utils: 4.0.0 serialize-javascript: 6.0.1 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 dev: false /copy-webpack-plugin@11.0.0(webpack@5.88.0): @@ -7993,7 +7992,7 @@ packages: schema-utils: 4.0.0 serialize-javascript: 6.0.1 source-map: 0.6.1 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 dev: false /css-minimizer-webpack-plugin@4.2.2(clean-css@5.3.2)(webpack@5.88.0): @@ -8233,6 +8232,9 @@ packages: /csstype@3.1.2: resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} + /csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + /csv-generate@3.4.3: resolution: {integrity: sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==} dev: true @@ -8319,6 +8321,17 @@ packages: ms: 2.1.3 dev: false + /debug@4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + /debug@4.3.4(supports-color@5.5.0): resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -8330,6 +8343,7 @@ packages: dependencies: ms: 2.1.2 supports-color: 5.5.0 + dev: false /decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} @@ -8503,7 +8517,7 @@ packages: hasBin: true dependencies: address: 1.2.2 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: false @@ -8561,6 +8575,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 + dev: true /dom-converter@0.2.0: resolution: {integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==} @@ -8847,7 +8862,7 @@ packages: peerDependencies: esbuild: '>=0.12 <1' dependencies: - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 esbuild: 0.18.20 transitivePeerDependencies: - supports-color @@ -9074,6 +9089,7 @@ packages: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 + dev: true /eslint-visitor-keys@2.1.0: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} @@ -9083,6 +9099,7 @@ packages: /eslint-visitor-keys@3.4.0: resolution: {integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true /eslint@8.38.0: resolution: {integrity: sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==} @@ -9099,7 +9116,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.0 @@ -9131,6 +9148,7 @@ packages: text-table: 0.2.0 transitivePeerDependencies: - supports-color + dev: true /espree@9.5.1: resolution: {integrity: sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==} @@ -9139,6 +9157,7 @@ packages: acorn: 8.9.0 acorn-jsx: 5.3.2(acorn@8.9.0) eslint-visitor-keys: 3.4.0 + dev: true /esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} @@ -9150,6 +9169,7 @@ packages: engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 + dev: true /esrecurse@4.3.0: resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} @@ -9398,6 +9418,7 @@ packages: engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.0.4 + dev: true /file-loader@6.2.0(webpack@5.79.0): resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} @@ -9407,7 +9428,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 dev: false /file-loader@6.2.0(webpack@5.88.0): @@ -9497,9 +9518,11 @@ packages: dependencies: flatted: 3.2.7 rimraf: 3.0.2 + dev: true /flatted@3.2.7: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} + dev: true /flush-write-stream@2.0.0: resolution: {integrity: sha512-uXClqPxT4xW0lcdSBheb2ObVU+kuqUk3Jk64EwieirEXZx9XUrVwp/JuBfKAWaM4T5Td/VL7QLDWPXp/MvGm/g==} @@ -9539,6 +9562,15 @@ packages: debug: 2.6.9 dev: true + /follow-redirects@1.15.6: + resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + /follow-redirects@1.15.6(debug@4.3.4): resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} engines: {node: '>=4.0'} @@ -9548,7 +9580,8 @@ packages: debug: optional: true dependencies: - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 + dev: false /for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} @@ -9564,7 +9597,7 @@ packages: signal-exit: 4.1.0 dev: true - /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.38.0)(typescript@5.0.4)(webpack@5.79.0): + /fork-ts-checker-webpack-plugin@6.5.3(typescript@5.0.4)(webpack@5.79.0): resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -9578,13 +9611,12 @@ packages: vue-template-compiler: optional: true dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.24.1 '@types/json-schema': 7.0.12 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.3.1 - eslint: 8.38.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.5.0 @@ -9593,10 +9625,10 @@ packages: semver: 7.4.0 tapable: 1.1.3 typescript: 5.0.4 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 dev: false - /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.38.0)(typescript@5.0.4)(webpack@5.88.0): + /fork-ts-checker-webpack-plugin@6.5.3(typescript@5.0.4)(webpack@5.88.0): resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -9610,13 +9642,12 @@ packages: vue-template-compiler: optional: true dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.24.1 '@types/json-schema': 7.0.12 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.3.1 - eslint: 8.38.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.5.0 @@ -9649,8 +9680,8 @@ packages: resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==} dev: false - /framer-motion@10.12.2(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-DD3Ieqy4pjmL0qBtfNMqnU/IONchUqnhHtgFtu0Nq5jw7bhkksD/Cs4cNhLYd1vs7iB8Q+WInxuBeMmzIoA5Xg==} + /framer-motion@10.18.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-oGlDh1Q1XqYPksuTD/usb0I70hq95OUzmL9+6Zd+Hs4XV0oaISBa/UUMSjYiq6m8EUF32132mOJ8xVZS+I0S6w==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -9667,8 +9698,8 @@ packages: '@emotion/is-prop-valid': 0.8.8 dev: false - /framer-motion@10.18.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-oGlDh1Q1XqYPksuTD/usb0I70hq95OUzmL9+6Zd+Hs4XV0oaISBa/UUMSjYiq6m8EUF32132mOJ8xVZS+I0S6w==} + /framer-motion@11.0.8(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-1KSGNuqe1qZkS/SWQlDnqK2VCVzRVEoval379j0FiUBJAZoqgwyvqFkfvJbgW2IPFo4wX16K+M0k5jO23lCIjA==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -9823,7 +9854,7 @@ packages: resolution: {integrity: sha512-uY9sMQmiG3RCXqzfpIwt7uI6FuL0XNHgO1U8DhWbpxWgOZ8cCNJOAwr+xkLZxpYRcQ6jFEwdr6oTG55l8u415g==} engines: {node: '>=14.0.0'} dependencies: - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 decompress-response: 7.0.0 follow-redirects: 1.15.6(debug@4.3.4) into-stream: 6.0.0 @@ -10019,6 +10050,7 @@ packages: engines: {node: '>=8'} dependencies: type-fest: 0.20.2 + dev: true /globalthis@1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} @@ -10067,12 +10099,12 @@ packages: resolution: {integrity: sha512-YSwLaGMOgSBx9roJlNLL12c+FRiw7VECphinc6mGucphc/ZxTHgdEz6gmJqH6NOzYEd/yr64hwjom5pZ+tJVpg==} dev: false - /goober@2.1.13(csstype@3.1.2): + /goober@2.1.13(csstype@3.1.3): resolution: {integrity: sha512-jFj3BQeleOoy7t93E9rZ2de+ScC4lQICLwiAQmKMg9F6roKGaLSHoCDYKkWlSafg138jejvq/mTdvmnwDQgqoQ==} peerDependencies: csstype: ^3.0.10 dependencies: - csstype: 3.1.2 + csstype: 3.1.3 dev: false /gopd@1.0.1: @@ -10105,6 +10137,7 @@ packages: /grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} + dev: true /gray-matter@4.0.3: resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==} @@ -10405,7 +10438,7 @@ packages: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: false @@ -10433,7 +10466,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.6(debug@4.3.4) + follow-redirects: 1.15.6 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -10443,7 +10476,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: false @@ -11050,6 +11083,7 @@ packages: /js-sdsl@4.4.0: resolution: {integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==} + dev: true /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -11160,6 +11194,7 @@ packages: /json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + dev: true /json5@2.2.2: resolution: {integrity: sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==} @@ -11272,6 +11307,7 @@ packages: dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 + dev: true /lilconfig@2.1.0: resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} @@ -11377,6 +11413,7 @@ packages: /lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + dev: true /lodash.sortby@4.7.0: resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} @@ -11653,7 +11690,7 @@ packages: webpack: ^5.0.0 dependencies: schema-utils: 4.0.0 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 dev: false /mini-css-extract-plugin@2.7.5(webpack@5.88.0): @@ -11830,6 +11867,7 @@ packages: /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + dev: true /negotiator@0.6.3: resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} @@ -12102,6 +12140,7 @@ packages: prelude-ls: 1.2.1 type-check: 0.4.0 word-wrap: 1.2.3 + dev: true /os-tmpdir@1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} @@ -12262,7 +12301,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.24.1 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -12676,7 +12715,7 @@ packages: semver: 7.4.0 ts-node: 10.9.1(@types/node@18.15.11)(typescript@5.0.4) typescript: 5.0.4 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 transitivePeerDependencies: - '@types/node' dev: false @@ -13271,6 +13310,7 @@ packages: /prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} + dev: true /prepend-http@2.0.0: resolution: {integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==} @@ -13525,7 +13565,7 @@ packages: react: 18.2.0 dev: false - /react-dev-utils@12.0.1(eslint@8.38.0)(typescript@5.0.4)(webpack@5.79.0): + /react-dev-utils@12.0.1(typescript@5.0.4)(webpack@5.79.0): resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} engines: {node: '>=14'} peerDependencies: @@ -13535,7 +13575,7 @@ packages: typescript: optional: true dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.24.1 address: 1.2.2 browserslist: 4.21.9 chalk: 4.1.2 @@ -13544,7 +13584,7 @@ packages: escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.38.0)(typescript@5.0.4)(webpack@5.79.0) + fork-ts-checker-webpack-plugin: 6.5.3(typescript@5.0.4)(webpack@5.79.0) global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 @@ -13560,14 +13600,14 @@ packages: strip-ansi: 6.0.1 text-table: 0.2.0 typescript: 5.0.4 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 transitivePeerDependencies: - eslint - supports-color - vue-template-compiler dev: false - /react-dev-utils@12.0.1(eslint@8.38.0)(typescript@5.0.4)(webpack@5.88.0): + /react-dev-utils@12.0.1(typescript@5.0.4)(webpack@5.88.0): resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} engines: {node: '>=14'} peerDependencies: @@ -13577,7 +13617,7 @@ packages: typescript: optional: true dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.24.1 address: 1.2.2 browserslist: 4.21.9 chalk: 4.1.2 @@ -13586,7 +13626,7 @@ packages: escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.38.0)(typescript@5.0.4)(webpack@5.88.0) + fork-ts-checker-webpack-plugin: 6.5.3(typescript@5.0.4)(webpack@5.88.0) global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 @@ -13669,14 +13709,14 @@ packages: react-fast-compare: 3.2.1 shallowequal: 1.1.0 - /react-hot-toast@2.4.1(csstype@3.1.2)(react-dom@17.0.2)(react@17.0.2): + /react-hot-toast@2.4.1(csstype@3.1.3)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ==} engines: {node: '>=10'} peerDependencies: react: '>=16' react-dom: '>=16' dependencies: - goober: 2.1.13(csstype@3.1.2) + goober: 2.1.13(csstype@3.1.3) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: @@ -13727,7 +13767,7 @@ packages: dependencies: '@babel/runtime': 7.22.5 react-loadable: /@docusaurus/react-loadable@5.5.2(react@17.0.2) - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 dev: false /react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@5.5.2)(webpack@5.88.0): @@ -14826,7 +14866,7 @@ packages: /spdy-transport@3.0.0: resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} dependencies: - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -14839,7 +14879,7 @@ packages: resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} engines: {node: '>=6.0.0'} dependencies: - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -15115,7 +15155,7 @@ packages: engines: {node: '>=8'} hasBin: true dependencies: - '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/gen-mapping': 0.3.5 commander: 4.1.1 glob: 7.1.6 lines-and-columns: 1.2.4 @@ -15249,7 +15289,7 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 @@ -15272,7 +15312,7 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 @@ -15501,7 +15541,7 @@ packages: bundle-require: 4.0.1(esbuild@0.17.16) cac: 6.7.14 chokidar: 3.5.3 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 esbuild: 0.17.16 execa: 5.1.1 globby: 11.1.0 @@ -15537,7 +15577,7 @@ packages: bundle-require: 4.0.1(esbuild@0.17.16) cac: 6.7.14 chokidar: 3.5.3 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 esbuild: 0.17.16 execa: 5.1.1 globby: 11.1.0 @@ -15595,6 +15635,7 @@ packages: engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 + dev: true /type-detect@4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} @@ -15882,7 +15923,7 @@ packages: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 dev: false /url-loader@4.1.1(file-loader@6.2.0)(webpack@5.88.0): @@ -16072,7 +16113,7 @@ packages: hasBin: true dependencies: cac: 6.7.14 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 vite: 5.1.6 @@ -16189,7 +16230,7 @@ packages: '@vitest/utils': 1.3.1 acorn-walk: 8.3.2 chai: 4.4.1 - debug: 4.3.4(supports-color@5.5.0) + debug: 4.3.4 execa: 8.0.1 local-pkg: 0.5.0 magic-string: 0.30.8 @@ -16406,6 +16447,57 @@ packages: - supports-color - utf-8-validate + /webpack-dev-server@4.13.2(webpack@5.79.0): + resolution: {integrity: sha512-5i6TrGBRxG4vnfDpB6qSQGfnB6skGBXNL5/542w2uRGLimX6qeE5BQMLrzIC3JYV/xlGOv+s+hTleI9AZKUQNw==} + engines: {node: '>= 12.13.0'} + hasBin: true + peerDependencies: + webpack: ^4.37.0 || ^5.0.0 + webpack-cli: '*' + peerDependenciesMeta: + webpack: + optional: true + webpack-cli: + optional: true + dependencies: + '@types/bonjour': 3.5.10 + '@types/connect-history-api-fallback': 1.3.5 + '@types/express': 4.17.17 + '@types/serve-index': 1.9.1 + '@types/serve-static': 1.15.1 + '@types/sockjs': 0.3.33 + '@types/ws': 8.5.4 + ansi-html-community: 0.0.8 + bonjour-service: 1.1.1 + chokidar: 3.5.3 + colorette: 2.0.19 + compression: 1.7.4 + connect-history-api-fallback: 2.0.0 + default-gateway: 6.0.3 + express: 4.18.2 + graceful-fs: 4.2.11 + html-entities: 2.3.3 + http-proxy-middleware: 2.0.6(@types/express@4.17.17) + ipaddr.js: 2.0.1 + launch-editor: 2.6.0 + open: 8.4.2 + p-retry: 4.6.2 + rimraf: 3.0.2 + schema-utils: 4.0.0 + selfsigned: 2.1.1 + serve-index: 1.9.1 + sockjs: 0.3.24 + spdy: 4.0.2 + webpack: 5.79.0 + webpack-dev-middleware: 5.3.3(webpack@5.79.0) + ws: 8.13.0 + transitivePeerDependencies: + - bufferutil + - debug + - supports-color + - utf-8-validate + dev: false + /webpack-dev-server@4.13.2(webpack@5.88.0): resolution: {integrity: sha512-5i6TrGBRxG4vnfDpB6qSQGfnB6skGBXNL5/542w2uRGLimX6qeE5BQMLrzIC3JYV/xlGOv+s+hTleI9AZKUQNw==} engines: {node: '>= 12.13.0'} @@ -16468,6 +16560,45 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} + /webpack@5.79.0: + resolution: {integrity: sha512-3mN4rR2Xq+INd6NnYuL9RC9GAmc1ROPKJoHhrZ4pAjdMFEkJJWrsPw8o2JjCIyQyTu7rTXYn4VG6OpyB3CobZg==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.4 + '@types/estree': 1.0.0 + '@webassemblyjs/ast': 1.11.1 + '@webassemblyjs/wasm-edit': 1.11.1 + '@webassemblyjs/wasm-parser': 1.11.1 + acorn: 8.8.2 + acorn-import-assertions: 1.8.0(acorn@8.8.2) + browserslist: 4.21.5 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.12.0 + es-module-lexer: 1.2.1 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.1.1 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.7(webpack@5.79.0) + watchpack: 2.4.0 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + /webpack@5.79.0(webpack-cli@5.0.1): resolution: {integrity: sha512-3mN4rR2Xq+INd6NnYuL9RC9GAmc1ROPKJoHhrZ4pAjdMFEkJJWrsPw8o2JjCIyQyTu7rTXYn4VG6OpyB3CobZg==} engines: {node: '>=10.13.0'} @@ -16557,7 +16688,7 @@ packages: consola: 2.15.3 pretty-time: 1.1.0 std-env: 3.7.0 - webpack: 5.79.0(webpack-cli@5.0.1) + webpack: 5.79.0 dev: false /webpackbar@5.0.2(webpack@5.88.0):