@codedrifters/configulator 0.0.383 → 0.0.385

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
@@ -31377,7 +31377,7 @@ var VERSION = {
31377
31377
  /**
31378
31378
  * Version of Astro to pin for AstroProject scaffolding.
31379
31379
  */
31380
- ASTRO_VERSION: "7.0.6",
31380
+ ASTRO_VERSION: "7.0.7",
31381
31381
  /**
31382
31382
  * CDK CLI for workflows and command line operations.
31383
31383
  *
@@ -31410,7 +31410,7 @@ var VERSION = {
31410
31410
  /**
31411
31411
  * Version of Projen to use.
31412
31412
  */
31413
- PROJEN_VERSION: "0.101.4",
31413
+ PROJEN_VERSION: "0.101.6",
31414
31414
  /**
31415
31415
  * Version of `actions/setup-node` to use in GitHub workflows.
31416
31416
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -31432,7 +31432,7 @@ var VERSION = {
31432
31432
  /**
31433
31433
  * Version of `@types/node` to use across all packages (pnpm catalog).
31434
31434
  */
31435
- TYPES_NODE_VERSION: "26.1.0",
31435
+ TYPES_NODE_VERSION: "26.1.1",
31436
31436
  /**
31437
31437
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
31438
31438
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override