diff --git a/templates/angular-example/package.json b/templates/angular-example/package.json index 1153c3d..3d90ba6 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "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 c19c121..3fd7312 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "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 28c3f14..1bcd9ff 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "nanoid": "^5.1.5", "next": "16.0.7", "react": "19.2.1", diff --git a/templates/nextjs-starter/package.json b/templates/nextjs-starter/package.json index 7caee71..a7ba346 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "next": "16.0.7", "react": "19.2.1", "react-dom": "19.2.1" diff --git a/templates/react-example/package.json b/templates/react-example/package.json index f0fb798..eda830d 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "nanoid": "^5.1.5", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/templates/react-starter/package.json b/templates/react-starter/package.json index b352b4a..f1c6bcd 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "react": "^19.2.1", "react-dom": "^19.2.1" }, diff --git a/templates/react-ts-example/package.json b/templates/react-ts-example/package.json index 1dc70c1..45defe1 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "nanoid": "^5.1.5", "react": "^19.2.1", "react-dom": "^19.2.1" diff --git a/templates/react-ts-starter/package.json b/templates/react-ts-starter/package.json index 3c08994..d560771 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "react": "^19.2.1", "react-dom": "^19.2.1" }, diff --git a/templates/sveltekit-example/package.json b/templates/sveltekit-example/package.json index 20d37e3..731c359 100644 --- a/templates/sveltekit-example/package.json +++ b/templates/sveltekit-example/package.json @@ -41,8 +41,8 @@ }, "type": "module", "dependencies": { - "@junobuild/core": "^3.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "nanoid": "^5.1.5" }, "overrides": { diff --git a/templates/sveltekit-starter/package.json b/templates/sveltekit-starter/package.json index c646c2f..7c70276 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.3.0", - "@junobuild/functions": "^0.5.2" + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3" } } diff --git a/templates/vanilla-js-example/package.json b/templates/vanilla-js-example/package.json index 2f852f9..e0882b8 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "nanoid": "^5.1.5" } } diff --git a/templates/vue-example/package.json b/templates/vue-example/package.json index c40bdae..4f786d3 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "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 4285d6d..1582d34 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.3.0", - "@junobuild/functions": "^0.5.2", + "@junobuild/core": "^3.3.2", + "@junobuild/functions": "^0.5.3", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-router": "^4.5.1"