diff --git a/apps/next-app-router/package.json b/apps/next-app-router/package.json index e8f23edc..a4964b59 100644 --- a/apps/next-app-router/package.json +++ b/apps/next-app-router/package.json @@ -17,19 +17,19 @@ "bulma": "0.9.4", "groq": "3.37.2", "groqd": "0.15.10", - "next": "14.2.0", - "next-sanity": "9.0.1", + "next": "14.2.1", + "next-sanity": "9.0.2", "react": "18.2.0", "react-dom": "18.2.0", "server-only": "^0.0.1", "ui": "workspace:*" }, "devDependencies": { - "@next/bundle-analyzer": "14.2.0", + "@next/bundle-analyzer": "14.2.1", "@types/node": "^18.18.6", - "@types/react": "^18.2.77", + "@types/react": "^18.2.78", "@types/react-dom": "^18.2.25", - "eslint-config-next": "14.2.0", + "eslint-config-next": "14.2.1", "typescript": "^5.4.5" }, "engines": { diff --git a/apps/next-pages-router/package.json b/apps/next-pages-router/package.json index 8f154b8e..309f944a 100644 --- a/apps/next-pages-router/package.json +++ b/apps/next-pages-router/package.json @@ -18,17 +18,17 @@ "bulma": "0.9.4", "groq": "3.37.2", "groqd": "0.15.10", - "next": "14.2.0", + "next": "14.2.1", "react": "18.2.0", "react-dom": "18.2.0", "ui": "workspace:*" }, "devDependencies": { - "@next/bundle-analyzer": "14.2.0", + "@next/bundle-analyzer": "14.2.1", "@types/node": "^18.18.6", - "@types/react": "^18.2.77", + "@types/react": "^18.2.78", "@types/react-dom": "^18.2.25", - "eslint-config-next": "14.2.0", + "eslint-config-next": "14.2.1", "typescript": "^5.4.5" }, "engines": { diff --git a/apps/remix/package.json b/apps/remix/package.json index 75747027..d1577e09 100644 --- a/apps/remix/package.json +++ b/apps/remix/package.json @@ -27,7 +27,7 @@ "@remix-run/dev": "2.8.1", "@remix-run/eslint-config": "2.8.1", "@remix-run/serve": "2.8.1", - "@types/react": "^18.2.77", + "@types/react": "^18.2.78", "@types/react-dom": "^18.2.25", "@typescript-eslint/eslint-plugin": "^7.6.0", "eslint": "^8.57.0", diff --git a/apps/studio/package.json b/apps/studio/package.json index a3b9224f..ff65e63a 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -12,9 +12,9 @@ "@sanity/icons": "2.11.8", "@sanity/presentation": "1.12.3", "@sanity/preview-kit": "workspace:*", - "@sanity/ui": "2.1.2", + "@sanity/ui": "2.1.3", "@sanity/vision": "3.37.2", - "@types/react": "^18.2.77", + "@types/react": "^18.2.78", "@types/react-dom": "^18.2.25", "esbuild": "^0.20.2", "esbuild-register": "^3.5.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 81f82b30..11177c57 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -53,8 +53,8 @@ "groqd": "0.15.10" }, "devDependencies": { - "@sanity/pkg-utils": "6.6.1", - "@types/react": "^18.2.77", + "@sanity/pkg-utils": "6.6.5", + "@types/react": "^18.2.78", "@types/react-dom": "^18.2.25", "@typescript-eslint/eslint-plugin": "^7.6.0", "@typescript-eslint/parser": "^7.6.0", @@ -64,7 +64,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-simple-import-sort": "^12.0.0", + "eslint-plugin-simple-import-sort": "^12.1.0", "react": "18.2.0", "rimraf": "5.0.1", "typescript": "5.4.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3bc1925a..ba70c0b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,11 +36,11 @@ importers: specifier: 0.15.10 version: 0.15.10 next: - specifier: 14.2.0 - version: 14.2.0(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.2.1 + version: 14.2.1(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) next-sanity: - specifier: 9.0.1 - version: 9.0.1(@sanity/client@6.15.13)(@sanity/icons@2.11.8)(@sanity/types@3.37.2)(@sanity/ui@2.1.2)(next@14.2.0)(react@18.2.0)(sanity@3.37.2)(styled-components@6.1.8) + specifier: 9.0.2 + version: 9.0.2(@sanity/client@6.15.13)(@sanity/icons@2.11.8)(@sanity/types@3.37.2)(@sanity/ui@2.1.3)(next@14.2.1)(react@18.2.0)(sanity@3.37.2)(styled-components@6.1.8) react: specifier: 18.2.0 version: 18.2.0 @@ -55,20 +55,20 @@ importers: version: link:../../packages/ui devDependencies: '@next/bundle-analyzer': - specifier: 14.2.0 - version: 14.2.0 + specifier: 14.2.1 + version: 14.2.1 '@types/node': specifier: ^18.18.6 version: 18.19.29 '@types/react': - specifier: ^18.2.77 + specifier: ^18.2.78 version: 18.2.78 '@types/react-dom': specifier: ^18.2.25 version: 18.2.25 eslint-config-next: - specifier: 14.2.0 - version: 14.2.0(eslint@8.57.0)(typescript@5.4.5) + specifier: 14.2.1 + version: 14.2.1(eslint@8.57.0)(typescript@5.4.5) typescript: specifier: ^5.4.5 version: 5.4.5 @@ -83,7 +83,7 @@ importers: version: link:../../packages/preview-kit '@sanity/visual-editing': specifier: 1.8.8 - version: 1.8.8(@sanity/client@6.15.13)(next@14.2.0) + version: 1.8.8(@sanity/client@6.15.13)(next@14.2.1) bulma: specifier: 0.9.4 version: 0.9.4 @@ -94,8 +94,8 @@ importers: specifier: 0.15.10 version: 0.15.10 next: - specifier: 14.2.0 - version: 14.2.0(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.2.1 + version: 14.2.1(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -107,20 +107,20 @@ importers: version: link:../../packages/ui devDependencies: '@next/bundle-analyzer': - specifier: 14.2.0 - version: 14.2.0 + specifier: 14.2.1 + version: 14.2.1 '@types/node': specifier: ^18.18.6 version: 18.19.29 '@types/react': - specifier: ^18.2.77 + specifier: ^18.2.78 version: 18.2.78 '@types/react-dom': specifier: ^18.2.25 version: 18.2.25 eslint-config-next: - specifier: 14.2.0 - version: 14.2.0(eslint@8.57.0)(typescript@5.4.5) + specifier: 14.2.1 + version: 14.2.1(eslint@8.57.0)(typescript@5.4.5) typescript: specifier: ^5.4.5 version: 5.4.5 @@ -174,7 +174,7 @@ importers: specifier: 2.8.1 version: 2.8.1(typescript@5.4.5) '@types/react': - specifier: ^18.2.77 + specifier: ^18.2.78 version: 18.2.78 '@types/react-dom': specifier: ^18.2.25 @@ -207,13 +207,13 @@ importers: specifier: workspace:* version: link:../../packages/preview-kit '@sanity/ui': - specifier: 2.1.2 - version: 2.1.2(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + specifier: 2.1.3 + version: 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/vision': specifier: 3.37.2 version: 3.37.2(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@types/react': - specifier: ^18.2.77 + specifier: ^18.2.78 version: 18.2.78 '@types/react-dom': specifier: ^18.2.25 @@ -232,7 +232,7 @@ importers: version: 3.37.2 groqd-playground: specifier: 0.0.18 - version: 0.0.18(@sanity/icons@2.11.8)(@sanity/ui@2.1.2)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.2)(styled-components@6.1.8) + version: 0.0.18(@sanity/icons@2.11.8)(@sanity/ui@2.1.3)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.2)(styled-components@6.1.8) react: specifier: 18.2.0 version: 18.2.0 @@ -365,10 +365,10 @@ importers: version: 0.15.10 devDependencies: '@sanity/pkg-utils': - specifier: 6.6.1 - version: 6.6.1(typescript@5.4.5) + specifier: 6.6.5 + version: 6.6.5(@types/node@18.19.29)(typescript@5.4.5) '@types/react': - specifier: ^18.2.77 + specifier: ^18.2.78 version: 18.2.78 '@types/react-dom': specifier: ^18.2.25 @@ -398,7 +398,7 @@ importers: specifier: ^4.6.0 version: 4.6.0(eslint@8.57.0) eslint-plugin-simple-import-sort: - specifier: ^12.0.0 + specifier: ^12.1.0 version: 12.1.0(eslint@8.57.0) react: specifier: 18.2.0 @@ -2718,8 +2718,8 @@ packages: resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} dev: true - /@next/bundle-analyzer@14.2.0: - resolution: {integrity: sha512-fFzOvgHJgqILHCoZnfBbjvvODbZNqVIVQOaMgzOrOfKnrz0RVZvaNYSXynCIpJK4J7TIhFW0bQ8vFjDhTDKSmQ==} + /@next/bundle-analyzer@14.2.1: + resolution: {integrity: sha512-Qwy3Mu/dfnu4rs2xzCy7gKZlwzZzYtiq/rjPcK/7xq3BHSyLthkHf1NAF8NNfjVTouDwo2KchisHrmAamUNWWw==} dependencies: webpack-bundle-analyzer: 4.10.1 transitivePeerDependencies: @@ -2727,18 +2727,18 @@ packages: - utf-8-validate dev: true - /@next/env@14.2.0: - resolution: {integrity: sha512-4+70ELtSbRtYUuyRpAJmKC8NHBW2x1HMje9KO2Xd7IkoyucmV9SjgO+qeWMC0JWkRQXgydv1O7yKOK8nu/rITQ==} + /@next/env@14.2.1: + resolution: {integrity: sha512-qsHJle3GU3CmVx7pUoXcghX4sRN+vINkbLdH611T8ZlsP//grzqVW87BSUgOZeSAD4q7ZdZicdwNe/20U2janA==} dev: false - /@next/eslint-plugin-next@14.2.0: - resolution: {integrity: sha512-QkM01VPhwcupezVevy9Uyl1rmpg2PimhMjkb+ySmnPgSKUUM/PGGRQxdFgMpHv/JzQoC8kRySgKeM441GiizcA==} + /@next/eslint-plugin-next@14.2.1: + resolution: {integrity: sha512-Fp+mthEBjkn8r9qd6o4JgxKp0IDEzW0VYHD8ZC05xS5/lFNwHKuOdr2kVhWG7BQCO9L6eeepshM1Wbs2T+LgSg==} dependencies: glob: 10.3.10 dev: true - /@next/swc-darwin-arm64@14.2.0: - resolution: {integrity: sha512-kHktLlw0AceuDnkVljJ/4lTJagLzDiO3klR1Fzl2APDFZ8r+aTxNaNcPmpp0xLMkgRwwk6sggYeqq0Rz9K4zzA==} + /@next/swc-darwin-arm64@14.2.1: + resolution: {integrity: sha512-kGjnjcIJehEcd3rT/3NAATJQndAEELk0J9GmGMXHSC75TMnvpOhONcjNHbjtcWE5HUQnIHy5JVkatrnYm1QhVw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -2746,8 +2746,8 @@ packages: dev: false optional: true - /@next/swc-darwin-x64@14.2.0: - resolution: {integrity: sha512-HFSDu7lb1U3RDxXNeKH3NGRR5KyTPBSUTuIOr9jXoAso7i76gNYvnTjbuzGVWt2X5izpH908gmOYWtI7un+JrA==} + /@next/swc-darwin-x64@14.2.1: + resolution: {integrity: sha512-dAdWndgdQi7BK2WSXrx4lae7mYcOYjbHJUhvOUnJjMNYrmYhxbbvJ2xElZpxNxdfA6zkqagIB9He2tQk+l16ew==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -2755,8 +2755,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-gnu@14.2.0: - resolution: {integrity: sha512-iQsoWziO5ZMxDWZ4ZTCAc7hbJ1C9UDj/gATSqTaMjW2bJFwAsvf9UM79AKnljBl73uPZ+V0kH4rvnHTco4Ps2w==} + /@next/swc-linux-arm64-gnu@14.2.1: + resolution: {integrity: sha512-2ZctfnyFOGvTkoD6L+DtQtO3BfFz4CapoHnyLTXkOxbZkVRgg3TQBUjTD/xKrO1QWeydeo8AWfZRg8539qNKrg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -2764,8 +2764,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-musl@14.2.0: - resolution: {integrity: sha512-0JOk2uzLUt8fJK5LpsKKZa74zAch7bJjjgJzR9aOMs231AlE4gPYzsSm430ckZitjPGKeH5bgDZjqwqJQKIS2w==} + /@next/swc-linux-arm64-musl@14.2.1: + resolution: {integrity: sha512-jazZXctiaanemy4r+TPIpFP36t1mMwWCKMsmrTRVChRqE6putyAxZA4PDujx0SnfvZHosjdkx9xIq9BzBB5tWg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -2773,8 +2773,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-gnu@14.2.0: - resolution: {integrity: sha512-uYHkuTzX0NM6biKNp7hdKTf+BF0iMV254SxO0B8PgrQkxUBKGmk5ysHKB+FYBfdf9xei/t8OIKlXJs9ckD943A==} + /@next/swc-linux-x64-gnu@14.2.1: + resolution: {integrity: sha512-VjCHWCjsAzQAAo8lkBOLEIkBZFdfW+Z18qcQ056kL4KpUYc8o59JhLDCBlhg+hINQRgzQ2UPGma2AURGOH0+Qg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -2782,8 +2782,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-musl@14.2.0: - resolution: {integrity: sha512-paN89nLs2dTBDtfXWty1/NVPit+q6ldwdktixYSVwiiAz647QDCd+EIYqoiS+/rPG3oXs/A7rWcJK9HVqfnMVg==} + /@next/swc-linux-x64-musl@14.2.1: + resolution: {integrity: sha512-7HZKYKvAp4nAHiHIbY04finRqjeYvkITOGOurP1aLMexIFG/1+oCnqhGogBdc4lao/lkMW1c+AkwWSzSlLasqw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -2791,8 +2791,8 @@ packages: dev: false optional: true - /@next/swc-win32-arm64-msvc@14.2.0: - resolution: {integrity: sha512-j1oiidZisnymYjawFqEfeGNcE22ZQ7lGUaa4pGOCVWrWeIDkPSj8zYgS9TzMNlg17Q3wSWCQC/F5uJAhSh7qcA==} + /@next/swc-win32-arm64-msvc@14.2.1: + resolution: {integrity: sha512-YGHklaJ/Cj/F0Xd8jxgj2p8po4JTCi6H7Z3Yics3xJhm9CPIqtl8erlpK1CLv+HInDqEWfXilqatF8YsLxxA2Q==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -2800,8 +2800,8 @@ packages: dev: false optional: true - /@next/swc-win32-ia32-msvc@14.2.0: - resolution: {integrity: sha512-6ff6F4xb+QGD1jhx/dOT9Ot7PQ/GAYekV9ykwEh2EFS/cLTyU4Y3cXkX5cNtNIhpctS5NvyjW9gIksRNErYE0A==} + /@next/swc-win32-ia32-msvc@14.2.1: + resolution: {integrity: sha512-o+ISKOlvU/L43ZhtAAfCjwIfcwuZstiHVXq/BDsZwGqQE0h/81td95MPHliWCnFoikzWcYqh+hz54ZB2FIT8RA==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] @@ -2809,8 +2809,8 @@ packages: dev: false optional: true - /@next/swc-win32-x64-msvc@14.2.0: - resolution: {integrity: sha512-09DbG5vXAxz0eTFSf1uebWD36GF3D5toynRkgo2AlSrxwGZkWtJ1RhmrczRYQ17eD5bdo4FZ0ibiffdq5kc4vg==} + /@next/swc-win32-x64-msvc@14.2.1: + resolution: {integrity: sha512-GmRoTiLcvCLifujlisknv4zu9/C4i9r0ktsA8E51EMqJL4bD4CpO7lDYr7SrUxCR0tS4RVcrqKmCak24T0ohaw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3868,60 +3868,6 @@ packages: - supports-color dev: false - /@sanity/pkg-utils@6.6.1(typescript@5.4.5): - resolution: {integrity: sha512-23IPa4dr5IiVr/6SuQz3/OH4XhVUyPQHat5c3ZXpFYaPmWGNSGcQ8iOIJKDSDqxq9oM+kv/3oZg18uyYu2y8kg==} - engines: {node: '>=18.17.0'} - hasBin: true - peerDependencies: - typescript: 5.4.x - dependencies: - '@babel/core': 7.24.4 - '@babel/types': 7.24.0 - '@microsoft/api-extractor': 7.43.1(@types/node@18.19.29) - '@microsoft/tsdoc-config': 0.16.2 - '@optimize-lodash/rollup-plugin': 4.0.4(rollup@4.14.2) - '@rollup/plugin-alias': 5.1.0(rollup@4.14.2) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.24.4)(rollup@4.14.2) - '@rollup/plugin-commonjs': 25.0.7(rollup@4.14.2) - '@rollup/plugin-json': 6.1.0(rollup@4.14.2) - '@rollup/plugin-node-resolve': 15.2.3(rollup@4.14.2) - '@rollup/plugin-replace': 5.0.5(rollup@4.14.2) - '@rollup/plugin-terser': 0.4.4(rollup@4.14.2) - '@sanity/browserslist-config': 1.0.3 - browserslist: 4.23.0 - cac: 6.7.14 - chalk: 4.1.2 - chokidar: 3.6.0 - esbuild: 0.20.2 - esbuild-register: 3.5.0(esbuild@0.20.2) - find-config: 1.0.0 - get-latest-version: 5.1.0 - git-url-parse: 14.0.0 - globby: 11.1.0 - jsonc-parser: 3.2.1 - mkdirp: 3.0.1 - outdent: 0.8.0 - parse-git-config: 3.0.0 - pkg-up: 3.1.0 - prettier: 3.2.5 - prettier-plugin-packagejson: 2.5.0(prettier@3.2.5) - pretty-bytes: 5.6.0 - prompts: 2.4.2 - rimraf: 4.4.1 - rollup: 4.14.2 - rollup-plugin-esbuild: 6.1.1(esbuild@0.20.2)(rollup@4.14.2) - rxjs: 7.8.1 - treeify: 1.1.0 - typescript: 5.4.5 - uuid: 9.0.1 - zod: 3.22.4 - zod-validation-error: 3.1.0(zod@3.22.4) - transitivePeerDependencies: - - '@types/babel__core' - - '@types/node' - - supports-color - dev: true - /@sanity/pkg-utils@6.6.5(@types/node@18.19.29)(typescript@5.4.5): resolution: {integrity: sha512-zso5eO1ibVPmUwxob6mXgjA/ECv6s+Ahxo7usbo0TLQoQwrdapTaHRfLjXfbw439whvuRdgBP9Y2tL5RymlFKg==} engines: {node: '>=18.17.0'} @@ -4010,7 +3956,7 @@ packages: '@sanity/client': 6.15.13 '@sanity/icons': 2.11.8(react@18.2.0) '@sanity/preview-url-secret': 1.6.7(@sanity/client@6.15.13) - '@sanity/ui': 2.1.2(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/uuid': 3.0.2 '@types/lodash.isequal': 4.5.8 fast-deep-equal: 3.1.3 @@ -4119,8 +4065,8 @@ packages: - supports-color dev: false - /@sanity/ui@2.1.2(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8): - resolution: {integrity: sha512-mrg0zyTdOVnaGsGIa9aOEvCcSNN3J97wH57aID1T4OhG29diO7lTyehRG5R+YfXBPjoCyfV3dU+aFLKXCsiBUg==} + /@sanity/ui@2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8): + resolution: {integrity: sha512-Bi595BjMqMyzoOZrWRO6M6yhZ7uYAFYgbefrMcuv3QLU6e3IEMeFPoAVCGlXHtkHLdY/jWNrkCFmF/qWe908+A==} engines: {node: '>=14.0.0'} peerDependencies: react: ^18 @@ -4179,7 +4125,7 @@ packages: '@rexxars/react-split-pane': 0.1.93(react-dom@18.2.0)(react@18.2.0) '@sanity/color': 3.0.6 '@sanity/icons': 2.11.8(react@18.2.0) - '@sanity/ui': 2.1.2(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@uiw/react-codemirror': 4.21.25(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.1)(codemirror@6.0.1)(react-dom@18.2.0)(react@18.2.0) hashlru: 2.3.0 is-hotkey-esm: 1.0.0 @@ -4229,7 +4175,7 @@ packages: valibot: 0.30.0 dev: false - /@sanity/visual-editing@1.8.8(@sanity/client@6.15.13)(next@14.2.0): + /@sanity/visual-editing@1.8.8(@sanity/client@6.15.13)(next@14.2.1): resolution: {integrity: sha512-CN7HfUHWpLUDgD+a4o3x7SWW2yn63Ni3Qj4V9ZXe8njRMJ4Tv/1IW0KBtQ9tNIXgS/D1QqaIeCbM7aZ2VrY6bA==} engines: {node: '>=18'} peerDependencies: @@ -4253,7 +4199,7 @@ packages: '@sanity/client': 6.15.13 '@sanity/preview-url-secret': 1.6.7(@sanity/client@6.15.13) '@vercel/stega': 0.1.0 - next: 14.2.0(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + next: 14.2.1(@babel/core@7.24.4)(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 @@ -7013,8 +6959,8 @@ packages: engines: {node: '>=12'} dev: true - /eslint-config-next@14.2.0(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-N0eQkn/wz557mIpW4JQWGEv4wGU8zvJ7emLHMS15uC18jjaU4kx6leR4U9QYT/eNghUZT7N9lBlfd8E4N0cp1w==} + /eslint-config-next@14.2.1(eslint@8.57.0)(typescript@5.4.5): + resolution: {integrity: sha512-BgD0kPCWMlqoItRf3xe9fG0MqwObKfVch+f2ccwDpZiCJA8ghkz2wrASH+bI6nLZzGcOJOpMm1v1Q1euhfpt4Q==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -7022,7 +6968,7 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 14.2.0 + '@next/eslint-plugin-next': 14.2.1 '@rushstack/eslint-patch': 1.10.1 '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 @@ -8433,7 +8379,7 @@ packages: engines: {node: '>=18'} dev: false - /groqd-playground@0.0.18(@sanity/icons@2.11.8)(@sanity/ui@2.1.2)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.2)(styled-components@6.1.8): + /groqd-playground@0.0.18(@sanity/icons@2.11.8)(@sanity/ui@2.1.3)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@3.37.2)(styled-components@6.1.8): resolution: {integrity: sha512-+zAeJDvm8O1A9t5o5D01uSO62/KGLxG4EcGM3VVZAqy1wjJ8V/nXDo6P30A/uYbDmqxPpd0dPXX9rpbysVMsDw==} peerDependencies: '@sanity/icons': ^2.3.1 @@ -8445,7 +8391,7 @@ packages: styled-components: ^5.3.9 dependencies: '@sanity/icons': 2.11.8(react@18.2.0) - '@sanity/ui': 2.1.2(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@uiw/react-split': 5.9.3(react-dom@18.2.0)(react@18.2.0) groqd: 0.15.10 lodash.has: 4.5.2 @@ -10348,11 +10294,11 @@ packages: resolution: {integrity: sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==} dev: true - /next-sanity@9.0.1(@sanity/client@6.15.13)(@sanity/icons@2.11.8)(@sanity/types@3.37.2)(@sanity/ui@2.1.2)(next@14.2.0)(react@18.2.0)(sanity@3.37.2)(styled-components@6.1.8): - resolution: {integrity: sha512-eigORI1lgaa4/5tFYnn9Ovtm4x8LsGY60hy/cd9X9R8gqhZi8UrJOORaYIK7v6jYGAs9V6/dHQljmpzgXi0voQ==} + /next-sanity@9.0.2(@sanity/client@6.15.13)(@sanity/icons@2.11.8)(@sanity/types@3.37.2)(@sanity/ui@2.1.3)(next@14.2.1)(react@18.2.0)(sanity@3.37.2)(styled-components@6.1.8): + resolution: {integrity: sha512-Rpdb5vDmG8/WfjDHW88I2d+1KIKdUKNNzSHTrKcIzBpih3sKOJUIbUcQ+5PG6H4ha+SDocPdCHnvVcNfXLRfUA==} engines: {node: '>=18.17'} peerDependencies: - '@sanity/client': ^6.15.11 + '@sanity/client': ^6.15.13 '@sanity/icons': ^2.11.3 '@sanity/types': ^3.37.1 '@sanity/ui': ^2.0.11 @@ -10366,12 +10312,12 @@ packages: '@sanity/icons': 2.11.8(react@18.2.0) '@sanity/preview-kit': 5.0.41(@sanity/client@6.15.13)(react@18.2.0) '@sanity/types': 3.37.2 - '@sanity/ui': 2.1.2(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) - '@sanity/visual-editing': 1.8.8(@sanity/client@6.15.13)(next@14.2.0) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/visual-editing': 1.8.8(@sanity/client@6.15.13)(next@14.2.1) '@sanity/webhook': 4.0.2-bc groq: 3.37.2 history: 5.3.0 - next: 14.2.0(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + next: 14.2.1(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 sanity: 3.37.2(@types/node@18.19.29)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) styled-components: 6.1.8(react-dom@18.2.0)(react@18.2.0) @@ -10381,8 +10327,8 @@ packages: - svelte dev: false - /next@14.2.0(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-2T41HqJdKPqheR27ll7MFZ3gtTYvGew7cUc0PwPSyK9Ao5vvwpf9bYfP4V5YBGLckHF2kEGvrLte5BqLSv0s8g==} + /next@14.2.1(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-SF3TJnKdH43PMkCcErLPv+x/DY1YCklslk3ZmwaVoyUfDgHKexuKlf9sEfBQ69w+ue8jQ3msLb+hSj1T19hGag==} engines: {node: '>=18.17.0'} hasBin: true peerDependencies: @@ -10399,7 +10345,7 @@ packages: sass: optional: true dependencies: - '@next/env': 14.2.0 + '@next/env': 14.2.1 '@swc/helpers': 0.5.5 busboy: 1.6.0 caniuse-lite: 1.0.30001606 @@ -10409,15 +10355,15 @@ packages: react-dom: 18.2.0(react@18.2.0) styled-jsx: 5.1.1(@babel/core@7.24.4)(react@18.2.0) optionalDependencies: - '@next/swc-darwin-arm64': 14.2.0 - '@next/swc-darwin-x64': 14.2.0 - '@next/swc-linux-arm64-gnu': 14.2.0 - '@next/swc-linux-arm64-musl': 14.2.0 - '@next/swc-linux-x64-gnu': 14.2.0 - '@next/swc-linux-x64-musl': 14.2.0 - '@next/swc-win32-arm64-msvc': 14.2.0 - '@next/swc-win32-ia32-msvc': 14.2.0 - '@next/swc-win32-x64-msvc': 14.2.0 + '@next/swc-darwin-arm64': 14.2.1 + '@next/swc-darwin-x64': 14.2.1 + '@next/swc-linux-arm64-gnu': 14.2.1 + '@next/swc-linux-arm64-musl': 14.2.1 + '@next/swc-linux-x64-gnu': 14.2.1 + '@next/swc-linux-x64-musl': 14.2.1 + '@next/swc-win32-arm64-msvc': 14.2.1 + '@next/swc-win32-ia32-msvc': 14.2.1 + '@next/swc-win32-x64-msvc': 14.2.1 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -12101,7 +12047,7 @@ packages: '@sanity/icons': 2.11.8(react@18.2.0) '@sanity/incompatible-plugin': 1.0.4(react-dom@18.2.0)(react@18.2.0) '@sanity/preview-url-secret': 1.6.7(@sanity/client@6.15.13) - '@sanity/ui': 2.1.2(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) framer-motion: 11.0.8(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 sanity: 3.37.2(@types/node@18.19.29)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0)(styled-components@6.1.8) @@ -12151,7 +12097,7 @@ packages: '@sanity/schema': 3.37.2 '@sanity/telemetry': 0.7.7 '@sanity/types': 3.37.2 - '@sanity/ui': 2.1.2(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) + '@sanity/ui': 2.1.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/util': 3.37.2 '@sanity/uuid': 3.0.2 '@tanstack/react-virtual': 3.0.0-beta.54(react@18.2.0)