Merge pull request #4759 from freesewing/dependabot/npm_and_yarn/eslint-config-next-13.4.18
Bump eslint-config-next from 13.4.13 to 13.4.18
This commit is contained in:
commit
29e7507883
6 changed files with 88 additions and 106 deletions
|
@ -225,7 +225,7 @@ dev:
|
|||
'@mdx-js/mdx': *mdx
|
||||
'@mdx-js/react': *mdx
|
||||
'@mdx-js/runtime': &mdxRuntime '2.0.0-next.9'
|
||||
'@next/bundle-analyzer': &next '13.4.16'
|
||||
'@next/bundle-analyzer': &next '13.4.18'
|
||||
'@tailwindcss/typography': &tailwindTypography '0.5.9'
|
||||
'algoliasearch': '4.19.1'
|
||||
'daisyui': &daisyui '3.5.1'
|
||||
|
|
|
@ -33,14 +33,14 @@
|
|||
"@mdx-js/mdx": "2.3.0",
|
||||
"@mdx-js/react": "2.3.0",
|
||||
"@mdx-js/runtime": "2.0.0-next.9",
|
||||
"@next/bundle-analyzer": "13.4.16",
|
||||
"@next/bundle-analyzer": "13.4.18",
|
||||
"@tailwindcss/typography": "0.5.9",
|
||||
"algoliasearch": "4.19.1",
|
||||
"daisyui": "3.5.1",
|
||||
"lodash.get": "4.4.2",
|
||||
"lodash.orderby": "4.6.0",
|
||||
"lodash.set": "4.3.2",
|
||||
"next": "13.4.16",
|
||||
"next": "13.4.18",
|
||||
"react": "18.2.0",
|
||||
"react-copy-to-clipboard": "5.1.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
@ -61,7 +61,7 @@
|
|||
"devDependencies": {
|
||||
"@playwright/test": "^1.32.3",
|
||||
"autoprefixer": "10.4.15",
|
||||
"eslint-config-next": "13.4.16",
|
||||
"eslint-config-next": "13.4.18",
|
||||
"js-yaml": "4.1.0",
|
||||
"postcss": "8.4.28",
|
||||
"playwright": "^1.32.3",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"lodash.get": "4.4.2",
|
||||
"lodash.orderby": "4.6.0",
|
||||
"lodash.set": "4.3.2",
|
||||
"next": "13.4.16",
|
||||
"next": "13.4.18",
|
||||
"next-i18next": "14.0.0",
|
||||
"react": "18.2.0",
|
||||
"react-copy-to-clipboard": "5.1.0",
|
||||
|
@ -65,7 +65,7 @@
|
|||
"devDependencies": {
|
||||
"@playwright/test": "^1.32.3",
|
||||
"autoprefixer": "10.4.15",
|
||||
"eslint-config-next": "13.4.16",
|
||||
"eslint-config-next": "13.4.18",
|
||||
"js-yaml": "4.1.0",
|
||||
"postcss": "8.4.28",
|
||||
"playwright": "^1.32.3",
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
"@mdx-js/runtime": "2.0.0-next.9",
|
||||
"@tailwindcss/typography": "0.5.9",
|
||||
"algoliasearch": "4.19.1",
|
||||
"react-copy-to-clipboard": "5.1.0",
|
||||
"daisyui": "3.5.1",
|
||||
"echarts": "5.4.2",
|
||||
"echarts-for-react": "3.0.2",
|
||||
|
@ -45,12 +46,11 @@
|
|||
"lodash.orderby": "4.6.0",
|
||||
"lodash.set": "4.3.2",
|
||||
"luxon": "3.4.0",
|
||||
"react-copy-to-clipboard": "5.1.0",
|
||||
"next": "13.4.16",
|
||||
"next": "13.4.18",
|
||||
"react-dropzone": "14.2.3",
|
||||
"react-hot-toast": "2.4.1",
|
||||
"react-hotkeys-hook": "4.4.1",
|
||||
"react-instantsearch-dom": "6.40.4",
|
||||
"react-hot-toast": "2.4.1",
|
||||
"react-markdown": "8.0.7",
|
||||
"react-swipeable": "7.0.1",
|
||||
"react-timeago": "7.1.0",
|
||||
|
@ -62,18 +62,16 @@
|
|||
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
|
||||
"remark-gfm": "3.0.1",
|
||||
"remark-mdx-frontmatter": "3.0.0",
|
||||
"slugify": "^1.6.6",
|
||||
"use-persisted-state": "0.3.3",
|
||||
"yaml-loader": "0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.32.3",
|
||||
"autoprefixer": "10.4.15",
|
||||
"eslint-config-next": "13.4.16",
|
||||
"eslint-config-next": "13.4.18",
|
||||
"js-yaml": "4.1.0",
|
||||
"postcss": "8.4.28",
|
||||
"playwright": "^1.32.3",
|
||||
"postcss": "8.4.27",
|
||||
"remark-extract-frontmatter": "3.2.0",
|
||||
"remark-mdx-frontmatter": "3.0.0",
|
||||
"tailwindcss": "3.3.3",
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
"remark-mdx-frontmatter": "3.0.0",
|
||||
"remark-smartypants": "2.0.0",
|
||||
"sharp": "0.32.4",
|
||||
"slugify": "^1.6.6",
|
||||
"svg-to-pdfkit": "https://git@github.com/eriese/SVG-to-PDFKit",
|
||||
"tlds": "1.242.0",
|
||||
"to-vfile": "8.0.0",
|
||||
|
|
171
yarn.lock
171
yarn.lock
|
@ -1462,29 +1462,22 @@
|
|||
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-2.0.0-next.1.tgz#b17a046ed5cb1b13e75b29740504ec53a7e0b016"
|
||||
integrity sha512-F36kWTFdFXrbNIsM77dhVwYZsZonUIKHkYyYgnuw1NWskBfEn1ET5B5Z5mm58ckKNf7SimchnxR9sKCCtH38WA==
|
||||
|
||||
"@next/bundle-analyzer@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-13.4.16.tgz#650162f2d20e374efad43f4802971a8ed07728ab"
|
||||
integrity sha512-9YO6o7YeWAn7j5zlYE5oVKYxpP/3aCnh7q4niwOBeHmafmWjhkVrxi0g0t2ds19vnsBm73hNcyeXzTi/T2hE+Q==
|
||||
"@next/bundle-analyzer@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-13.4.18.tgz#18f76165f8f24100591b756154828c34c43e370a"
|
||||
integrity sha512-5tSSaq1Id1G4TjhUvU/r+4dVRRZFvwKVxSY9K1aLjsg46XxC4l/cN+m9iMHPw9VjNAq8ENx0QO4ElP6wVC8q4w==
|
||||
dependencies:
|
||||
webpack-bundle-analyzer "4.7.0"
|
||||
|
||||
"@next/env@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/env/-/env-13.4.16.tgz#382b565b35a2a69bd0e6b50f74c7b95f0c4b1097"
|
||||
integrity sha512-pCU0sJBqdfKP9mwDadxvZd+eLz3fZrTlmmDHY12Hdpl3DD0vy8ou5HWKVfG0zZS6tqhL4wnQqRbspdY5nqa7MA==
|
||||
"@next/env@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/env/-/env-13.4.18.tgz#92a09de23fd48a5536f4af7bbc103333c28bb441"
|
||||
integrity sha512-ZUG5Y/KSSerggdeD2LIYgiYziKTuSE9oE2RnW8bhNw6WunA8MrVfrWaCDTYSx/UG8qzPpSF+BiZNiHUiALxCdA==
|
||||
|
||||
"@next/eslint-plugin-next@13.4.13":
|
||||
version "13.4.13"
|
||||
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.13.tgz#8b615032ab2cce94e13b3496c0cb5979a6078771"
|
||||
integrity sha512-RpZeXlPxQ9FLeYN84XHDqRN20XxmVNclYCraLYdifRsmibtcWUWdwE/ANp2C8kgesFRsvwfsw6eOkYNl9sLJ3A==
|
||||
dependencies:
|
||||
glob "7.1.7"
|
||||
|
||||
"@next/eslint-plugin-next@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.16.tgz#444c0ec4bf70ec8646e5339053cfeb59ec5d40c6"
|
||||
integrity sha512-QuFtQl+oSEEQb0HMYBdvBoUaTiMxbY3go/MFkF3zOnfY0t84+IbAX78cw8ZCfr6cA6UcTq3nMIlCrHwDC/moxg==
|
||||
"@next/eslint-plugin-next@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.18.tgz#339b04d974a3e99a1db9efb3fc62a7eb666e9748"
|
||||
integrity sha512-GlOmUjZYYTjKl782mKk5a0bYEmKaouGaxPhi6t9yDILqrppU7JTIyONzLKQPszRXDCVZge0NFd4gwRs1ARZsMg==
|
||||
dependencies:
|
||||
glob "7.1.7"
|
||||
|
||||
|
@ -1495,50 +1488,50 @@
|
|||
dependencies:
|
||||
source-map "^0.7.0"
|
||||
|
||||
"@next/swc-darwin-arm64@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.4.16.tgz#ed6a342f95e5f21213fdadbceb65b40ae678cee0"
|
||||
integrity sha512-Rl6i1uUq0ciRa3VfEpw6GnWAJTSKo9oM2OrkGXPsm7rMxdd2FR5NkKc0C9xzFCI4+QtmBviWBdF2m3ur3Nqstw==
|
||||
"@next/swc-darwin-arm64@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.4.18.tgz#189ffe8b71f22f25514f656c14864e2c7c6e4592"
|
||||
integrity sha512-d/73jvZe7dNTjLugDsIIy2AdQrwE2dFC9/QRr7yHmFm8mS5EiIHeDKzaqIsv9+JXKD9ZB1i/c0x7+F0PlKo1vQ==
|
||||
|
||||
"@next/swc-darwin-x64@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-13.4.16.tgz#36c16066a1a3ef8211e84a6a5d72bef15826b291"
|
||||
integrity sha512-o1vIKYbZORyDmTrPV1hApt9NLyWrS5vr2p5hhLGpOnkBY1cz6DAXjv8Lgan8t6X87+83F0EUDlu7klN8ieZ06A==
|
||||
"@next/swc-darwin-x64@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-13.4.18.tgz#fd37a7cf7e39c6f948b41a7ad73dff6ec3ce4441"
|
||||
integrity sha512-PwfvxgxG5rvUJppF02IdVAVx4HTtbZrS/Nz9qHfYfeFOQ9a+PijL8Xr9BJ21jiIS+dPQjwzvpsOdsC+DOrlzhg==
|
||||
|
||||
"@next/swc-linux-arm64-gnu@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.4.16.tgz#a5b5500737f07e3aa7f184014d8df7973420df26"
|
||||
integrity sha512-JRyAl8lCfyTng4zoOmE6hNI2f1MFUr7JyTYCHl1RxX42H4a5LMwJhDVQ7a9tmDZ/yj+0hpBn+Aan+d6lA3v0UQ==
|
||||
"@next/swc-linux-arm64-gnu@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.4.18.tgz#1b735688e28389ba62d9fbcc46780ac5028118c6"
|
||||
integrity sha512-Nayn6yFeox9wKaRTLaWRvO3DjB8xEM3BnXu7QnQeZb0AgD484XmdxK13TYZW4jdNy3VJ5OyYIpL4mhkgWEVq/A==
|
||||
|
||||
"@next/swc-linux-arm64-musl@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.4.16.tgz#381b7662c5b10ed5750dce41dd57841aa0713e77"
|
||||
integrity sha512-9gqVqNzUMWbUDgDiND18xoUqhwSm2gmksqXgCU0qaOKt6oAjWz8cWYjgpPVD0WICKFylEY/gvPEP1fMZDVFZ/g==
|
||||
"@next/swc-linux-arm64-musl@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.4.18.tgz#58622904ca1ab2160184e67bb442348bc5322719"
|
||||
integrity sha512-sQzJ5DFPvGlKjI97R17v2RxKJYYzHw4lJZ4xhK6wvyYJYYcn9JfIMyKCvLtfLgpU1tOUcbkmx7i8XC28sB1BsQ==
|
||||
|
||||
"@next/swc-linux-x64-gnu@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.4.16.tgz#6e0b0eab1c316506950aeb4a09a5ea5c38edabe7"
|
||||
integrity sha512-KcQGwchAKmZVPa8i5PLTxvTs1/rcFnSltfpTm803Tr/BtBV3AxCkHLfhtoyVtVzx/kl/oue8oS+DSmbepQKwhw==
|
||||
"@next/swc-linux-x64-gnu@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.4.18.tgz#3172162ae5d340559da8bec6d1cb38dae3c3ae86"
|
||||
integrity sha512-zqCLvGdz+T0V+set8zRHbkl3PQq0quUp5Dtuj1yGw0N9htp3beL1RVyhfSusbgxT82TRTXJe94IREgM8iYq6wg==
|
||||
|
||||
"@next/swc-linux-x64-musl@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.4.16.tgz#36b84e4509168a5cadf9dfd728c239002d4311fe"
|
||||
integrity sha512-2RbMZNxYnJmW8EPHVBsGZPq5zqWAyBOc/YFxq/jIQ/Yn3RMFZ1dZVCjtIcsiaKmgh7mjA/W0ApbumutHNxRqqQ==
|
||||
"@next/swc-linux-x64-musl@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.4.18.tgz#47858fc85521f255ee01315c175fd43082b2c82e"
|
||||
integrity sha512-V/+dWy32eo3iiWkro+0M4/vNp1anGrVzNp90teVKG5tl5t5qNGc/qWOgmgTG8JhowdJAxj7+fp+WltrcezqsDA==
|
||||
|
||||
"@next/swc-win32-arm64-msvc@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.4.16.tgz#52d36f909ccdefa2761617b6d4e9ae65f99880a9"
|
||||
integrity sha512-thDcGonELN7edUKzjzlHrdoKkm7y8IAdItQpRvvMxNUXa4d9r0ElofhTZj5emR7AiXft17hpen+QAkcWpqG7Jg==
|
||||
"@next/swc-win32-arm64-msvc@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.4.18.tgz#aed05ebe46ce4e2093e03b907bbfeb2c65948806"
|
||||
integrity sha512-anytZjyD1tAgfA/crOrVcUlm0yrSNKYKpg53NQ+Y83nAungrghBthZZiA1/QvmIs1Igu0Rqw/O6hqCOH63o8pw==
|
||||
|
||||
"@next/swc-win32-ia32-msvc@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.4.16.tgz#a9cb0556d19c33fbb39ac9bef195fd490d6c7673"
|
||||
integrity sha512-f7SE1Mo4JAchUWl0LQsbtySR9xCa+x55C0taetjUApKtcLR3AgAjASrrP+oE1inmLmw573qRnE1eZN8YJfEBQw==
|
||||
"@next/swc-win32-ia32-msvc@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.4.18.tgz#8a3bd3b784ef41d5dbef5a09e42f08efca181076"
|
||||
integrity sha512-lgsZDjbU0FQQH2pDSYeKIbVX9g8dqA7fUtgcAcwbj4eEuVW/K41rKFQceMM1kt0ktVUZ4uF2qOHsgebOWpDJIw==
|
||||
|
||||
"@next/swc-win32-x64-msvc@13.4.16":
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.16.tgz#79a151d94583e03992c80df3d3e7f7686390ddac"
|
||||
integrity sha512-WamDZm1M/OEM4QLce3lOmD1XdLEl37zYZwlmOLhmF7qYJ2G6oYm9+ejZVv+LakQIsIuXhSpVlOvrxIAHqwRkPQ==
|
||||
"@next/swc-win32-x64-msvc@13.4.18":
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.18.tgz#a746a10fbd3515c7ddfdfd65250f6b30cb1ce3f8"
|
||||
integrity sha512-cS72bVNqICglP/uEzqNy26lfRH30zf4AbqnnhPhe+UxRg6d+OTtRQpFX7C4xtBP09FKA+MSSflNVkrn2ZfaWrA==
|
||||
|
||||
"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1":
|
||||
version "5.1.1-v1"
|
||||
|
@ -5665,12 +5658,12 @@ escape-string-regexp@^2.0.0:
|
|||
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
|
||||
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
|
||||
|
||||
eslint-config-next@13.4.16:
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.4.16.tgz#e8027dc527d69dbd9a56016b3fc2548e47286668"
|
||||
integrity sha512-Of73d/FiaGf0GLCxxTGdh4rW8bRDvsqypylefkshE/uDDpQr8ifVQsD4UiB99rhegks7nJGkYtUnR3dC7kfFlw==
|
||||
eslint-config-next@13.4.18, eslint-config-next@^13.0.6:
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.4.18.tgz#d574634128398ecfa7dae9b810867e1308a7ccb9"
|
||||
integrity sha512-G15CYbsIHwV6Fzoly5SXo/Mj3pNqNkOzbf+wQcPod3LgVNviWVYlb9czjdiREXHq2VF6oV79Kv0Wunguj6RMEw==
|
||||
dependencies:
|
||||
"@next/eslint-plugin-next" "13.4.16"
|
||||
"@next/eslint-plugin-next" "13.4.18"
|
||||
"@rushstack/eslint-patch" "^1.1.3"
|
||||
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0"
|
||||
eslint-import-resolver-node "^0.3.6"
|
||||
|
@ -5678,22 +5671,7 @@ eslint-config-next@13.4.16:
|
|||
eslint-plugin-import "^2.26.0"
|
||||
eslint-plugin-jsx-a11y "^6.5.1"
|
||||
eslint-plugin-react "^7.31.7"
|
||||
eslint-plugin-react-hooks "5.0.0-canary-7118f5dd7-20230705"
|
||||
|
||||
eslint-config-next@^13.0.6:
|
||||
version "13.4.13"
|
||||
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.4.13.tgz#da1d18fff62d5d72c4596c022f883f11bd33de22"
|
||||
integrity sha512-EXAh5h1yG/YTNa5YdskzaSZncBjKjvFe2zclMCi2KXyTsXha22wB6MPs/U7idB6a2qjpBdbZcruQY1TWjfNMZw==
|
||||
dependencies:
|
||||
"@next/eslint-plugin-next" "13.4.13"
|
||||
"@rushstack/eslint-patch" "^1.1.3"
|
||||
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0"
|
||||
eslint-import-resolver-node "^0.3.6"
|
||||
eslint-import-resolver-typescript "^3.5.2"
|
||||
eslint-plugin-import "^2.26.0"
|
||||
eslint-plugin-jsx-a11y "^6.5.1"
|
||||
eslint-plugin-react "^7.31.7"
|
||||
eslint-plugin-react-hooks "5.0.0-canary-7118f5dd7-20230705"
|
||||
eslint-plugin-react-hooks "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705"
|
||||
|
||||
eslint-config-standard-jsx@^11.0.0:
|
||||
version "11.0.0"
|
||||
|
@ -5828,10 +5806,10 @@ eslint-plugin-promise@^6.1.1:
|
|||
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816"
|
||||
integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==
|
||||
|
||||
eslint-plugin-react-hooks@5.0.0-canary-7118f5dd7-20230705:
|
||||
version "5.0.0-canary-7118f5dd7-20230705"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0-canary-7118f5dd7-20230705.tgz#4d55c50e186f1a2b0636433d2b0b2f592ddbccfd"
|
||||
integrity sha512-AZYbMo/NW9chdL7vk6HQzQhT+PvTAEVqWk9ziruUoW2kAOcN5qNyelv70e0F1VNQAbvutOC9oc+xfWycI9FxDw==
|
||||
"eslint-plugin-react-hooks@^4.5.0 || 5.0.0-canary-7118f5dd7-20230705":
|
||||
version "4.6.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
|
||||
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
|
||||
|
||||
eslint-plugin-react@^7.31.7, eslint-plugin-react@^7.32.2:
|
||||
version "7.33.0"
|
||||
|
@ -10301,12 +10279,12 @@ next-i18next@14.0.0:
|
|||
hoist-non-react-statics "^3.3.2"
|
||||
i18next-fs-backend "^2.1.5"
|
||||
|
||||
next@13.4.16:
|
||||
version "13.4.16"
|
||||
resolved "https://registry.yarnpkg.com/next/-/next-13.4.16.tgz#327ef6885b22161ed001cd5943c20b5e409a9406"
|
||||
integrity sha512-1xaA/5DrfpPu0eV31Iro7JfPeqO8uxQWb1zYNTe+KDKdzqkAGapLcDYHMLNKXKB7lHjZ7LfKUOf9dyuzcibrhA==
|
||||
next@13.4.18:
|
||||
version "13.4.18"
|
||||
resolved "https://registry.yarnpkg.com/next/-/next-13.4.18.tgz#27a06093867d4b874cbb4ebb552ccd3d3ee26fe7"
|
||||
integrity sha512-V/IIFA/znYYnOFlZQegrlhlWRpyIuCLXLGuH6pzCjwyxThNBZl4ItqoE3ffUyYY9f0X6XIQ2dX6UUBpNVSKZ8A==
|
||||
dependencies:
|
||||
"@next/env" "13.4.16"
|
||||
"@next/env" "13.4.18"
|
||||
"@swc/helpers" "0.5.1"
|
||||
busboy "1.6.0"
|
||||
caniuse-lite "^1.0.30001406"
|
||||
|
@ -10315,15 +10293,15 @@ next@13.4.16:
|
|||
watchpack "2.4.0"
|
||||
zod "3.21.4"
|
||||
optionalDependencies:
|
||||
"@next/swc-darwin-arm64" "13.4.16"
|
||||
"@next/swc-darwin-x64" "13.4.16"
|
||||
"@next/swc-linux-arm64-gnu" "13.4.16"
|
||||
"@next/swc-linux-arm64-musl" "13.4.16"
|
||||
"@next/swc-linux-x64-gnu" "13.4.16"
|
||||
"@next/swc-linux-x64-musl" "13.4.16"
|
||||
"@next/swc-win32-arm64-msvc" "13.4.16"
|
||||
"@next/swc-win32-ia32-msvc" "13.4.16"
|
||||
"@next/swc-win32-x64-msvc" "13.4.16"
|
||||
"@next/swc-darwin-arm64" "13.4.18"
|
||||
"@next/swc-darwin-x64" "13.4.18"
|
||||
"@next/swc-linux-arm64-gnu" "13.4.18"
|
||||
"@next/swc-linux-arm64-musl" "13.4.18"
|
||||
"@next/swc-linux-x64-gnu" "13.4.18"
|
||||
"@next/swc-linux-x64-musl" "13.4.18"
|
||||
"@next/swc-win32-arm64-msvc" "13.4.18"
|
||||
"@next/swc-win32-ia32-msvc" "13.4.18"
|
||||
"@next/swc-win32-x64-msvc" "13.4.18"
|
||||
|
||||
nise@^5.1.4:
|
||||
version "5.1.4"
|
||||
|
@ -13318,6 +13296,11 @@ slice-ansi@^5.0.0:
|
|||
ansi-styles "^6.0.0"
|
||||
is-fullwidth-code-point "^4.0.0"
|
||||
|
||||
slugify@^1.6.6:
|
||||
version "1.6.6"
|
||||
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.6.tgz#2d4ac0eacb47add6af9e04d3be79319cbcc7924b"
|
||||
integrity sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==
|
||||
|
||||
smart-buffer@^4.2.0:
|
||||
version "4.2.0"
|
||||
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue