@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 +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.mjs
CHANGED
|
@@ -787,11 +787,11 @@ var VERSION = {
|
|
|
787
787
|
/**
|
|
788
788
|
* Version of Projen to use.
|
|
789
789
|
*/
|
|
790
|
-
PROJEN_VERSION: "0.99.
|
|
790
|
+
PROJEN_VERSION: "0.99.20",
|
|
791
791
|
/**
|
|
792
792
|
* What version of the turborepo library should we use?
|
|
793
793
|
*/
|
|
794
|
-
TURBO_VERSION: "2.8.
|
|
794
|
+
TURBO_VERSION: "2.8.17",
|
|
795
795
|
/**
|
|
796
796
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
797
797
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|