diff --git a/docs/package.json b/docs/package.json index 3407db36d..e0b7e5429 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,6 +28,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "tailwindcss": "3.4.15", - "typescript": "5.3.3" + "typescript": "5.7.2" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index 803b8f500..e583e839e 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -5828,10 +5828,10 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@5.3.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== +typescript@5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== unbox-primitive@^1.0.2: version "1.0.2" diff --git a/package.json b/package.json index 5381dd428..478a6c7c6 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "ts-jest": "29.2.5", "ts-node": "^10.9.2", "type-fest": "^4.26.1", - "typescript": "5.3.3", + "typescript": "5.7.2", "yalc": "^1.0.0-pre.53", "zod": "^3.23.8" }, diff --git a/tests/e2e/fixtures/basic/package.json b/tests/e2e/fixtures/basic/package.json index 945898a18..713a628f3 100644 --- a/tests/e2e/fixtures/basic/package.json +++ b/tests/e2e/fixtures/basic/package.json @@ -12,6 +12,6 @@ "nexus": "__dynamic__", "prisma": "__dynamic__", "ts-node": "10.9.2", - "typescript": "5.3.3" + "typescript": "5.7.2" } } diff --git a/tests/e2e/fixtures/esm/package.json b/tests/e2e/fixtures/esm/package.json index cb7de69f6..2f91e8bdf 100644 --- a/tests/e2e/fixtures/esm/package.json +++ b/tests/e2e/fixtures/esm/package.json @@ -13,6 +13,6 @@ "nexus": "__dynamic__", "prisma": "__dynamic__", "ts-node": "10.9.2", - "typescript": "5.3.3" + "typescript": "5.7.2" } } diff --git a/tests/e2e/fixtures/kitchen-sink/package.json b/tests/e2e/fixtures/kitchen-sink/package.json index 5c553f99d..396bf97cd 100644 --- a/tests/e2e/fixtures/kitchen-sink/package.json +++ b/tests/e2e/fixtures/kitchen-sink/package.json @@ -22,6 +22,6 @@ "prisma": "__dynamic__", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", - "typescript": "5.3.3" + "typescript": "5.7.2" } } diff --git a/tests/e2e/fixtures/ncc/package.json b/tests/e2e/fixtures/ncc/package.json index 659447ebb..bd709d56c 100644 --- a/tests/e2e/fixtures/ncc/package.json +++ b/tests/e2e/fixtures/ncc/package.json @@ -15,6 +15,6 @@ "nexus": "__dynamic__", "prisma": "__dynamic__", "ts-node": "10.9.2", - "typescript": "5.3.3" + "typescript": "5.7.2" } } diff --git a/yarn.lock b/yarn.lock index 8c98a78dd..921a04cb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8652,10 +8652,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@5.3.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== +typescript@5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== uglify-js@^3.1.4: version "3.19.3"