diff --git a/templates/angular-example/package.json b/templates/angular-example/package.json index 91f6e3c8..5269a536 100644 --- a/templates/angular-example/package.json +++ b/templates/angular-example/package.json @@ -23,7 +23,7 @@ "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0", "@angular/router": "^21.0.0", - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "nanoid": "^5.1.5", "rxjs": "~7.8.2", diff --git a/templates/angular-starter/package.json b/templates/angular-starter/package.json index d4a8cf17..cdac8eb1 100644 --- a/templates/angular-starter/package.json +++ b/templates/angular-starter/package.json @@ -23,7 +23,7 @@ "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0", "@angular/router": "^21.0.0", - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "rxjs": "~7.8.2", "tslib": "^2.8.1", diff --git a/templates/astro-starter/package.json b/templates/astro-starter/package.json index 6b542119..827e28cd 100644 --- a/templates/astro-starter/package.json +++ b/templates/astro-starter/package.json @@ -15,7 +15,7 @@ "@astrojs/mdx": "^4.3.12", "@astrojs/rss": "^4.0.14", "@astrojs/sitemap": "^3.6.0", - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/vite-plugin": "^4.7.0", "@tailwindcss/vite": "^4.1.17", "astro": "^5.16.0", diff --git a/templates/nextjs-example/package.json b/templates/nextjs-example/package.json index 2e763443..31b03f7e 100644 --- a/templates/nextjs-example/package.json +++ b/templates/nextjs-example/package.json @@ -12,7 +12,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "nanoid": "^5.1.5", "next": "16.0.7", @@ -20,7 +20,7 @@ "react-dom": "19.2.1" }, "devDependencies": { - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/nextjs-plugin": "^4.7.0", "@next/eslint-plugin-next": "16.0.0", "@tailwindcss/postcss": "^4.1.13", diff --git a/templates/nextjs-starter/package.json b/templates/nextjs-starter/package.json index 4eddac5b..15c7bdf3 100644 --- a/templates/nextjs-starter/package.json +++ b/templates/nextjs-starter/package.json @@ -12,14 +12,14 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "next": "16.0.7", "react": "19.2.1", "react-dom": "19.2.1" }, "devDependencies": { - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/nextjs-plugin": "^4.7.0", "@tailwindcss/postcss": "^4.1.13", "@types/node": "^24", diff --git a/templates/react-example/package.json b/templates/react-example/package.json index 07c79ee6..5cf21c32 100644 --- a/templates/react-example/package.json +++ b/templates/react-example/package.json @@ -13,7 +13,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "nanoid": "^5.1.5", "react": "^19.2.1", @@ -21,7 +21,7 @@ }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/vite-plugin": "^4.7.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", diff --git a/templates/react-starter/package.json b/templates/react-starter/package.json index c2d52b61..7b1fa76c 100644 --- a/templates/react-starter/package.json +++ b/templates/react-starter/package.json @@ -13,14 +13,14 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "react": "^19.2.1", "react-dom": "^19.2.1" }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/vite-plugin": "^4.7.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", diff --git a/templates/react-ts-example/package.json b/templates/react-ts-example/package.json index 46bbdc43..69ce5811 100644 --- a/templates/react-ts-example/package.json +++ b/templates/react-ts-example/package.json @@ -13,7 +13,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "nanoid": "^5.1.5", "react": "^19.2.1", @@ -21,7 +21,7 @@ }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/vite-plugin": "^4.7.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", diff --git a/templates/react-ts-starter/package.json b/templates/react-ts-starter/package.json index 9fcc5af5..6780187e 100644 --- a/templates/react-ts-starter/package.json +++ b/templates/react-ts-starter/package.json @@ -13,14 +13,14 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "react": "^19.2.1", "react-dom": "^19.2.1" }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/vite-plugin": "^4.7.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", diff --git a/templates/sveltekit-example/package.json b/templates/sveltekit-example/package.json index 9725cecd..b27fa27d 100644 --- a/templates/sveltekit-example/package.json +++ b/templates/sveltekit-example/package.json @@ -15,7 +15,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/vite-plugin": "^4.7.0", "@sveltejs/adapter-static": "^3.0.9", "@sveltejs/kit": "^2.37.0", @@ -41,7 +41,7 @@ }, "type": "module", "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "nanoid": "^5.1.5" }, diff --git a/templates/sveltekit-starter/package.json b/templates/sveltekit-starter/package.json index f7253be2..552b9191 100644 --- a/templates/sveltekit-starter/package.json +++ b/templates/sveltekit-starter/package.json @@ -15,7 +15,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/vite-plugin": "^4.7.0", "@sveltejs/adapter-static": "^3.0.9", "@sveltejs/kit": "^2.37.0", @@ -44,7 +44,7 @@ "cookie": "^0.7.0" }, "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6" } } diff --git a/templates/vanilla-js-example/package.json b/templates/vanilla-js-example/package.json index 1c84543a..8faf0efe 100644 --- a/templates/vanilla-js-example/package.json +++ b/templates/vanilla-js-example/package.json @@ -12,7 +12,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/vite-plugin": "^4.7.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", @@ -22,7 +22,7 @@ "vite": "^7.1.4" }, "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "nanoid": "^5.1.5" } diff --git a/templates/vue-example/package.json b/templates/vue-example/package.json index 11d237c8..a2056284 100644 --- a/templates/vue-example/package.json +++ b/templates/vue-example/package.json @@ -16,7 +16,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "nanoid": "^5.1.5", "pinia": "^3.0.3", @@ -24,7 +24,7 @@ "vue-router": "^4.5.1" }, "devDependencies": { - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/vite-plugin": "^4.7.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", diff --git a/templates/vue-starter/package.json b/templates/vue-starter/package.json index b46df599..b1b6cc46 100644 --- a/templates/vue-starter/package.json +++ b/templates/vue-starter/package.json @@ -16,14 +16,14 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^5.1.0", + "@junobuild/core": "^5.2.0", "@junobuild/functions": "^0.5.6", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-router": "^4.5.1" }, "devDependencies": { - "@junobuild/config": "^2.10.1", + "@junobuild/config": "^2.11.0", "@junobuild/vite-plugin": "^4.7.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13",