From 6c5b863081267ebeabef800d88108ec05513fd65 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 4 Aug 2025 14:01:20 +0200 Subject: [PATCH] build: bump Juno libs as released in v0.0.52 --- templates/angular-example/package.json | 4 ++-- templates/angular-starter/package.json | 4 ++-- templates/astro-starter/package.json | 4 ++-- templates/nextjs-example/package.json | 8 ++++---- templates/nextjs-starter/package.json | 8 ++++---- templates/react-example/package.json | 8 ++++---- templates/react-starter/package.json | 8 ++++---- templates/react-ts-example/package.json | 8 ++++---- templates/react-ts-starter/package.json | 8 ++++---- templates/sveltekit-example/package.json | 8 ++++---- templates/sveltekit-starter/package.json | 8 ++++---- templates/vanilla-js-example/package.json | 8 ++++---- templates/vue-example/package.json | 8 ++++---- templates/vue-starter/package.json | 8 ++++---- 14 files changed, 50 insertions(+), 50 deletions(-) diff --git a/templates/angular-example/package.json b/templates/angular-example/package.json index 546ac48d..fd0d0169 100644 --- a/templates/angular-example/package.json +++ b/templates/angular-example/package.json @@ -22,8 +22,8 @@ "@angular/platform-browser": "^20.0.5", "@angular/platform-browser-dynamic": "^20.0.5", "@angular/router": "^20.0.5", - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "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 0437406a..c12da751 100644 --- a/templates/angular-starter/package.json +++ b/templates/angular-starter/package.json @@ -22,8 +22,8 @@ "@angular/platform-browser": "^20.0.5", "@angular/platform-browser-dynamic": "^20.0.5", "@angular/router": "^20.0.5", - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "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 62e8e508..d0ac2b33 100644 --- a/templates/astro-starter/package.json +++ b/templates/astro-starter/package.json @@ -15,8 +15,8 @@ "@astrojs/mdx": "^4.3.0", "@astrojs/rss": "^4.0.12", "@astrojs/sitemap": "^3.4.1", - "@junobuild/config": "^0.4.0", - "@junobuild/vite-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/vite-plugin": "^4.1.2", "@tailwindcss/vite": "^4.1.10", "astro": "^5.10.1", "prettier": "^3.6.1", diff --git a/templates/nextjs-example/package.json b/templates/nextjs-example/package.json index cb04c400..94d6ac6a 100644 --- a/templates/nextjs-example/package.json +++ b/templates/nextjs-example/package.json @@ -12,16 +12,16 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "nanoid": "^5.1.5", "next": "15.3.4", "react": "19.1.0", "react-dom": "19.1.0" }, "devDependencies": { - "@junobuild/config": "^0.4.0", - "@junobuild/nextjs-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/nextjs-plugin": "^4.1.2", "@next/eslint-plugin-next": "^15.3.4", "@tailwindcss/postcss": "^4.1.10", "@types/node": "^24", diff --git a/templates/nextjs-starter/package.json b/templates/nextjs-starter/package.json index 7cf47a74..ef59cc53 100644 --- a/templates/nextjs-starter/package.json +++ b/templates/nextjs-starter/package.json @@ -12,15 +12,15 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "next": "15.3.4", "react": "19.1.0", "react-dom": "19.1.0" }, "devDependencies": { - "@junobuild/config": "^0.4.0", - "@junobuild/nextjs-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/nextjs-plugin": "^4.1.2", "@tailwindcss/postcss": "^4.1.10", "@types/node": "^24", "@types/react": "^19", diff --git a/templates/react-example/package.json b/templates/react-example/package.json index 2e5d98c6..ebc72103 100644 --- a/templates/react-example/package.json +++ b/templates/react-example/package.json @@ -13,16 +13,16 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "nanoid": "^5.1.5", "react": "19.1.0", "react-dom": "19.1.0" }, "devDependencies": { "@eslint/js": "^9.29.0", - "@junobuild/config": "^0.4.0", - "@junobuild/vite-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/vite-plugin": "^4.1.2", "@tailwindcss/postcss": "^4.1.10", "@tailwindcss/vite": "^4.1.10", "@types/react": "19.1.8", diff --git a/templates/react-starter/package.json b/templates/react-starter/package.json index 8596dac1..3a36cb67 100644 --- a/templates/react-starter/package.json +++ b/templates/react-starter/package.json @@ -13,15 +13,15 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "react": "19.1.0", "react-dom": "19.1.0" }, "devDependencies": { "@eslint/js": "^9.29.0", - "@junobuild/config": "^0.4.0", - "@junobuild/vite-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/vite-plugin": "^4.1.2", "@tailwindcss/postcss": "^4.1.10", "@tailwindcss/vite": "^4.1.10", "@types/react": "19.1.8", diff --git a/templates/react-ts-example/package.json b/templates/react-ts-example/package.json index dbde073a..771488b4 100644 --- a/templates/react-ts-example/package.json +++ b/templates/react-ts-example/package.json @@ -13,16 +13,16 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "nanoid": "^5.1.5", "react": "19.1.0", "react-dom": "19.1.0" }, "devDependencies": { "@eslint/js": "^9.29.0", - "@junobuild/config": "^0.4.0", - "@junobuild/vite-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/vite-plugin": "^4.1.2", "@tailwindcss/postcss": "^4.1.10", "@tailwindcss/vite": "^4.1.10", "@types/react": "19.1.8", diff --git a/templates/react-ts-starter/package.json b/templates/react-ts-starter/package.json index 8f3c9a07..67fa78f9 100644 --- a/templates/react-ts-starter/package.json +++ b/templates/react-ts-starter/package.json @@ -13,15 +13,15 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "react": "19.1.0", "react-dom": "19.1.0" }, "devDependencies": { "@eslint/js": "^9.29.0", - "@junobuild/config": "^0.4.0", - "@junobuild/vite-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/vite-plugin": "^4.1.2", "@tailwindcss/postcss": "^4.1.10", "@tailwindcss/vite": "^4.1.10", "@types/react": "19.1.8", diff --git a/templates/sveltekit-example/package.json b/templates/sveltekit-example/package.json index 7d003337..cb79a14e 100644 --- a/templates/sveltekit-example/package.json +++ b/templates/sveltekit-example/package.json @@ -15,8 +15,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^0.4.0", - "@junobuild/vite-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/vite-plugin": "^4.1.2", "@sveltejs/adapter-static": "^3.0.8", "@sveltejs/kit": "^2.22.1", "@sveltejs/vite-plugin-svelte": "^5.1.0", @@ -41,8 +41,8 @@ }, "type": "module", "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "nanoid": "^5.1.5" }, "overrides": { diff --git a/templates/sveltekit-starter/package.json b/templates/sveltekit-starter/package.json index 5405e6ee..9e76f3a8 100644 --- a/templates/sveltekit-starter/package.json +++ b/templates/sveltekit-starter/package.json @@ -15,8 +15,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^0.4.0", - "@junobuild/vite-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/vite-plugin": "^4.1.2", "@sveltejs/adapter-static": "^3.0.8", "@sveltejs/kit": "^2.22.1", "@sveltejs/vite-plugin-svelte": "^5.1.0", @@ -44,7 +44,7 @@ "cookie": "^0.7.0" }, "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1" + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6" } } diff --git a/templates/vanilla-js-example/package.json b/templates/vanilla-js-example/package.json index d4ddaead..bddf81d6 100644 --- a/templates/vanilla-js-example/package.json +++ b/templates/vanilla-js-example/package.json @@ -12,8 +12,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "devDependencies": { - "@junobuild/config": "^0.4.0", - "@junobuild/vite-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/vite-plugin": "^4.1.2", "@tailwindcss/postcss": "^4.1.10", "@tailwindcss/vite": "^4.1.10", "prettier": "^3.6.1", @@ -23,8 +23,8 @@ "vite-plugin-node-polyfills": "^0.24.0" }, "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "nanoid": "^5.1.5" } } diff --git a/templates/vue-example/package.json b/templates/vue-example/package.json index 329738aa..4faf5ec6 100644 --- a/templates/vue-example/package.json +++ b/templates/vue-example/package.json @@ -16,16 +16,16 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "nanoid": "^5.1.5", "pinia": "^3.0.3", "vue": "^3.5.17", "vue-router": "^4.5.1" }, "devDependencies": { - "@junobuild/config": "^0.4.0", - "@junobuild/vite-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/vite-plugin": "^4.1.2", "@tailwindcss/postcss": "^4.1.10", "@tailwindcss/vite": "^4.1.10", "@tsconfig/node22": "^22.0.2", diff --git a/templates/vue-starter/package.json b/templates/vue-starter/package.json index 8693219d..dc015a2c 100644 --- a/templates/vue-starter/package.json +++ b/templates/vue-starter/package.json @@ -16,15 +16,15 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^1.0.0", - "@junobuild/functions": "^0.2.1", + "@junobuild/core": "^1.0.3", + "@junobuild/functions": "^0.2.6", "pinia": "^3.0.3", "vue": "^3.5.17", "vue-router": "^4.5.1" }, "devDependencies": { - "@junobuild/config": "^0.4.0", - "@junobuild/vite-plugin": "^4.0.0", + "@junobuild/config": "^1.0.1", + "@junobuild/vite-plugin": "^4.1.2", "@tailwindcss/postcss": "^4.1.10", "@tailwindcss/vite": "^4.1.10", "@tsconfig/node22": "^22.0.2",