diff --git a/templates/angular-example/package.json b/templates/angular-example/package.json index 8b17399..2a454af 100644 --- a/templates/angular-example/package.json +++ b/templates/angular-example/package.json @@ -23,8 +23,8 @@ "@angular/platform-browser": "^20.2.4", "@angular/platform-browser-dynamic": "^20.2.4", "@angular/router": "^20.2.4", - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "nanoid": "^5.1.5", "rxjs": "~7.8.2", "tslib": "^2.8.1", diff --git a/templates/angular-starter/package.json b/templates/angular-starter/package.json index c69d738..2c72f7f 100644 --- a/templates/angular-starter/package.json +++ b/templates/angular-starter/package.json @@ -23,8 +23,8 @@ "@angular/platform-browser": "^20.2.4", "@angular/platform-browser-dynamic": "^20.2.4", "@angular/router": "^20.2.4", - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "^0.15.1" diff --git a/templates/astro-starter/package.json b/templates/astro-starter/package.json index dbc414e..7efedca 100644 --- a/templates/astro-starter/package.json +++ b/templates/astro-starter/package.json @@ -15,8 +15,8 @@ "@astrojs/mdx": "^4.3.4", "@astrojs/rss": "^4.0.12", "@astrojs/sitemap": "^3.5.1", - "@junobuild/config": "^2.4.3", - "@junobuild/vite-plugin": "^4.3.0", + "@junobuild/config": "^2.6.0", + "@junobuild/vite-plugin": "^4.4.0", "@tailwindcss/vite": "^4.1.13", "astro": "^5.13.5", "prettier": "^3.6.2", diff --git a/templates/nextjs-example/package.json b/templates/nextjs-example/package.json index 52df901..c63ef93 100644 --- a/templates/nextjs-example/package.json +++ b/templates/nextjs-example/package.json @@ -12,16 +12,16 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "nanoid": "^5.1.5", "next": "16.0.0", "react": "19.2.0", "react-dom": "19.2.0" }, "devDependencies": { - "@junobuild/config": "^2.4.3", - "@junobuild/nextjs-plugin": "^4.4.0", + "@junobuild/config": "^2.6.0", + "@junobuild/nextjs-plugin": "^4.5.0", "@next/eslint-plugin-next": "16.0.0", "@tailwindcss/postcss": "^4.1.13", "@types/node": "^24", diff --git a/templates/nextjs-starter/package.json b/templates/nextjs-starter/package.json index be78787..d9b46fd 100644 --- a/templates/nextjs-starter/package.json +++ b/templates/nextjs-starter/package.json @@ -12,15 +12,15 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "next": "16.0.0", "react": "19.2.0", "react-dom": "19.2.0" }, "devDependencies": { - "@junobuild/config": "^2.4.3", - "@junobuild/nextjs-plugin": "^4.4.0", + "@junobuild/config": "^2.6.0", + "@junobuild/nextjs-plugin": "^4.5.0", "@tailwindcss/postcss": "^4.1.13", "@types/node": "^24", "@types/react": "19.2.2", diff --git a/templates/react-example/package.json b/templates/react-example/package.json index cf04c2a..c18beb5 100644 --- a/templates/react-example/package.json +++ b/templates/react-example/package.json @@ -13,16 +13,16 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "nanoid": "^5.1.5", "react": "19.1.1", "react-dom": "19.1.1" }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^2.4.3", - "@junobuild/vite-plugin": "^4.3.0", + "@junobuild/config": "^2.6.0", + "@junobuild/vite-plugin": "^4.4.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", "@types/react": "19.1.12", diff --git a/templates/react-starter/package.json b/templates/react-starter/package.json index 4bf4c19..4b4e108 100644 --- a/templates/react-starter/package.json +++ b/templates/react-starter/package.json @@ -13,15 +13,15 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "react": "19.1.1", "react-dom": "19.1.1" }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^2.4.3", - "@junobuild/vite-plugin": "^4.3.0", + "@junobuild/config": "^2.6.0", + "@junobuild/vite-plugin": "^4.4.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", "@types/react": "19.1.12", diff --git a/templates/react-ts-example/package.json b/templates/react-ts-example/package.json index cf2e992..f50c39d 100644 --- a/templates/react-ts-example/package.json +++ b/templates/react-ts-example/package.json @@ -13,16 +13,16 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "nanoid": "^5.1.5", "react": "19.1.1", "react-dom": "19.1.1" }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^2.4.3", - "@junobuild/vite-plugin": "^4.3.0", + "@junobuild/config": "^2.6.0", + "@junobuild/vite-plugin": "^4.4.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", "@types/react": "19.1.12", diff --git a/templates/react-ts-starter/package.json b/templates/react-ts-starter/package.json index de9087e..9b6393a 100644 --- a/templates/react-ts-starter/package.json +++ b/templates/react-ts-starter/package.json @@ -13,15 +13,15 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "react": "19.1.1", "react-dom": "19.1.1" }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^2.4.3", - "@junobuild/vite-plugin": "^4.3.0", + "@junobuild/config": "^2.6.0", + "@junobuild/vite-plugin": "^4.4.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", "@types/react": "19.1.12", diff --git a/templates/sveltekit-example/package.json b/templates/sveltekit-example/package.json index 9d54b80..1e08642 100644 --- a/templates/sveltekit-example/package.json +++ b/templates/sveltekit-example/package.json @@ -15,8 +15,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^2.4.3", - "@junobuild/vite-plugin": "^4.3.0", + "@junobuild/config": "^2.6.0", + "@junobuild/vite-plugin": "^4.4.0", "@sveltejs/adapter-static": "^3.0.9", "@sveltejs/kit": "^2.37.0", "@sveltejs/vite-plugin-svelte": "^6.1.4", @@ -41,8 +41,8 @@ }, "type": "module", "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "nanoid": "^5.1.5" }, "overrides": { diff --git a/templates/sveltekit-starter/package.json b/templates/sveltekit-starter/package.json index ed86d3b..dde73b9 100644 --- a/templates/sveltekit-starter/package.json +++ b/templates/sveltekit-starter/package.json @@ -15,8 +15,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^2.4.3", - "@junobuild/vite-plugin": "^4.3.0", + "@junobuild/config": "^2.6.0", + "@junobuild/vite-plugin": "^4.4.0", "@sveltejs/adapter-static": "^3.0.9", "@sveltejs/kit": "^2.37.0", "@sveltejs/vite-plugin-svelte": "^6.1.4", @@ -44,7 +44,7 @@ "cookie": "^0.7.0" }, "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3" + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0" } } diff --git a/templates/vanilla-js-example/package.json b/templates/vanilla-js-example/package.json index e6fc3d4..8590da4 100644 --- a/templates/vanilla-js-example/package.json +++ b/templates/vanilla-js-example/package.json @@ -12,8 +12,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^2.4.3", - "@junobuild/vite-plugin": "^4.3.0", + "@junobuild/config": "^2.6.0", + "@junobuild/vite-plugin": "^4.4.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", "prettier": "^3.6.2", @@ -22,8 +22,8 @@ "vite": "^7.1.4" }, "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "nanoid": "^5.1.5" } } diff --git a/templates/vue-example/package.json b/templates/vue-example/package.json index 2b9930e..da75e31 100644 --- a/templates/vue-example/package.json +++ b/templates/vue-example/package.json @@ -16,16 +16,16 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "nanoid": "^5.1.5", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-router": "^4.5.1" }, "devDependencies": { - "@junobuild/config": "^2.4.3", - "@junobuild/vite-plugin": "^4.3.0", + "@junobuild/config": "^2.6.0", + "@junobuild/vite-plugin": "^4.4.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", "@tsconfig/node22": "^22.0.2", diff --git a/templates/vue-starter/package.json b/templates/vue-starter/package.json index b96d17c..10122e9 100644 --- a/templates/vue-starter/package.json +++ b/templates/vue-starter/package.json @@ -16,15 +16,15 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.2.0", - "@junobuild/functions": "^0.3.3", + "@junobuild/core": "^3.1.0", + "@junobuild/functions": "^0.4.0", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-router": "^4.5.1" }, "devDependencies": { - "@junobuild/config": "^2.4.3", - "@junobuild/vite-plugin": "^4.3.0", + "@junobuild/config": "^2.6.0", + "@junobuild/vite-plugin": "^4.4.0", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", "@tsconfig/node22": "^22.0.2",