Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 679328c commit 8b17429
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 509 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"tailwindcss": "^3.4.15",
"ts-node": "^10.9.2",
"turbo": "^2.3.0",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"uglify-js": "^3.19.3",
"vite": "^5.4.11",
"vitest": "^2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dotenv": "^16.4.5",
"libsodium-wrappers": "^0.7.15",
"md5": "^2.3.0",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"zx": "^8.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@cloudcommerce/types": "workspace:*",
"@firebase/app-types": "^0.9.3",
"@types/html-minifier": "^4.0.5",
"typescript": "~5.6.3"
"typescript": "~5.7.2"
}
}
Loading

0 comments on commit 8b17429

Please sign in to comment.