From 5a5b58a0047c1441fab52a35128e3adf7f776857 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 14 Feb 2025 06:55:01 +0100 Subject: [PATCH] feat: update latest Juno core --- templates/angular-example/package.json | 2 +- templates/angular-starter/package.json | 2 +- templates/nextjs-example/package.json | 2 +- templates/nextjs-starter/package.json | 2 +- templates/react-example/package.json | 2 +- templates/react-starter/package.json | 2 +- templates/react-ts-starter/package.json | 2 +- templates/react-workshop/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(+), 13 deletions(-) diff --git a/templates/angular-example/package.json b/templates/angular-example/package.json index bc020563..d6ca5581 100644 --- a/templates/angular-example/package.json +++ b/templates/angular-example/package.json @@ -22,7 +22,7 @@ "@angular/platform-browser": "^19.0.3", "@angular/platform-browser-dynamic": "^19.0.3", "@angular/router": "^19.0.3", - "@junobuild/core": "^0.1.3", + "@junobuild/core": "^0.1.6", "nanoid": "^5.0.9", "rxjs": "~7.8.1", "tslib": "^2.8.1", diff --git a/templates/angular-starter/package.json b/templates/angular-starter/package.json index 193aefd9..1d0fb83f 100644 --- a/templates/angular-starter/package.json +++ b/templates/angular-starter/package.json @@ -22,7 +22,7 @@ "@angular/platform-browser": "^19.0.3", "@angular/platform-browser-dynamic": "^19.0.3", "@angular/router": "^19.0.3", - "@junobuild/core": "^0.1.3", + "@junobuild/core": "^0.1.6", "rxjs": "~7.8.1", "tslib": "^2.8.1", "zone.js": "^0.15.0" diff --git a/templates/nextjs-example/package.json b/templates/nextjs-example/package.json index 84858f57..fc09c1bc 100644 --- a/templates/nextjs-example/package.json +++ b/templates/nextjs-example/package.json @@ -12,7 +12,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^0.1.3", + "@junobuild/core": "^0.1.6", "nanoid": "^5.0.7", "next": "15.0.3", "react": "19.0.0-rc-66855b96-20241106", diff --git a/templates/nextjs-starter/package.json b/templates/nextjs-starter/package.json index 50a994cc..aeca9103 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": "^0.1.3", + "@junobuild/core": "^0.1.6", "next": "15.0.3", "react": "19.0.0-rc-66855b96-20241106", "react-dom": "19.0.0-rc-66855b96-20241106" diff --git a/templates/react-example/package.json b/templates/react-example/package.json index c46ece2f..af2926e6 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": "^0.1.3", + "@junobuild/core": "^0.1.6", "nanoid": "^5.0.9", "react": "19.0.0", "react-dom": "19.0.0" diff --git a/templates/react-starter/package.json b/templates/react-starter/package.json index b9e93987..85436e33 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": "^0.1.3", + "@junobuild/core": "^0.1.6", "react": "19.0.0", "react-dom": "19.0.0" }, diff --git a/templates/react-ts-starter/package.json b/templates/react-ts-starter/package.json index ee158077..04aa3f9d 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": "^0.1.3", + "@junobuild/core": "^0.1.6", "@junobuild/core-standalone": "^0.1.0", "react": "19.0.0", "react-dom": "19.0.0" diff --git a/templates/react-workshop/package.json b/templates/react-workshop/package.json index ba388a7e..7b3570b3 100644 --- a/templates/react-workshop/package.json +++ b/templates/react-workshop/package.json @@ -13,7 +13,7 @@ "postinstall": "npm run postinstall:copy-auth" }, "dependencies": { - "@junobuild/core": "^0.1.3", + "@junobuild/core": "^0.1.6", "nanoid": "^5.0.9", "react": "19.0.0", "react-dom": "19.0.0" diff --git a/templates/sveltekit-example/package.json b/templates/sveltekit-example/package.json index f0560b97..aa9a0090 100644 --- a/templates/sveltekit-example/package.json +++ b/templates/sveltekit-example/package.json @@ -39,7 +39,7 @@ }, "type": "module", "dependencies": { - "@junobuild/core": "^0.1.3", + "@junobuild/core": "^0.1.6", "nanoid": "^5.0.9" }, "overrides": { diff --git a/templates/sveltekit-starter/package.json b/templates/sveltekit-starter/package.json index 6f177688..d17cc428 100644 --- a/templates/sveltekit-starter/package.json +++ b/templates/sveltekit-starter/package.json @@ -42,6 +42,6 @@ "cookie": "^0.7.0" }, "dependencies": { - "@junobuild/core": "^0.1.3" + "@junobuild/core": "^0.1.6" } } diff --git a/templates/vanilla-js-example/package.json b/templates/vanilla-js-example/package.json index 933fc6f0..8f464169 100644 --- a/templates/vanilla-js-example/package.json +++ b/templates/vanilla-js-example/package.json @@ -21,7 +21,7 @@ "vite-plugin-node-polyfills": "^0.23.0" }, "dependencies": { - "@junobuild/core": "^0.1.3", + "@junobuild/core": "^0.1.6", "nanoid": "^5.0.9" } } diff --git a/templates/vue-example/package.json b/templates/vue-example/package.json index 74e85b11..13a2778e 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": "^0.1.3", + "@junobuild/core": "^0.1.6", "nanoid": "^5.0.9", "pinia": "^2.3.1", "vue": "^3.5.13", diff --git a/templates/vue-starter/package.json b/templates/vue-starter/package.json index bfb9a5ad..a6077f0a 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": "^0.1.3", + "@junobuild/core": "^0.1.6", "pinia": "^2.3.1", "vue": "^3.5.13", "vue-router": "^4.5.0"