@codedrifters/configulator 0.0.134 → 0.0.136

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.d.mts CHANGED
@@ -394,11 +394,11 @@ declare const VERSION: {
394
394
  /**
395
395
  * Version of Projen to use.
396
396
  */
397
- readonly PROJEN_VERSION: "0.99.19";
397
+ readonly PROJEN_VERSION: "0.99.20";
398
398
  /**
399
399
  * What version of the turborepo library should we use?
400
400
  */
401
- readonly TURBO_VERSION: "2.8.16";
401
+ readonly TURBO_VERSION: "2.8.17";
402
402
  /**
403
403
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
404
404
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.d.ts CHANGED
@@ -443,11 +443,11 @@ declare const VERSION: {
443
443
  /**
444
444
  * Version of Projen to use.
445
445
  */
446
- readonly PROJEN_VERSION: "0.99.19";
446
+ readonly PROJEN_VERSION: "0.99.20";
447
447
  /**
448
448
  * What version of the turborepo library should we use?
449
449
  */
450
- readonly TURBO_VERSION: "2.8.16";
450
+ readonly TURBO_VERSION: "2.8.17";
451
451
  /**
452
452
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
453
453
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.js CHANGED
@@ -819,11 +819,11 @@ var VERSION = {
819
819
  /**
820
820
  * Version of Projen to use.
821
821
  */
822
- PROJEN_VERSION: "0.99.19",
822
+ PROJEN_VERSION: "0.99.20",
823
823
  /**
824
824
  * What version of the turborepo library should we use?
825
825
  */
826
- TURBO_VERSION: "2.8.16",
826
+ TURBO_VERSION: "2.8.17",
827
827
  /**
828
828
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
829
829
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override