diff --git a/docs/site/package.json b/docs/site/package.json index 919b5ea4fc688..08f039a6684f3 100644 --- a/docs/site/package.json +++ b/docs/site/package.json @@ -49,7 +49,7 @@ "fumadocs-ui": "^15", "geist": "^1.4.2", "lucide-react": "^0.513.0", - "next": "15.4.0-canary.23", + "next": "15.5.10", "next-themes": "^0.4.6", "react": "19.1.0", "react-dom": "19.1.0", diff --git a/examples/non-monorepo/package.json b/examples/non-monorepo/package.json index dd4e1335b3b2e..1654f617105ea 100644 --- a/examples/non-monorepo/package.json +++ b/examples/non-monorepo/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.3.3", + "next": "15.5.10", "react": "^19.1.0", "react-dom": "^19.1.0", "turb": "^0.1.2" diff --git a/examples/with-typeorm/apps/docs/package.json b/examples/with-typeorm/apps/docs/package.json index 66444e07a5bc2..5cfdb6a458428 100644 --- a/examples/with-typeorm/apps/docs/package.json +++ b/examples/with-typeorm/apps/docs/package.json @@ -9,7 +9,7 @@ "lint": "eslint . --max-warnings 0" }, "dependencies": { - "next": "^14.1.1", + "next": "^16.1.6", "react": "^18.2.0", "react-dom": "^18.2.0", "@repo/ui": "workspace:*", diff --git a/examples/with-typeorm/apps/web/package.json b/examples/with-typeorm/apps/web/package.json index d55d546d76f79..a72119f373fe9 100644 --- a/examples/with-typeorm/apps/web/package.json +++ b/examples/with-typeorm/apps/web/package.json @@ -12,7 +12,7 @@ "@repo/ui": "0.0.1", "@repo/typeorm-service": "0.0.1", "typeorm": "^0.3.20", - "next": "^14.1.1", + "next": "^16.1.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/with-yarn/apps/docs/package.json b/examples/with-yarn/apps/docs/package.json index 7405043a42d9e..5684a0e79553a 100644 --- a/examples/with-yarn/apps/docs/package.json +++ b/examples/with-yarn/apps/docs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@repo/ui": "*", - "next": "^14.1.1", + "next": "^16.1.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/with-yarn/apps/web/package.json b/examples/with-yarn/apps/web/package.json index bd304a2d27d85..bedc9d6198447 100644 --- a/examples/with-yarn/apps/web/package.json +++ b/examples/with-yarn/apps/web/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@repo/ui": "*", - "next": "^14.1.1", + "next": "^16.1.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/create-turbo/package.json b/packages/create-turbo/package.json index bfcc87609ee54..e8d7a75c7d693 100644 --- a/packages/create-turbo/package.json +++ b/packages/create-turbo/package.json @@ -45,7 +45,7 @@ "@types/semver": "^7.3.9", "jest": "^29.7.0", "ts-jest": "^29.2.5", - "tsup": "^6.7.0", + "tsup": "^8.5.1", "typescript": "5.5.4" }, "files": [ diff --git a/packages/eslint-plugin-turbo/package.json b/packages/eslint-plugin-turbo/package.json index 9183ced1ac1f2..0b19727e881f6 100644 --- a/packages/eslint-plugin-turbo/package.json +++ b/packages/eslint-plugin-turbo/package.json @@ -46,7 +46,7 @@ "jest": "^29.7.0", "json5": "^2.2.1", "ts-jest": "^29.2.5", - "tsup": "^6.2.0", + "tsup": "^8.5.1", "typescript": "5.5.4" }, "peerDependencies": { diff --git a/packages/turbo-benchmark/package.json b/packages/turbo-benchmark/package.json index c4895c1e49947..2d5973346d750 100644 --- a/packages/turbo-benchmark/package.json +++ b/packages/turbo-benchmark/package.json @@ -22,7 +22,7 @@ "dependencies": { "@vercel/blob": "^0.22.1", "copy-template-dir": "^1.4.0", - "esbuild": "^0.15.0", + "esbuild": "^0.27.3", "esbuild-register": "^3.3.2", "faker": "^5.1.0", "fs-extra": "^10.0.0", @@ -31,7 +31,7 @@ "node-fetch": "^2.6.8", "sharp": "^0.33.2", "shelljs": "^0.8.4", - "vega": "^5.27.0" + "vega": "^6.2.0" }, "devDependencies": { "@jest/globals": "29.7.0", diff --git a/packages/turbo-codemod/package.json b/packages/turbo-codemod/package.json index 6f1e37caffe11..929d9f2b473dc 100644 --- a/packages/turbo-codemod/package.json +++ b/packages/turbo-codemod/package.json @@ -22,7 +22,7 @@ "lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore" }, "dependencies": { - "axios": "0.27.2", + "axios": "0.30.3", "commander": "^9.5.0", "diff": "^5.1.0", "find-up": "4.1.0", @@ -58,7 +58,7 @@ "plop": "^3.1.1", "semver": "^7.3.5", "ts-jest": "^29.2.5", - "tsup": "^6.7.0", + "tsup": "^8.5.1", "typescript": "5.5.4" }, "files": [ diff --git a/packages/turbo-releaser/package.json b/packages/turbo-releaser/package.json index fae8eb226767e..906bfc9ea621d 100644 --- a/packages/turbo-releaser/package.json +++ b/packages/turbo-releaser/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "commander": "^14.0.0", - "tar": "7.4.3" + "tar": "7.5.10" }, "devDependencies": { "@turbo/eslint-config": "0.0.1", diff --git a/packages/turbo-utils/package.json b/packages/turbo-utils/package.json index ad85590dfab77..e2c460a78060e 100644 --- a/packages/turbo-utils/package.json +++ b/packages/turbo-utils/package.json @@ -48,7 +48,7 @@ "json5": "^2.2.3", "ora": "8.2.0", "picocolors": "1.1.1", - "tar": "7.4.3", + "tar": "7.5.10", "ts-jest": "^29.3.4", "typescript": "5.8.3" }