diff --git a/templates/angular-example/package.json b/templates/angular-example/package.json index cbb8c53..4a52d96 100644 --- a/templates/angular-example/package.json +++ b/templates/angular-example/package.json @@ -23,8 +23,8 @@ "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0", "@angular/router": "^21.0.0", - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "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 8c86e3d..a0ec269 100644 --- a/templates/angular-starter/package.json +++ b/templates/angular-starter/package.json @@ -23,8 +23,8 @@ "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0", "@angular/router": "^21.0.0", - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "^0.15.1" diff --git a/templates/nextjs-example/package.json b/templates/nextjs-example/package.json index c63ef93..ebf2072 100644 --- a/templates/nextjs-example/package.json +++ b/templates/nextjs-example/package.json @@ -12,8 +12,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "nanoid": "^5.1.5", "next": "16.0.0", "react": "19.2.0", diff --git a/templates/nextjs-starter/package.json b/templates/nextjs-starter/package.json index d9b46fd..cbb8eb9 100644 --- a/templates/nextjs-starter/package.json +++ b/templates/nextjs-starter/package.json @@ -12,8 +12,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "next": "16.0.0", "react": "19.2.0", "react-dom": "19.2.0" diff --git a/templates/react-example/package.json b/templates/react-example/package.json index c18beb5..ab883da 100644 --- a/templates/react-example/package.json +++ b/templates/react-example/package.json @@ -13,8 +13,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "nanoid": "^5.1.5", "react": "19.1.1", "react-dom": "19.1.1" diff --git a/templates/react-starter/package.json b/templates/react-starter/package.json index 4b4e108..a2cb39c 100644 --- a/templates/react-starter/package.json +++ b/templates/react-starter/package.json @@ -13,8 +13,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/templates/react-ts-example/package.json b/templates/react-ts-example/package.json index f50c39d..8862efe 100644 --- a/templates/react-ts-example/package.json +++ b/templates/react-ts-example/package.json @@ -13,8 +13,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "nanoid": "^5.1.5", "react": "19.1.1", "react-dom": "19.1.1" diff --git a/templates/react-ts-starter/package.json b/templates/react-ts-starter/package.json index 9b6393a..83f831c 100644 --- a/templates/react-ts-starter/package.json +++ b/templates/react-ts-starter/package.json @@ -13,8 +13,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/templates/sveltekit-example/package.json b/templates/sveltekit-example/package.json index 1e08642..6f4e3e3 100644 --- a/templates/sveltekit-example/package.json +++ b/templates/sveltekit-example/package.json @@ -41,8 +41,8 @@ }, "type": "module", "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "nanoid": "^5.1.5" }, "overrides": { diff --git a/templates/sveltekit-starter/package.json b/templates/sveltekit-starter/package.json index dde73b9..b355c17 100644 --- a/templates/sveltekit-starter/package.json +++ b/templates/sveltekit-starter/package.json @@ -44,7 +44,7 @@ "cookie": "^0.7.0" }, "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0" + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1" } } diff --git a/templates/vanilla-js-example/package.json b/templates/vanilla-js-example/package.json index 8590da4..d2f463c 100644 --- a/templates/vanilla-js-example/package.json +++ b/templates/vanilla-js-example/package.json @@ -22,8 +22,8 @@ "vite": "^7.1.4" }, "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "nanoid": "^5.1.5" } } diff --git a/templates/vue-example/package.json b/templates/vue-example/package.json index da75e31..5cb16b9 100644 --- a/templates/vue-example/package.json +++ b/templates/vue-example/package.json @@ -16,8 +16,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "nanoid": "^5.1.5", "pinia": "^3.0.3", "vue": "^3.5.21", diff --git a/templates/vue-starter/package.json b/templates/vue-starter/package.json index 10122e9..91ae9fc 100644 --- a/templates/vue-starter/package.json +++ b/templates/vue-starter/package.json @@ -16,8 +16,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^3.1.0", - "@junobuild/functions": "^0.4.0", + "@junobuild/core": "^3.2.0", + "@junobuild/functions": "^0.4.1", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-router": "^4.5.1"