From cef22d93781ed8514ed3b099932e0a3d1f97a1c5 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 9 Sep 2025 06:43:19 +0200 Subject: [PATCH] build: bump Juno lib core to fix NextJS process.env Signed-off-by: David Dal Busco --- templates/angular-example/package.json | 2 +- templates/angular-starter/package.json | 2 +- templates/nextjs-example/package.json | 3 +-- templates/nextjs-starter/package.json | 2 +- templates/react-example/package.json | 2 +- templates/react-starter/package.json | 2 +- templates/react-ts-example/package.json | 2 +- templates/react-ts-starter/package.json | 2 +- templates/sveltekit-example/package.json | 2 +- templates/sveltekit-starter/package.json | 2 +- templates/vanilla-js-example/package.json | 2 +- templates/vue-example/package.json | 2 +- templates/vue-starter/package.json | 2 +- 13 files changed, 13 insertions(+), 14 deletions(-) diff --git a/templates/angular-example/package.json b/templates/angular-example/package.json index f89ed948..f070edff 100644 --- a/templates/angular-example/package.json +++ b/templates/angular-example/package.json @@ -23,7 +23,7 @@ "@angular/platform-browser": "^20.2.4", "@angular/platform-browser-dynamic": "^20.2.4", "@angular/router": "^20.2.4", - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "nanoid": "^5.1.5", "rxjs": "~7.8.2", diff --git a/templates/angular-starter/package.json b/templates/angular-starter/package.json index de6c7fe6..b440a6d5 100644 --- a/templates/angular-starter/package.json +++ b/templates/angular-starter/package.json @@ -23,7 +23,7 @@ "@angular/platform-browser": "^20.2.4", "@angular/platform-browser-dynamic": "^20.2.4", "@angular/router": "^20.2.4", - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "rxjs": "~7.8.2", "tslib": "^2.8.1", diff --git a/templates/nextjs-example/package.json b/templates/nextjs-example/package.json index 3ce5c6c0..5624a9be 100644 --- a/templates/nextjs-example/package.json +++ b/templates/nextjs-example/package.json @@ -12,9 +12,8 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", - "@junobuild/ic-client": "^3.0.0", "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 95bfc9b9..a47db047 100644 --- a/templates/nextjs-starter/package.json +++ b/templates/nextjs-starter/package.json @@ -12,7 +12,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "next": "15.5.2", "react": "19.1.1", diff --git a/templates/react-example/package.json b/templates/react-example/package.json index 773d9eac..ff4447e0 100644 --- a/templates/react-example/package.json +++ b/templates/react-example/package.json @@ -13,7 +13,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "nanoid": "^5.1.5", "react": "19.1.1", diff --git a/templates/react-starter/package.json b/templates/react-starter/package.json index ae72121b..3594937d 100644 --- a/templates/react-starter/package.json +++ b/templates/react-starter/package.json @@ -13,7 +13,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "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 691afd5b..657183aa 100644 --- a/templates/react-ts-example/package.json +++ b/templates/react-ts-example/package.json @@ -13,7 +13,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "nanoid": "^5.1.5", "react": "19.1.1", diff --git a/templates/react-ts-starter/package.json b/templates/react-ts-starter/package.json index c20617d8..8a1e9872 100644 --- a/templates/react-ts-starter/package.json +++ b/templates/react-ts-starter/package.json @@ -13,7 +13,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "react": "19.1.1", "react-dom": "19.1.1" diff --git a/templates/sveltekit-example/package.json b/templates/sveltekit-example/package.json index cb794da1..0c90cc14 100644 --- a/templates/sveltekit-example/package.json +++ b/templates/sveltekit-example/package.json @@ -41,7 +41,7 @@ }, "type": "module", "dependencies": { - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "nanoid": "^5.1.5" }, diff --git a/templates/sveltekit-starter/package.json b/templates/sveltekit-starter/package.json index f27f28e9..65ef985c 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.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7" } } diff --git a/templates/vanilla-js-example/package.json b/templates/vanilla-js-example/package.json index 8ad8e5cf..bfd032c9 100644 --- a/templates/vanilla-js-example/package.json +++ b/templates/vanilla-js-example/package.json @@ -23,7 +23,7 @@ "vite-plugin-node-polyfills": "^0.24.0" }, "dependencies": { - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "nanoid": "^5.1.5" } diff --git a/templates/vue-example/package.json b/templates/vue-example/package.json index 6a56b3ed..04c1d88c 100644 --- a/templates/vue-example/package.json +++ b/templates/vue-example/package.json @@ -16,7 +16,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "nanoid": "^5.1.5", "pinia": "^3.0.3", diff --git a/templates/vue-starter/package.json b/templates/vue-starter/package.json index f84f99f9..a1499e7b 100644 --- a/templates/vue-starter/package.json +++ b/templates/vue-starter/package.json @@ -16,7 +16,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^2.0.0", + "@junobuild/core": "^2.0.1", "@junobuild/functions": "^0.2.7", "pinia": "^3.0.3", "vue": "^3.5.21",