diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..38ed4eb7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true + +# Set default charset and space indentation +[*.{js,ts,jsx,tsx}] +charset = utf-8 +indent_style = space +indent_size = 2 diff --git a/CHANGELOG.md b/CHANGELOG.md index a273c5df..eadf51f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.1.22] - 2023-12-04 + +### Miscellaneous Tasks + +- Add `.editorconfig` for consistent coding style + ## [1.1.21] - 2023-12-01 ### Bug Fixes diff --git a/package.json b/package.json index 840fce1b..25ff897f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-lingui-template", - "version": "1.1.21", + "version": "1.1.22", "private": true, "scripts": { "dev": "next dev", @@ -26,15 +26,15 @@ "next": "14.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-use": "17.4.1", + "react-use": "17.4.2", "tailwind-merge": "2.0.0", "tailwindcss": "3.3.5" }, "devDependencies": { "@lingui/cli": "4.5.0", - "@lingui/conf": "4.5.0", + "@lingui/conf": "4.6.0", "@lingui/format-po": "4.5.0", - "@lingui/loader": "4.5.0", + "@lingui/loader": "4.6.0", "@lingui/macro": "4.5.0", "@lingui/swc-plugin": "4.0.4", "@testing-library/jest-dom": "6.1.5", @@ -45,7 +45,7 @@ "@types/jest": "29.5.10", "@types/langs": "2.0.4", "@types/lint-staged": "13.2.2", - "@types/node": "20.10.1", + "@types/node": "20.10.2", "@types/react": "18.2.39", "@types/react-dom": "18.2.17", "eslint": "8.54.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 21a726f5..96b69ad0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ dependencies: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-use: - specifier: 17.4.1 - version: 17.4.1(react-dom@18.2.0)(react@18.2.0) + specifier: 17.4.2 + version: 17.4.2(react-dom@18.2.0)(react@18.2.0) tailwind-merge: specifier: 2.0.0 version: 2.0.0 @@ -59,14 +59,14 @@ devDependencies: specifier: 4.5.0 version: 4.5.0 '@lingui/conf': - specifier: 4.5.0 - version: 4.5.0 + specifier: 4.6.0 + version: 4.6.0 '@lingui/format-po': specifier: 4.5.0 version: 4.5.0 '@lingui/loader': - specifier: 4.5.0 - version: 4.5.0(webpack@5.87.0) + specifier: 4.6.0 + version: 4.6.0(webpack@5.87.0) '@lingui/macro': specifier: 4.5.0 version: 4.5.0(@lingui/react@4.5.0)(babel-plugin-macros@3.1.0) @@ -98,8 +98,8 @@ devDependencies: specifier: 13.2.2 version: 13.2.2 '@types/node': - specifier: 20.10.1 - version: 20.10.1 + specifier: 20.10.2 + version: 20.10.2 '@types/react': specifier: 18.2.39 version: 18.2.39 @@ -123,7 +123,7 @@ devDependencies: version: 8.0.3 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0) + version: 29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0) jest-environment-jsdom: specifier: 29.7.0 version: 29.7.0 @@ -794,7 +794,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -815,14 +815,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.8.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0) + jest-config: 29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -850,7 +850,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 jest-mock: 29.7.0 dev: true @@ -877,7 +877,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.10.1 + '@types/node': 20.10.2 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -910,7 +910,7 @@ packages: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.18 - '@types/node': 20.10.1 + '@types/node': 20.10.2 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -998,7 +998,7 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.10.1 + '@types/node': 20.10.2 '@types/yargs': 17.0.24 chalk: 4.1.2 dev: true @@ -1043,6 +1043,11 @@ packages: engines: {node: '>=16.0.0'} dev: true + /@lingui/babel-plugin-extract-messages@4.6.0: + resolution: {integrity: sha512-5endWBnkE7LKIB2I9wLvmyt8tX2AgcvCb7a9eyK4WlS/YJ/rmlXFuzHM6VC0UHHM1LYeV2pgokzOI5i9y/3H0A==} + engines: {node: '>=16.0.0'} + dev: true + /@lingui/cli@4.5.0: resolution: {integrity: sha512-MzhxNUNd+YYEmK79TwmneUow5BuLwpOlrUrZq9EyIAWUM4N6kkCVkZ8VIMYCL4TXGQ4kBQjstgDpkF8wdFRtNg==} engines: {node: '>=16.0.0'} @@ -1081,11 +1086,61 @@ packages: - supports-color dev: true + /@lingui/cli@4.6.0: + resolution: {integrity: sha512-37MTEg0IkqY90p1NObu3HkMNky7W48L0sxdA+U2Gdf9tDv8wcYMnKdz7M3YFn5BxL07SwiN8j0Yyrbz+bsSKJw==} + engines: {node: '>=16.0.0'} + hasBin: true + dependencies: + '@babel/core': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/runtime': 7.23.2 + '@babel/types': 7.22.5 + '@lingui/babel-plugin-extract-messages': 4.6.0 + '@lingui/conf': 4.6.0 + '@lingui/core': 4.6.0 + '@lingui/format-po': 4.6.0 + '@lingui/message-utils': 4.6.0 + babel-plugin-macros: 3.1.0 + chalk: 4.1.2 + chokidar: 3.5.1 + cli-table: 0.3.6 + commander: 10.0.1 + convert-source-map: 2.0.0 + date-fns: 2.30.0 + esbuild: 0.17.19 + glob: 7.2.3 + inquirer: 7.3.3 + micromatch: 4.0.2 + normalize-path: 3.0.0 + ora: 5.4.1 + pathe: 1.1.1 + pkg-up: 3.1.0 + pofile: 1.1.4 + pseudolocale: 2.0.0 + ramda: 0.27.2 + source-map: 0.8.0-beta.0 + transitivePeerDependencies: + - supports-color + dev: true + /@lingui/conf@4.5.0: resolution: {integrity: sha512-OBm4RQQtbpvmuazLWVpvpaOpt/xvu1PBv8WUX8QoW1vsROe/3P5BpRHRYFyMeZz5mhORJgis9lQtDTq145Ruug==} engines: {node: '>=16.0.0'} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.23.2 + chalk: 4.1.2 + cosmiconfig: 8.2.0 + jest-validate: 29.7.0 + jiti: 1.18.2 + lodash.get: 4.4.2 + dev: true + + /@lingui/conf@4.6.0: + resolution: {integrity: sha512-k6Gpm0RB+xf1J2gR5pVsG+FwNLTHTUSpThBCF+dYyWowHbDrxfhi/FtQyNS2doT05VYNraQZanXOFbKjdFgF7A==} + engines: {node: '>=16.0.0'} + dependencies: + '@babel/runtime': 7.23.2 chalk: 4.1.2 cosmiconfig: 8.2.0 jest-validate: 29.7.0 @@ -1101,6 +1156,15 @@ packages: '@lingui/message-utils': 4.5.0 unraw: 3.0.0 + /@lingui/core@4.6.0: + resolution: {integrity: sha512-waqozTXrCCm/Rc0GLTlri9+kzNGK7q/beoZG9GjsC1g3HRtTiZWdn0pe3L16YVLHhmoJEXYlAfhsbU5g+A3bfg==} + engines: {node: '>=16.0.0'} + dependencies: + '@babel/runtime': 7.23.2 + '@lingui/message-utils': 4.6.0 + unraw: 3.0.0 + dev: true + /@lingui/detect-locale@4.5.0: resolution: {integrity: sha512-yiscpMZnAi5Sih1uow6tA3hZRTef7nX8lcQmMVEyTAvDjyY4T1TDcK599Rz1HaAb1NnLGuFUqZhn0aeULLGccw==} engines: {node: '>=16.0.0'} @@ -1116,15 +1180,25 @@ packages: pofile: 1.1.4 dev: true - /@lingui/loader@4.5.0(webpack@5.87.0): - resolution: {integrity: sha512-g7lS6/TXvOuNoEyoaqTplMYUBYJ1AASs+ioRIbzUCwXS7s2lETg+mRNmDyVM4INiHZdTPQfYsZta4cqoD5QGdQ==} + /@lingui/format-po@4.6.0: + resolution: {integrity: sha512-jWvmfOQxbHRyjgqsY0pYeb4BuDK22u3DWss+lBsdvPr3YQYHm7JLX6e/xHwftzD+Wy8zytutQkESL71kFeTUfw==} + engines: {node: '>=16.0.0'} + dependencies: + '@lingui/conf': 4.6.0 + '@lingui/message-utils': 4.6.0 + date-fns: 2.30.0 + pofile: 1.1.4 + dev: true + + /@lingui/loader@4.6.0(webpack@5.87.0): + resolution: {integrity: sha512-5OkcmxrDHzWKsvQza9OLUs41Ljow6QG7NsHJkWAPofRbl9uuSKFwwrePXTKECCIrlQvkSA+t91zbWjnusZ7JLA==} engines: {node: '>=16.0.0'} peerDependencies: webpack: ^5.0.0 dependencies: - '@babel/runtime': 7.22.5 - '@lingui/cli': 4.5.0 - '@lingui/conf': 4.5.0 + '@babel/runtime': 7.23.2 + '@lingui/cli': 4.6.0 + '@lingui/conf': 4.6.0 webpack: 5.87.0 transitivePeerDependencies: - supports-color @@ -1152,6 +1226,14 @@ packages: dependencies: '@messageformat/parser': 5.1.0 + /@lingui/message-utils@4.6.0: + resolution: {integrity: sha512-2vHJ61ITxGoyKKyO9DbxZMpnF43kH7j8/+UUu7aUKa18XbOW49qnWwZfB8I9ZGCkPxxh5ILbd3IJ70gF68UbQw==} + engines: {node: '>=16.0.0'} + dependencies: + '@messageformat/parser': 5.1.0 + js-sha256: 0.10.1 + dev: true + /@lingui/react@4.5.0(react@18.2.0): resolution: {integrity: sha512-dv/oxBshyaVJ3XzbPDnWn3abhwtaS1sx8cEO2qDjs+OhW0AeWD9hyVDrduf5SBIuXFJfJQNNA8+2P2nO0lxRbQ==} engines: {node: '>=16.0.0'} @@ -1358,7 +1440,7 @@ packages: chalk: 3.0.0 css.escape: 1.5.1 dom-accessibility-api: 0.5.16 - jest: 29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0) + jest: 29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0) lodash: 4.17.21 redent: 3.0.0 dev: true @@ -1467,7 +1549,7 @@ packages: /@types/graceful-fs@4.1.6: resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: - '@types/node': 20.10.1 + '@types/node': 20.10.2 dev: true /@types/istanbul-lib-coverage@2.0.4: @@ -1500,7 +1582,7 @@ packages: /@types/jsdom@20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: - '@types/node': 20.10.1 + '@types/node': 20.10.2 '@types/tough-cookie': 4.0.2 parse5: 7.1.2 dev: true @@ -1531,14 +1613,8 @@ packages: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: true - /@types/node@20.10.1: - resolution: {integrity: sha512-T2qwhjWwGH81vUEx4EXmBKsTJRXFXNZTL4v0gi01+zyBmCwzE6TyHszqX01m+QHTEq+EZNo13NeJIdEqf+Myrg==} - dependencies: - undici-types: 5.26.5 - dev: true - - /@types/node@20.9.2: - resolution: {integrity: sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==} + /@types/node@20.10.2: + resolution: {integrity: sha512-37MXfxkb0vuIlRKHNxwCkb60PNBpR94u4efQuN4JgIAm66zfCDXGSAFCef9XUWFovX2R1ok6Z7MHhtdVXXkkIw==} dependencies: undici-types: 5.26.4 dev: true @@ -2611,7 +2687,7 @@ packages: path-type: 4.0.0 dev: true - /create-jest@29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0): + /create-jest@29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0): resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -2620,7 +2696,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0) + jest-config: 29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -4419,7 +4495,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 chalk: 4.1.2 co: 4.6.0 dedent: 1.3.0(babel-plugin-macros@3.1.0) @@ -4440,7 +4516,7 @@ packages: - supports-color dev: true - /jest-cli@29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0): + /jest-cli@29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0): resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -4454,10 +4530,10 @@ packages: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0) + create-jest: 29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0) + jest-config: 29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -4468,7 +4544,7 @@ packages: - ts-node dev: true - /jest-config@29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0): + /jest-config@29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -4483,7 +4559,7 @@ packages: '@babel/core': 7.22.5 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 babel-jest: 29.7.0(@babel/core@7.22.5) chalk: 4.1.2 ci-info: 3.8.0 @@ -4549,7 +4625,7 @@ packages: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.10.1 + '@types/node': 20.10.2 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -4566,7 +4642,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 jest-mock: 29.7.0 jest-util: 29.7.0 dev: true @@ -4582,7 +4658,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.6 - '@types/node': 20.10.1 + '@types/node': 20.10.2 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -4633,7 +4709,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 jest-util: 29.7.0 dev: true @@ -4688,7 +4764,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -4719,7 +4795,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.1 @@ -4771,7 +4847,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -4796,7 +4872,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.10.1 + '@types/node': 20.10.2 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -4808,7 +4884,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.9.2 + '@types/node': 20.10.2 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -4817,13 +4893,13 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 20.10.1 + '@types/node': 20.10.2 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest@29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0): + /jest@29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0): resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -4836,7 +4912,7 @@ packages: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.10.1)(babel-plugin-macros@3.1.0) + jest-cli: 29.7.0(@types/node@20.10.2)(babel-plugin-macros@3.1.0) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -4857,6 +4933,10 @@ packages: resolution: {integrity: sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==} dev: false + /js-sha256@0.10.1: + resolution: {integrity: sha512-5obBtsz9301ULlsgggLg542s/jqtddfOpV5KJc4hajc9JV8GeY2gZHSVpYBn4nWqAUTJ9v+xwtbJ1mIBgIH5Vw==} + dev: true + /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -6411,11 +6491,11 @@ packages: tslib: 2.6.0 dev: false - /react-use@17.4.1(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-f3EdGM5ea+2EEIkfgggE+Jhza7uEek8aEMTpd1TQnyqGAD4wew3CMVshiXEP6kstjBE4XUGoKVxttqio76ijNw==} + /react-use@17.4.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-1jPtmWLD8OJJNYCdYLJEH/HM+bPDfJuyGwCYeJFgPmWY8ttwpgZnW5QnzgM55CYUByUiTjHxsGOnEpLl6yQaoQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: '*' + react-dom: '*' dependencies: '@types/js-cookie': 2.2.7 '@xobotyi/scrollbar-width': 1.9.5 @@ -7389,10 +7469,6 @@ packages: resolution: {integrity: sha512-nSNuWyiXbGptNQjUVhJGKA0KufCryCa6yjc2IAfg4HRblpUNgF5xhqEXNO3+F8cVYFiJsIgurydTuKphzszEmA==} dev: true - /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - dev: true - /unist-util-stringify-position@4.0.0: resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} dependencies: