Skip to content

Commit

Permalink
deps: upgrade tsx (#1084)
Browse files Browse the repository at this point in the history
Co-authored-by: MinhxNguyen7 <[email protected]>
  • Loading branch information
KevinWu098 and MinhxNguyen7 authored Dec 28, 2024
1 parent 8aac492 commit 3a14648
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 14 deletions.
4 changes: 2 additions & 2 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"aws-lambda": "^1.0.7",
"cors": "^2.8.5",
"drizzle-orm": "^0.36.3",
"fuzzysort": "3.1.0",
"envalid": "^7.3.1",
"express": "^4.18.2",
"fuzzysort": "3.1.0",
"postgres": "^3.4.4",
"superjson": "^1.12.3",
"zod": "3.23.8"
Expand All @@ -51,7 +51,7 @@
"lint-staged": "^13.1.2",
"nodemon": "^2.0.22",
"prettier": "^2.8.4",
"tsx": "^3.12.7",
"tsx": "^4.19.2",
"typescript": "5.6.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion apps/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/node": "^20.11.5",
"aws-cdk": "^2.94.0",
"tsx": "^3.12.7",
"tsx": "^4.19.2",
"typescript": "5.6.3"
},
"packageManager": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"prepare": "husky install",
"start:aa": "turbo start --filter=antalmanac",
"start": "cross-env VITE_LOCAL_SERVER=true turbo start",
"build:aa": "turbo build --filter=antalmanac",
"build": "turbo build",
"build:aa": "turbo build --filter=antalmanac --env-mode=loose",
"build": "turbo build --env-mode=loose",
"deploy:aa": "turbo deploy --filter=antalmanac",
"deploy:cdk": "turbo deploy --filter=cdk",
"deploy": "turbo deploy",
Expand Down
Loading

0 comments on commit 3a14648

Please sign in to comment.