From 57a5970487a9e750422fb9b50ab135261610aaea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 23:56:03 +0000 Subject: [PATCH] Update dependency typescript to v6 --- bun.lock | 8 ++++---- package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/ui/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bun.lock b/bun.lock index 0659d4b..e6417b4 100644 --- a/bun.lock +++ b/bun.lock @@ -33,7 +33,7 @@ "tailwindcss": "^4.0.0", "ts-node": "10.9.2", "tw-animate-css": "^1.0.0", - "typescript": "^5.7.2", + "typescript": "^6.0.0", "vercel": "^53.0.0", }, }, @@ -87,7 +87,7 @@ "eslint-plugin-react-hooks": "^5.1.0", "globals": "^16.0.0", "prettier": "^3.5.3", - "typescript": "^5.7.3", + "typescript": "^6.0.0", "typescript-eslint": "^8.24.1", }, }, @@ -159,7 +159,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "tailwindcss": "^4.0.8", - "typescript": "^5.7.3", + "typescript": "^6.0.0", }, }, }, @@ -2054,7 +2054,7 @@ "typed-array-length": ["typed-array-length@1.0.7", "", { "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", "gopd": "^1.0.1", "is-typed-array": "^1.1.13", "possible-typed-array-names": "^1.0.0", "reflect.getprototypeof": "^1.0.6" } }, "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg=="], - "typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="], + "typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], "typescript-eslint": ["typescript-eslint@8.31.1", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.31.1", "@typescript-eslint/parser": "8.31.1", "@typescript-eslint/utils": "8.31.1" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.9.0" } }, "sha512-j6DsEotD/fH39qKzXTQRwYYWlt7D+0HmfpOK+DVhwJOFLcdmn92hq3mBb7HlKJHbjjI/gTOqEcc9d6JfpFf/VA=="], diff --git a/package.json b/package.json index 107d494..52c1bb8 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "tailwindcss": "^4.0.0", "tw-animate-css": "^1.0.0", "ts-node": "10.9.2", - "typescript": "^5.7.2", + "typescript": "^6.0.0", "vercel": "^53.0.0" }, "dependencies": { diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 406f3bc..73f86da 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -22,7 +22,7 @@ "eslint-plugin-react-hooks": "^5.1.0", "globals": "^16.0.0", "prettier": "^3.5.3", - "typescript": "^5.7.3", + "typescript": "^6.0.0", "typescript-eslint": "^8.24.1" }, "dependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 2690ab4..b4bcf7e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -60,7 +60,7 @@ "@mikeallisonjs/eslint-config": "workspace:*", "@mikeallisonjs/typescript-config": "workspace:*", "tailwindcss": "^4.0.8", - "typescript": "^5.7.3" + "typescript": "^6.0.0" }, "exports": { "./globals.css": "./src/styles/globals.css",