From 4a7ae8a046c994e428c778fadac7a76c6048ce78 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 22 Sep 2025 12:53:20 +0200 Subject: [PATCH] build: bump latest Juno libs in templates (which supports auth on id.ai) Signed-off-by: David Dal Busco --- templates/angular-example/package.json | 4 ++-- templates/angular-starter/package.json | 4 ++-- templates/nextjs-example/package.json | 4 ++-- templates/nextjs-starter/package.json | 4 ++-- templates/react-example/package.json | 4 ++-- templates/react-starter/package.json | 4 ++-- templates/react-ts-example/package.json | 4 ++-- templates/react-ts-starter/package.json | 4 ++-- templates/sveltekit-example/package.json | 4 ++-- templates/sveltekit-starter/package.json | 4 ++-- templates/vanilla-js-example/package.json | 4 ++-- templates/vue-example/package.json | 4 ++-- templates/vue-starter/package.json | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/templates/angular-example/package.json b/templates/angular-example/package.json index 2f93534..e32ac28 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.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "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 a5d284e..1b790cf 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.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "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 2ac5804..ab2eeee 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": "^2.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "nanoid": "^5.1.5", "next": "15.5.2", "react": "19.1.1", diff --git a/templates/nextjs-starter/package.json b/templates/nextjs-starter/package.json index 452c83f..8afa8c1 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": "^2.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "next": "15.5.2", "react": "19.1.1", "react-dom": "19.1.1" diff --git a/templates/react-example/package.json b/templates/react-example/package.json index 93b4a06..fff4da2 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": "^2.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "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 1cb818a..74fc50a 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": "^2.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "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 64280bc..4cd2704 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": "^2.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "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 7a5d088..5edcc4b 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": "^2.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "react": "19.1.1", "react-dom": "19.1.1" }, diff --git a/templates/sveltekit-example/package.json b/templates/sveltekit-example/package.json index a284704..1245c96 100644 --- a/templates/sveltekit-example/package.json +++ b/templates/sveltekit-example/package.json @@ -41,8 +41,8 @@ }, "type": "module", "dependencies": { - "@junobuild/core": "^2.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "nanoid": "^5.1.5" }, "overrides": { diff --git a/templates/sveltekit-starter/package.json b/templates/sveltekit-starter/package.json index fc3f8af..104a2e6 100644 --- a/templates/sveltekit-starter/package.json +++ b/templates/sveltekit-starter/package.json @@ -44,7 +44,7 @@ "cookie": "^0.7.0" }, "dependencies": { - "@junobuild/core": "^2.1.1", - "@junobuild/functions": "^0.3.1" + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2" } } diff --git a/templates/vanilla-js-example/package.json b/templates/vanilla-js-example/package.json index 397bf60..968ba2f 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": "^2.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "nanoid": "^5.1.5" } } diff --git a/templates/vue-example/package.json b/templates/vue-example/package.json index c9ca637..40450fa 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": "^2.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "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 a951d18..d9ab365 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": "^2.1.1", - "@junobuild/functions": "^0.3.1", + "@junobuild/core": "^2.2.0", + "@junobuild/functions": "^0.3.2", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-router": "^4.5.1"