@codedrifters/configulator 0.0.284 → 0.0.286

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -26236,7 +26236,7 @@ var VERSION = {
26236
26236
  /**
26237
26237
  * Version of Astro to pin for AstroProject scaffolding.
26238
26238
  */
26239
- ASTRO_VERSION: "6.1.10",
26239
+ ASTRO_VERSION: "6.2.1",
26240
26240
  /**
26241
26241
  * CDK CLI for workflows and command line operations.
26242
26242
  *
@@ -26248,7 +26248,7 @@ var VERSION = {
26248
26248
  *
26249
26249
  * CLI and lib are versioned separately, so this is the lib version.
26250
26250
  */
26251
- AWS_CDK_LIB_VERSION: "2.251.0",
26251
+ AWS_CDK_LIB_VERSION: "2.252.0",
26252
26252
  /**
26253
26253
  * Version of the AWS Constructs library to use.
26254
26254
  */
@@ -26287,7 +26287,7 @@ var VERSION = {
26287
26287
  /**
26288
26288
  * What version of the turborepo library should we use?
26289
26289
  */
26290
- TURBO_VERSION: "2.9.6",
26290
+ TURBO_VERSION: "2.9.8",
26291
26291
  /**
26292
26292
  * Version of @types/node to use across all packages (pnpm catalog).
26293
26293
  */