diff --git a/templates/angular-example/package.json b/templates/angular-example/package.json index 4a52d96..affc697 100644 --- a/templates/angular-example/package.json +++ b/templates/angular-example/package.json @@ -24,7 +24,7 @@ "@angular/platform-browser-dynamic": "^21.0.0", "@angular/router": "^21.0.0", "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.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 a0ec269..95d6efe 100644 --- a/templates/angular-starter/package.json +++ b/templates/angular-starter/package.json @@ -24,7 +24,7 @@ "@angular/platform-browser-dynamic": "^21.0.0", "@angular/router": "^21.0.0", "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "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 ebf2072..e64092f 100644 --- a/templates/nextjs-example/package.json +++ b/templates/nextjs-example/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "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 cbb8eb9..cefdc22 100644 --- a/templates/nextjs-starter/package.json +++ b/templates/nextjs-starter/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "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 ab883da..3cea0fb 100644 --- a/templates/react-example/package.json +++ b/templates/react-example/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "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 a2cb39c..7282da1 100644 --- a/templates/react-starter/package.json +++ b/templates/react-starter/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "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 8862efe..85c6896 100644 --- a/templates/react-ts-example/package.json +++ b/templates/react-ts-example/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "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 83f831c..c8d32e8 100644 --- a/templates/react-ts-starter/package.json +++ b/templates/react-ts-starter/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/templates/sveltekit-example/package.json b/templates/sveltekit-example/package.json index 6f4e3e3..656fefb 100644 --- a/templates/sveltekit-example/package.json +++ b/templates/sveltekit-example/package.json @@ -42,7 +42,7 @@ "type": "module", "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "nanoid": "^5.1.5" }, "overrides": { diff --git a/templates/sveltekit-starter/package.json b/templates/sveltekit-starter/package.json index b355c17..4a5e2a4 100644 --- a/templates/sveltekit-starter/package.json +++ b/templates/sveltekit-starter/package.json @@ -45,6 +45,6 @@ }, "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1" + "@junobuild/functions": "^0.5.0" } } diff --git a/templates/vanilla-js-example/package.json b/templates/vanilla-js-example/package.json index d2f463c..09a8a94 100644 --- a/templates/vanilla-js-example/package.json +++ b/templates/vanilla-js-example/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "nanoid": "^5.1.5" } } diff --git a/templates/vue-example/package.json b/templates/vue-example/package.json index 5cb16b9..9c5b6cd 100644 --- a/templates/vue-example/package.json +++ b/templates/vue-example/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "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 91ae9fc..63e97e3 100644 --- a/templates/vue-starter/package.json +++ b/templates/vue-starter/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@junobuild/core": "^3.2.0", - "@junobuild/functions": "^0.4.1", + "@junobuild/functions": "^0.5.0", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-router": "^4.5.1"