Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mellevanderlinde committed Feb 24, 2025
1 parent b78a1d5 commit eca4db1
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 236 deletions.
10 changes: 5 additions & 5 deletions apps/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"test:update": "vitest run -u"
},
"devDependencies": {
"@types/node": "^22.10.10",
"aws-cdk": "^2.177.0",
"cdk-nag": "^2.35.0",
"@types/node": "^22.13.5",
"aws-cdk": "^2.1000.2",
"cdk-nag": "^2.35.29",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
"vitest": "^3.0.6"
},
"dependencies": {
"aws-cdk-lib": "^2.177.0",
"aws-cdk-lib": "^2.180.0",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21",
"website": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"turbo": "^2.3.4"
"turbo": "^2.4.2"
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@10.4.1"
}
2 changes: 1 addition & 1 deletion packages/reading-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"devDependencies": {
"typescript": "^5.7.3",
"vitest": "^3.0.4"
"vitest": "^3.0.6"
}
}
Loading

0 comments on commit eca4db1

Please sign in to comment.