@codedrifters/configulator 0.0.179 → 0.0.180

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
@@ -1782,7 +1782,7 @@ var VERSION = {
1782
1782
  /**
1783
1783
  * Version of Projen to use.
1784
1784
  */
1785
- PROJEN_VERSION: "0.99.42",
1785
+ PROJEN_VERSION: "0.99.45",
1786
1786
  /**
1787
1787
  * What version of the turborepo library should we use?
1788
1788
  */
@@ -1790,7 +1790,7 @@ var VERSION = {
1790
1790
  /**
1791
1791
  * Version of @types/node to use across all packages (pnpm catalog).
1792
1792
  */
1793
- TYPES_NODE_VERSION: "25.5.2",
1793
+ TYPES_NODE_VERSION: "25.6.0",
1794
1794
  /**
1795
1795
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
1796
1796
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override