diff --git a/package.json b/package.json index d78b67df..2b610ad1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "start": "next start" }, "dependencies": { - "@emotion/react": "11.11.0", + "@emotion/react": "11.11.1", "@emotion/server": "11.11.0", "@mantine/carousel": "6.0.13", "@mantine/core": "6.0.13", @@ -46,7 +46,7 @@ "@next-auth/prisma-adapter": "1.0.7", "@next/bundle-analyzer": "13.4.4", "@prisma/client": "4.15.0", - "@tabler/icons-react": "2.21.0", + "@tabler/icons-react": "2.22.0", "@tanstack/react-query": "4.29.12", "@tanstack/react-query-devtools": "4.29.12", "@tiptap/extension-link": "2.0.3", @@ -109,7 +109,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-react": "7.32.2", "eslint-plugin-storybook": "0.6.12", - "eslint-plugin-turbo": "1.10.1", + "eslint-plugin-turbo": "1.10.2", "husky": "8.0.3", "lint-staged": "13.2.2", "merge-anything": "5.1.7", @@ -121,7 +121,7 @@ "react-docgen-typescript": "2.2.2", "storybook": "7.0.18", "tsx": "3.12.7", - "turbo": "1.10.1", + "turbo": "1.10.2", "type-fest": "3.11.1", "typescript": "5.1.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 10b65f21..07a30b51 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ overrides: dependencies: '@emotion/react': - specifier: 11.11.0 - version: 11.11.0(@types/react@18.2.8)(react@18.2.0) + specifier: 11.11.1 + version: 11.11.1(@types/react@18.2.8)(react@18.2.0) '@emotion/server': specifier: 11.11.0 version: 11.11.0 @@ -19,7 +19,7 @@ dependencies: version: 6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(embla-carousel-react@7.1.0)(react@18.2.0) '@mantine/core': specifier: 6.0.13 - version: 6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + version: 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/dates': specifier: 6.0.13 version: 6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(dayjs@1.11.8)(react@18.2.0) @@ -37,7 +37,7 @@ dependencies: version: 6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(react-dom@18.2.0)(react@18.2.0) '@mantine/next': specifier: 6.0.13 - version: 6.0.13(@emotion/react@11.11.0)(@emotion/server@11.11.0)(next@13.4.4)(react-dom@18.2.0)(react@18.2.0) + version: 6.0.13(@emotion/react@11.11.1)(@emotion/server@11.11.0)(next@13.4.4)(react-dom@18.2.0)(react@18.2.0) '@mantine/notifications': specifier: 6.0.13 version: 6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(react-dom@18.2.0)(react@18.2.0) @@ -52,7 +52,7 @@ dependencies: version: 6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(react-dom@18.2.0)(react@18.2.0) '@mantine/tiptap': specifier: 6.0.13 - version: 6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(@tabler/icons-react@2.21.0)(@tiptap/extension-link@2.0.3)(@tiptap/react@2.0.3)(react@18.2.0) + version: 6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(@tabler/icons-react@2.22.0)(@tiptap/extension-link@2.0.3)(@tiptap/react@2.0.3)(react@18.2.0) '@mantine/utils': specifier: 6.0.13 version: 6.0.13(react@18.2.0) @@ -66,8 +66,8 @@ dependencies: specifier: 4.15.0 version: 4.15.0(prisma@4.15.0) '@tabler/icons-react': - specifier: 2.21.0 - version: 2.21.0(react@18.2.0) + specifier: 2.22.0 + version: 2.22.0(react@18.2.0) '@tanstack/react-query': specifier: 4.29.12 version: 4.29.12(react-dom@18.2.0)(react@18.2.0) @@ -248,8 +248,8 @@ devDependencies: specifier: 0.6.12 version: 0.6.12(eslint@8.42.0)(typescript@5.1.3) eslint-plugin-turbo: - specifier: 1.10.1 - version: 1.10.1(eslint@8.42.0) + specifier: 1.10.2 + version: 1.10.2(eslint@8.42.0) husky: specifier: 8.0.3 version: 8.0.3 @@ -284,8 +284,8 @@ devDependencies: specifier: 3.12.7 version: 3.12.7 turbo: - specifier: 1.10.1 - version: 1.10.1 + specifier: 1.10.2 + version: 1.10.2 type-fest: specifier: 3.11.1 version: 3.11.1 @@ -1753,8 +1753,8 @@ packages: resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} dev: false - /@emotion/react@11.11.0(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-ZSK3ZJsNkwfjT3JpDAWJZlrGD81Z3ytNDsxw1LKq1o+xkmO5pnWfr6gmCC8gHEFf3nSSX/09YrG67jybNPxSUw==} + /@emotion/react@11.11.1(@types/react@18.2.8)(react@18.2.0): + resolution: {integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==} peerDependencies: '@types/react': '*' react: '>=16.8.0 || 18' @@ -2288,14 +2288,14 @@ packages: embla-carousel-react: ^7.0.0 react: '>=16.8.0 || 18' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) embla-carousel-react: 7.1.0(react@18.2.0) react: 18.2.0 dev: false - /@mantine/core@6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0): + /@mantine/core@6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-FjVUGgat2qISV9WD1maVJa81y7H0JjKJ3m0cJj65PzgrXT20hzdEda7S3i4j+a8vUnx+836x5q/yS+RDHvoSlA==} peerDependencies: '@mantine/hooks': 6.0.13 @@ -2304,7 +2304,7 @@ packages: dependencies: '@floating-ui/react': 0.19.1(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) - '@mantine/styles': 6.0.13(@emotion/react@11.11.0)(react-dom@18.2.0)(react@18.2.0) + '@mantine/styles': 6.0.13(@emotion/react@11.11.1)(react-dom@18.2.0)(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) '@radix-ui/react-scroll-area': 1.0.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 @@ -2324,7 +2324,7 @@ packages: dayjs: '>=1.0.0' react: '>=16.8.0 || 18' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) dayjs: 1.11.8 @@ -2339,7 +2339,7 @@ packages: react: '>=16.8.0 || 18' react-dom: '>=16.8.0' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) react: 18.2.0 @@ -2373,22 +2373,22 @@ packages: react: '>=16.8.0 || 18' react-dom: '>=16.8.0' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@mantine/next@6.0.13(@emotion/react@11.11.0)(@emotion/server@11.11.0)(next@13.4.4)(react-dom@18.2.0)(react@18.2.0): + /@mantine/next@6.0.13(@emotion/react@11.11.1)(@emotion/server@11.11.0)(next@13.4.4)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-dUQ3cxZ/6f6hxegx6zV4aCPAgZSb9NlCQkDlELvtiAJXpIKtogOcVxxKWaDSEHD5YHVeV2f+CBPVqaa3LddiYg==} peerDependencies: next: '*' react: '>=16.8.0 || 18' react-dom: '>=16.8.0' dependencies: - '@mantine/ssr': 6.0.13(@emotion/react@11.11.0)(@emotion/server@11.11.0)(react-dom@18.2.0)(react@18.2.0) - '@mantine/styles': 6.0.13(@emotion/react@11.11.0)(react-dom@18.2.0)(react@18.2.0) + '@mantine/ssr': 6.0.13(@emotion/react@11.11.1)(@emotion/server@11.11.0)(react-dom@18.2.0)(react@18.2.0) + '@mantine/styles': 6.0.13(@emotion/react@11.11.1)(react-dom@18.2.0)(react@18.2.0) next: 13.4.4(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -2405,7 +2405,7 @@ packages: react: '>=16.8.0 || 18' react-dom: '>=16.8.0' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) react: 18.2.0 @@ -2421,7 +2421,7 @@ packages: react: '>=16.8.0 || 18' react-dom: '>=16.8.0' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) react: 18.2.0 @@ -2436,7 +2436,7 @@ packages: react: '>=16.8.0 || 18' react-dom: '>=16.8.0' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) prism-react-renderer: 1.3.5(react@18.2.0) @@ -2452,14 +2452,14 @@ packages: react: '>=16.8.0 || 18' react-dom: '>=16.8.0' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@mantine/ssr@6.0.13(@emotion/react@11.11.0)(@emotion/server@11.11.0)(react-dom@18.2.0)(react@18.2.0): + /@mantine/ssr@6.0.13(@emotion/react@11.11.1)(@emotion/server@11.11.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-IMeWkzTvBM5/LjAprdF6o0Xn6U8mv/Hi88YDZpTLDkRAc9QBEOy4P9zOmpHz3YLRFHQm+Hqr078YckDh5F+KXQ==} peerDependencies: '@emotion/react': '>=11.9.0' @@ -2467,29 +2467,29 @@ packages: react: '>=16.8.0 || 18' react-dom: '>=16.8.0' dependencies: - '@emotion/react': 11.11.0(@types/react@18.2.8)(react@18.2.0) + '@emotion/react': 11.11.1(@types/react@18.2.8)(react@18.2.0) '@emotion/server': 11.11.0 - '@mantine/styles': 6.0.13(@emotion/react@11.11.0)(react-dom@18.2.0)(react@18.2.0) + '@mantine/styles': 6.0.13(@emotion/react@11.11.1)(react-dom@18.2.0)(react@18.2.0) html-react-parser: 1.4.12(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@mantine/styles@6.0.13(@emotion/react@11.11.0)(react-dom@18.2.0)(react@18.2.0): + /@mantine/styles@6.0.13(@emotion/react@11.11.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-+27oX8ObiBv8jHHDxXKjqe+7cfTJyaAV/Ie00T49EE4LuHuS6nL4vlXHmqamFtDCj2ypEWBV0sdXDev/DNAXSg==} peerDependencies: '@emotion/react': '>=11.9.0' react: '>=16.8.0 || 18' react-dom: '>=16.8.0' dependencies: - '@emotion/react': 11.11.0(@types/react@18.2.8)(react@18.2.0) + '@emotion/react': 11.11.1(@types/react@18.2.8)(react@18.2.0) clsx: 1.1.1 csstype: 3.0.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@mantine/tiptap@6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(@tabler/icons-react@2.21.0)(@tiptap/extension-link@2.0.3)(@tiptap/react@2.0.3)(react@18.2.0): + /@mantine/tiptap@6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(@tabler/icons-react@2.22.0)(@tiptap/extension-link@2.0.3)(@tiptap/react@2.0.3)(react@18.2.0): resolution: {integrity: sha512-V2IXjrgJBXu+JSv3mNTDs5yGtSht5/5P9TE+/ItML0DyP6/xWi5tIXLOtAGn7SivFRfUbR6PZJckcJnSUUpEFA==} peerDependencies: '@mantine/core': 6.0.13 @@ -2499,10 +2499,10 @@ packages: '@tiptap/react': ^2.0.0-beta.202 react: '>=16.8.0 || 18' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.0)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) - '@tabler/icons-react': 2.21.0(react@18.2.0) + '@tabler/icons-react': 2.22.0(react@18.2.0) '@tiptap/extension-link': 2.0.3(@tiptap/core@2.0.3)(@tiptap/pm@2.0.3) '@tiptap/react': 2.0.3(@tiptap/core@2.0.3)(@tiptap/pm@2.0.3)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 @@ -4195,18 +4195,18 @@ packages: defer-to-connect: 2.0.1 dev: true - /@tabler/icons-react@2.21.0(react@18.2.0): - resolution: {integrity: sha512-iW/Eqqb7gILb8w/BgzCLZ/8DFZxojgiu12BYJFVuWIblLysXTZ2FjahY7m0VQ41vsyfDFWKofn1uvIPCfa8yGQ==} + /@tabler/icons-react@2.22.0(react@18.2.0): + resolution: {integrity: sha512-9udRxrbsbWzUETur4jmbZQIZkH7jVA2GU7YnKYS7ZCUjdOHZZEhmsfJ/Gdbzz0gSRC3mU7SDMsKejun/IBjvpQ==} peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@tabler/icons': 2.21.0 + '@tabler/icons': 2.22.0 prop-types: 15.8.1 react: 18.2.0 dev: false - /@tabler/icons@2.21.0: - resolution: {integrity: sha512-XKrTEHMX6XzCOwcOU8ZNA+Xqm51sI+0abn2jk1fyQUpWeFnGsOEiC+fpQ4EISc+v+U9jqgTSbh8bZ6JBuKU5sw==} + /@tabler/icons@2.22.0: + resolution: {integrity: sha512-lOsGHqRPIKNARMWHHFkUUJH78C8ptQmUcDnumFBUI4YLRKFouKa7uAZL3ZfuH0HjDpOhsnWqUYZ7FhMCLcGpAQ==} dev: false /@tanstack/match-sorter-utils@8.8.4: @@ -7801,8 +7801,8 @@ packages: - typescript dev: true - /eslint-plugin-turbo@1.10.1(eslint@8.42.0): - resolution: {integrity: sha512-bScQeG42PhVPzSeJgCTk79hRqN8jFYY6Io7fw2qyuOtlff4QkSuBTot+BBooxk4BL11gJglWZUJk2nqumLJGOA==} + /eslint-plugin-turbo@1.10.2(eslint@8.42.0): + resolution: {integrity: sha512-Kxsy4zlKLrGkEqZgcAQtu16YqU/g0mV1vYa9/VweF+MSnWWQsEzsJ1qlzTfXV6N9VqGmkuLiyWOA84sRUklOOg==} peerDependencies: eslint: '>6.6.0' dependencies: @@ -13192,65 +13192,65 @@ packages: engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} dev: true - /turbo-darwin-64@1.10.1: - resolution: {integrity: sha512-isLLoPuAOMNsYovOq9BhuQOZWQuU13zYsW988KkkaA4OJqOn7qwa9V/KBYCJL8uVQqtG+/Y42J37lO8RJjyXuA==} + /turbo-darwin-64@1.10.2: + resolution: {integrity: sha512-sVLpVVANByfMgqf7OYPcZM4KiDnjGu7ITvAzBSa9Iwe14yoWLn8utrNsWCRaQEB6kEqBGLPmvL7AKwkl8M2Gqg==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@1.10.1: - resolution: {integrity: sha512-x1nloPR10fLElNCv17BKr0kCx/O5gse/UXAcVscMZH2tvRUtXrdBmut62uw2YU3J9hli2fszYjUWXkulVpQvFA==} + /turbo-darwin-arm64@1.10.2: + resolution: {integrity: sha512-TKG91DSoYQjsCft4XBx4lYycVT5n3UQB/nOKgv/WJCSfwshLWulya3yhP8JT5erv9rPF8gwgnx87lrCmT4EAVA==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@1.10.1: - resolution: {integrity: sha512-abV+ODCeOlz0503OZlHhPWdy3VwJZc1jObf1VQj7uQM+JqJ/kXbMyqJIMQVz+m7QJUFdferYPRxGhYT/NbYK7Q==} + /turbo-linux-64@1.10.2: + resolution: {integrity: sha512-ZIzAkfrzjJFkSM/uEfxU6JjseCsT5PHRu0s0lmYce37ApQbv/HC7tI0cFhuosI30+O8109/mkyZykKE7AQfgqA==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@1.10.1: - resolution: {integrity: sha512-zRC3nZbHQ63tofOmbuySzEn1ROISWTkemYYr1L98rpmT5aVa0kERlGiYcfDwZh3cBso/Ylg/wxexRAaPzcCJYQ==} + /turbo-linux-arm64@1.10.2: + resolution: {integrity: sha512-G4uZA+RBQ5S1X/oUxO5KoLL2NDMkrrBZF52+00jQv6UEb9lWDgwzqSwoAGjdXxeDCrqMW5rBVwb/IBIF2/yhwA==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@1.10.1: - resolution: {integrity: sha512-Irqz8IU+o7Q/5V44qatZBTunk+FQAOII1hZTsEU54ah62f9Y297K6/LSp+yncmVQOZlFVccXb6MDqcETExIQtA==} + /turbo-windows-64@1.10.2: + resolution: {integrity: sha512-ObfQO37kGu1jBzFs/L+hybrCXBwdnimotJwzg7pCoSyGijKITlugrpJoPDKlg0eMr3/1Y6KUeHy26vZaDXrbuQ==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@1.10.1: - resolution: {integrity: sha512-124IT15d2gyjC+NEn11pHOaVFvZDRHpxfF+LDUzV7YxfNIfV0mGkR3R/IyVXtQHOgqOdtQTbC4y411sm31+SEw==} + /turbo-windows-arm64@1.10.2: + resolution: {integrity: sha512-7S6dx4738R/FIT2cxbsunqgHN5LelXzuzkcaZgdkU33oswRf/6KOfOABzQLdTX7Uos59cBSdwayf6KQJxuOXUg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@1.10.1: - resolution: {integrity: sha512-wq0YeSv6P/eEDXOL42jkMUr+T4z34dM8mdHu5u6C6OOAq8JuLJ72F/v4EVR1JmY8icyTkFz10ICLV0haUUYhbQ==} + /turbo@1.10.2: + resolution: {integrity: sha512-m9sR5XHhuzxUQACf0vI2qCG5OqDYAZiPTaAsTwECnwUF4/cXwEmcYddbLJnO+K9orNvcnjjent5oBNBVQ/o0ow==} hasBin: true requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.10.1 - turbo-darwin-arm64: 1.10.1 - turbo-linux-64: 1.10.1 - turbo-linux-arm64: 1.10.1 - turbo-windows-64: 1.10.1 - turbo-windows-arm64: 1.10.1 + turbo-darwin-64: 1.10.2 + turbo-darwin-arm64: 1.10.2 + turbo-linux-64: 1.10.2 + turbo-linux-arm64: 1.10.2 + turbo-windows-64: 1.10.2 + turbo-windows-arm64: 1.10.2 dev: true /type-check@0.3.2: