create-kofi-stack 1.2.1 → 1.2.2
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/dist/index.js +9 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -844,7 +844,7 @@ async function generatePackageJson(config, appDir) {
|
|
|
844
844
|
};
|
|
845
845
|
if (config.integrations.analytics === "posthog") {
|
|
846
846
|
dependencies["posthog-js"] = "^1.0.0";
|
|
847
|
-
dependencies["posthog-node"] = "^
|
|
847
|
+
dependencies["posthog-node"] = "^5.0.0";
|
|
848
848
|
}
|
|
849
849
|
if (config.integrations.analytics === "vercel") {
|
|
850
850
|
dependencies["@vercel/analytics"] = "^1.0.0";
|
|
@@ -859,17 +859,17 @@ async function generatePackageJson(config, appDir) {
|
|
|
859
859
|
dependencies["@aws-sdk/s3-request-presigner"] = "^3.0.0";
|
|
860
860
|
}
|
|
861
861
|
if (config.integrations.uploads === "vercel-blob") {
|
|
862
|
-
dependencies["@vercel/blob"] = "^0.
|
|
862
|
+
dependencies["@vercel/blob"] = "^2.0.0";
|
|
863
863
|
}
|
|
864
864
|
if (config.integrations.rateLimiting === "arcjet") {
|
|
865
|
-
dependencies["@arcjet/next"] = "^1.0.0";
|
|
865
|
+
dependencies["@arcjet/next"] = "^1.0.0-beta.16";
|
|
866
866
|
}
|
|
867
867
|
if (config.integrations.rateLimiting === "upstash") {
|
|
868
868
|
dependencies["@upstash/ratelimit"] = "^2.0.0";
|
|
869
869
|
dependencies["@upstash/redis"] = "^1.0.0";
|
|
870
870
|
}
|
|
871
871
|
if (config.integrations.monitoring === "sentry") {
|
|
872
|
-
dependencies["@sentry/nextjs"] = "^
|
|
872
|
+
dependencies["@sentry/nextjs"] = "^10.0.0";
|
|
873
873
|
}
|
|
874
874
|
const packageJson = {
|
|
875
875
|
name: isMonorepo ? "@repo/web" : config.name,
|
|
@@ -4676,11 +4676,11 @@ async function generateAstroPackageJson(marketingDir) {
|
|
|
4676
4676
|
typecheck: "astro check && tsc --noEmit"
|
|
4677
4677
|
},
|
|
4678
4678
|
dependencies: {
|
|
4679
|
-
astro: "^
|
|
4680
|
-
"@astrojs/mdx": "^
|
|
4679
|
+
astro: "^5.0.0",
|
|
4680
|
+
"@astrojs/mdx": "^4.0.0",
|
|
4681
4681
|
"@astrojs/sitemap": "^3.0.0",
|
|
4682
|
-
"@astrojs/tailwind": "^
|
|
4683
|
-
"@astrojs/react": "^
|
|
4682
|
+
"@astrojs/tailwind": "^6.0.0",
|
|
4683
|
+
"@astrojs/react": "^4.0.0",
|
|
4684
4684
|
react: "^19.0.0",
|
|
4685
4685
|
"react-dom": "^19.0.0"
|
|
4686
4686
|
},
|
|
@@ -5289,7 +5289,7 @@ async function generatePackageJson2(config, appDir) {
|
|
|
5289
5289
|
"next-themes": "^0.4.6",
|
|
5290
5290
|
react: "^19.0.0",
|
|
5291
5291
|
"react-dom": "^19.0.0",
|
|
5292
|
-
recharts: "^
|
|
5292
|
+
recharts: "^3.0.0",
|
|
5293
5293
|
sonner: "^2.0.0",
|
|
5294
5294
|
"tailwind-merge": "^3.0.0",
|
|
5295
5295
|
"tw-animate-css": "^1.3.0"
|