diff --git a/examples/with-typeorm/apps/docs/package.json b/examples/with-typeorm/apps/docs/package.json index 66444e07a5bc2..3ff169aa0e10b 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": "^15.3.3", "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..2e302551bc3fa 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": "^15.3.3", "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..06157e38e017d 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": "^15.3.3", "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..9c19c50decedd 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": "^15.3.3", "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..90a464cdcfbd9 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.0", "typescript": "5.5.4" }, "files": [ diff --git a/packages/eslint-plugin-turbo/package.json b/packages/eslint-plugin-turbo/package.json index 9183ced1ac1f2..b3c577b89df40 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.0", "typescript": "5.5.4" }, "peerDependencies": { diff --git a/packages/turbo-benchmark/package.json b/packages/turbo-benchmark/package.json index c4895c1e49947..a028688198223 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.25.5", "esbuild-register": "^3.3.2", "faker": "^5.1.0", "fs-extra": "^10.0.0", diff --git a/packages/turbo-codemod/package.json b/packages/turbo-codemod/package.json index 6f1e37caffe11..4f7a5a5d90be8 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.0", "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.0", "typescript": "5.5.4" }, "files": [