From 6df843399c3d427c5cb4f4fd9abe23af01896430 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 26 Apr 2026 07:21:29 +0200 Subject: [PATCH] feat: bump JS libs as released with Juno v76 Signed-off-by: David Dal Busco --- templates/angular-example/package.json | 2 +- templates/angular-starter/package.json | 2 +- templates/astro-starter/package.json | 2 +- 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 ++-- 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/templates/angular-example/package.json b/templates/angular-example/package.json index 1169dbe..39be5a9 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": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.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 be6b13b..c070cb1 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": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.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 8c7b045..5ef8b25 100644 --- a/templates/astro-starter/package.json +++ b/templates/astro-starter/package.json @@ -15,7 +15,7 @@ "@astrojs/mdx": "^4.3.12", "@astrojs/rss": "^4.0.14", "@astrojs/sitemap": "^3.6.0", - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/vite-plugin": "^4.7.1", "@tailwindcss/vite": "^4.1.17", "astro": "^5.16.0", diff --git a/templates/nextjs-example/package.json b/templates/nextjs-example/package.json index 9fdc7f0..d6b723a 100644 --- a/templates/nextjs-example/package.json +++ b/templates/nextjs-example/package.json @@ -13,14 +13,14 @@ }, "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.0", "nanoid": "^5.1.5", "next": "16.0.7", "react": "19.2.1", "react-dom": "19.2.1" }, "devDependencies": { - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/nextjs-plugin": "^4.7.1", "@next/eslint-plugin-next": "16.0.0", "@tailwindcss/postcss": "^4.1.13", diff --git a/templates/nextjs-starter/package.json b/templates/nextjs-starter/package.json index 68b2914..121b742 100644 --- a/templates/nextjs-starter/package.json +++ b/templates/nextjs-starter/package.json @@ -13,13 +13,13 @@ }, "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.0", "next": "16.0.7", "react": "19.2.1", "react-dom": "19.2.1" }, "devDependencies": { - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/nextjs-plugin": "^4.7.1", "@tailwindcss/postcss": "^4.1.13", "@types/node": "^24", diff --git a/templates/react-example/package.json b/templates/react-example/package.json index c8d935f..bd286ea 100644 --- a/templates/react-example/package.json +++ b/templates/react-example/package.json @@ -14,14 +14,14 @@ }, "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.0", "nanoid": "^5.1.5", "react": "^19.2.1", "react-dom": "^19.2.1" }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/vite-plugin": "^4.7.1", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", diff --git a/templates/react-starter/package.json b/templates/react-starter/package.json index 16cc1fc..7e098d7 100644 --- a/templates/react-starter/package.json +++ b/templates/react-starter/package.json @@ -14,13 +14,13 @@ }, "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.0", "react": "^19.2.1", "react-dom": "^19.2.1" }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/vite-plugin": "^4.7.1", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", diff --git a/templates/react-ts-example/package.json b/templates/react-ts-example/package.json index 642f3cc..fed3654 100644 --- a/templates/react-ts-example/package.json +++ b/templates/react-ts-example/package.json @@ -14,14 +14,14 @@ }, "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.0", "nanoid": "^5.1.5", "react": "^19.2.1", "react-dom": "^19.2.1" }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/vite-plugin": "^4.7.1", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", diff --git a/templates/react-ts-starter/package.json b/templates/react-ts-starter/package.json index 03d4aa3..3315376 100644 --- a/templates/react-ts-starter/package.json +++ b/templates/react-ts-starter/package.json @@ -14,13 +14,13 @@ }, "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.0", "react": "^19.2.1", "react-dom": "^19.2.1" }, "devDependencies": { "@eslint/js": "^9.34.0", - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/vite-plugin": "^4.7.1", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", diff --git a/templates/sveltekit-example/package.json b/templates/sveltekit-example/package.json index 1cdc204..55f1c2a 100644 --- a/templates/sveltekit-example/package.json +++ b/templates/sveltekit-example/package.json @@ -15,7 +15,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/vite-plugin": "^4.7.1", "@sveltejs/adapter-static": "^3.0.9", "@sveltejs/kit": "^2.37.0", @@ -42,7 +42,7 @@ "type": "module", "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.0", "nanoid": "^5.1.5" }, "overrides": { diff --git a/templates/sveltekit-starter/package.json b/templates/sveltekit-starter/package.json index bcdb6a3..1640ed4 100644 --- a/templates/sveltekit-starter/package.json +++ b/templates/sveltekit-starter/package.json @@ -15,7 +15,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/vite-plugin": "^4.7.1", "@sveltejs/adapter-static": "^3.0.9", "@sveltejs/kit": "^2.37.0", @@ -45,6 +45,6 @@ }, "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3" + "@junobuild/functions": "^0.9.0" } } diff --git a/templates/vanilla-js-example/package.json b/templates/vanilla-js-example/package.json index 6c6dd2e..070511e 100644 --- a/templates/vanilla-js-example/package.json +++ b/templates/vanilla-js-example/package.json @@ -12,7 +12,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/vite-plugin": "^4.7.1", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", @@ -23,7 +23,7 @@ }, "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.0", "nanoid": "^5.1.5" } } diff --git a/templates/vue-example/package.json b/templates/vue-example/package.json index b73edc7..8d52015 100644 --- a/templates/vue-example/package.json +++ b/templates/vue-example/package.json @@ -17,14 +17,14 @@ }, "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.0", "nanoid": "^5.1.5", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-router": "^4.5.1" }, "devDependencies": { - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/vite-plugin": "^4.7.1", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13", diff --git a/templates/vue-starter/package.json b/templates/vue-starter/package.json index d44e47b..2e4974a 100644 --- a/templates/vue-starter/package.json +++ b/templates/vue-starter/package.json @@ -17,13 +17,13 @@ }, "dependencies": { "@junobuild/core": "^5.4.0", - "@junobuild/functions": "^0.8.3", + "@junobuild/functions": "^0.9.0", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-router": "^4.5.1" }, "devDependencies": { - "@junobuild/config": "^3.0.0", + "@junobuild/config": "^3.0.1", "@junobuild/vite-plugin": "^4.7.1", "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/vite": "^4.1.13",