@codedrifters/configulator 0.0.412 → 0.0.413

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
@@ -34274,7 +34274,7 @@ var VERSION = {
34274
34274
  /**
34275
34275
  * Version of Astro to pin for AstroProject scaffolding.
34276
34276
  */
34277
- ASTRO_VERSION: "7.1.3",
34277
+ ASTRO_VERSION: "7.1.4",
34278
34278
  /**
34279
34279
  * CDK CLI for workflows and command line operations.
34280
34280
  *
@@ -34321,7 +34321,7 @@ var VERSION = {
34321
34321
  /**
34322
34322
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
34323
34323
  */
34324
- STARLIGHT_VERSION: "0.41.4",
34324
+ STARLIGHT_VERSION: "0.41.5",
34325
34325
  /**
34326
34326
  * What version of the turborepo library should we use?
34327
34327
  */
@@ -34329,7 +34329,7 @@ var VERSION = {
34329
34329
  /**
34330
34330
  * Version of `@types/node` to use across all packages (pnpm catalog).
34331
34331
  */
34332
- TYPES_NODE_VERSION: "26.1.1",
34332
+ TYPES_NODE_VERSION: "26.1.2",
34333
34333
  /**
34334
34334
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
34335
34335
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override