@codedrifters/configulator 0.0.370 → 0.0.371

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
@@ -30933,7 +30933,7 @@ var VERSION = {
30933
30933
  /**
30934
30934
  * Version of Astro to pin for AstroProject scaffolding.
30935
30935
  */
30936
- ASTRO_VERSION: "6.4.8",
30936
+ ASTRO_VERSION: "7.0.2",
30937
30937
  /**
30938
30938
  * CDK CLI for workflows and command line operations.
30939
30939
  *
@@ -30962,11 +30962,11 @@ var VERSION = {
30962
30962
  /**
30963
30963
  * Version of PNPM to use in workflows at github actions.
30964
30964
  */
30965
- PNPM_VERSION: "11.8.0",
30965
+ PNPM_VERSION: "11.9.0",
30966
30966
  /**
30967
30967
  * Version of Projen to use.
30968
30968
  */
30969
- PROJEN_VERSION: "0.100.5",
30969
+ PROJEN_VERSION: "0.100.6",
30970
30970
  /**
30971
30971
  * Version of `actions/setup-node` to use in GitHub workflows.
30972
30972
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -30980,11 +30980,11 @@ var VERSION = {
30980
30980
  /**
30981
30981
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
30982
30982
  */
30983
- STARLIGHT_VERSION: "0.40.0",
30983
+ STARLIGHT_VERSION: "0.41.0",
30984
30984
  /**
30985
30985
  * What version of the turborepo library should we use?
30986
30986
  */
30987
- TURBO_VERSION: "2.9.18",
30987
+ TURBO_VERSION: "2.10.0",
30988
30988
  /**
30989
30989
  * Version of `@types/node` to use across all packages (pnpm catalog).
30990
30990
  */