Auto-merge PR #2

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2
This commit is contained in:
mytheclipsebotreview[bot]
2026-08-25 11:22:23 +00:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -29,6 +29,6 @@
"@types/bcryptjs": "^3.0.0", "@types/bcryptjs": "^3.0.0",
"@types/bun": "latest", "@types/bun": "latest",
"drizzle-kit": "^0.31.10", "drizzle-kit": "^0.31.10",
"typescript": "^6.0.3" "typescript": "^7.0.2"
} }
} }
+1 -1
View File
@@ -33,7 +33,7 @@
"@types/react": "^19.2.15", "@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"postcss": "^8.5.15", "postcss": "^8.5.15",
"typescript": "^6.0.3", "typescript": "^7.0.2",
"vite": "^8.0.14", "vite": "^8.0.14",
"vite-tsconfig-paths": "6.1.1" "vite-tsconfig-paths": "6.1.1"
} }
+1 -1
View File
@@ -8,7 +8,7 @@
}, },
"devDependencies": { "devDependencies": {
"@moonrepo/cli": "^2.2.5", "@moonrepo/cli": "^2.2.5",
"typescript": "^6.0.3" "typescript": "^7.0.2"
}, },
"workspaces": [ "workspaces": [
"apps/*", "apps/*",
+1 -1
View File
@@ -18,6 +18,6 @@
"typecheck": "tsc --project tsconfig.json" "typecheck": "tsc --project tsconfig.json"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^6.0.3" "typescript": "^7.0.2"
} }
} }