diff --git a/apps/blogai/package.json b/apps/blogai/package.json index ec05e91..5df605e 100644 --- a/apps/blogai/package.json +++ b/apps/blogai/package.json @@ -107,7 +107,7 @@ "@types/react": "^18.2.38", "@types/react-dom": "^18.2.17", "@types/react-syntax-highlighter": "^15.5.10", - "@typescript-eslint/parser": "6.12.0", + "@typescript-eslint/parser": "^6.12.0", "autoprefixer": "^10.4.16", "eslint": "^8.53.0", "eslint-config-next": "14.1.2", @@ -119,7 +119,7 @@ "tailwindcss": "^3.3.5", "tailwindcss-animate": "^1.0.7", "ts-node": "^10.9.2", - "typescript": "5.3.2" + "typescript": "^5.3.2" }, "packageManager": "pnpm@8.11.0" } \ No newline at end of file diff --git a/package.json b/package.json index 0e40ef5..2fd38c8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "knip": "^5.0.2", "lint-staged": "^15.2.2", "turbo": "^1.12.4", - "typescript": "5.3.3", + "typescript": "^5.3.3", "@million/lint": "^0.0.66", "vitest": "^1.3.0" },