Skip to content

Commit 2d5f2f1

Browse files
chore: update latest Juno JS in templates (#227)
Signed-off-by: David Dal Busco <[email protected]>
1 parent 8f48e11 commit 2d5f2f1

File tree

14 files changed

+38
-38
lines changed

14 files changed

+38
-38
lines changed

templates/angular-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@angular/platform-browser": "^21.0.0",
2424
"@angular/platform-browser-dynamic": "^21.0.0",
2525
"@angular/router": "^21.0.0",
26-
"@junobuild/core": "^3.2.0",
27-
"@junobuild/functions": "^0.5.0",
26+
"@junobuild/core": "^3.3.0",
27+
"@junobuild/functions": "^0.5.2",
2828
"nanoid": "^5.1.5",
2929
"rxjs": "~7.8.2",
3030
"tslib": "^2.8.1",

templates/angular-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@angular/platform-browser": "^21.0.0",
2424
"@angular/platform-browser-dynamic": "^21.0.0",
2525
"@angular/router": "^21.0.0",
26-
"@junobuild/core": "^3.2.0",
27-
"@junobuild/functions": "^0.5.0",
26+
"@junobuild/core": "^3.3.0",
27+
"@junobuild/functions": "^0.5.2",
2828
"rxjs": "~7.8.2",
2929
"tslib": "^2.8.1",
3030
"zone.js": "^0.15.1"

templates/astro-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/mdx": "^4.3.12",
1616
"@astrojs/rss": "^4.0.14",
1717
"@astrojs/sitemap": "^3.6.0",
18-
"@junobuild/config": "^2.6.0",
18+
"@junobuild/config": "^2.7.0",
1919
"@junobuild/vite-plugin": "^4.4.0",
2020
"@tailwindcss/vite": "^4.1.17",
2121
"astro": "^5.16.0",

templates/nextjs-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"dependencies": {
15-
"@junobuild/core": "^3.2.0",
16-
"@junobuild/functions": "^0.5.0",
15+
"@junobuild/core": "^3.3.0",
16+
"@junobuild/functions": "^0.5.2",
1717
"nanoid": "^5.1.5",
1818
"next": "16.0.7",
1919
"react": "19.2.1",
2020
"react-dom": "19.2.1"
2121
},
2222
"devDependencies": {
23-
"@junobuild/config": "^2.6.0",
23+
"@junobuild/config": "^2.7.0",
2424
"@junobuild/nextjs-plugin": "^4.5.0",
2525
"@next/eslint-plugin-next": "16.0.0",
2626
"@tailwindcss/postcss": "^4.1.13",

templates/nextjs-starter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"dependencies": {
15-
"@junobuild/core": "^3.2.0",
16-
"@junobuild/functions": "^0.5.0",
15+
"@junobuild/core": "^3.3.0",
16+
"@junobuild/functions": "^0.5.2",
1717
"next": "16.0.7",
1818
"react": "19.2.1",
1919
"react-dom": "19.2.1"
2020
},
2121
"devDependencies": {
22-
"@junobuild/config": "^2.6.0",
22+
"@junobuild/config": "^2.7.0",
2323
"@junobuild/nextjs-plugin": "^4.5.0",
2424
"@tailwindcss/postcss": "^4.1.13",
2525
"@types/node": "^24",

templates/react-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^3.2.0",
17-
"@junobuild/functions": "^0.5.0",
16+
"@junobuild/core": "^3.3.0",
17+
"@junobuild/functions": "^0.5.2",
1818
"nanoid": "^5.1.5",
1919
"react": "^19.2.1",
2020
"react-dom": "^19.2.1"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.34.0",
24-
"@junobuild/config": "^2.6.0",
24+
"@junobuild/config": "^2.7.0",
2525
"@junobuild/vite-plugin": "^4.4.0",
2626
"@tailwindcss/postcss": "^4.1.13",
2727
"@tailwindcss/vite": "^4.1.13",

templates/react-starter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^3.2.0",
17-
"@junobuild/functions": "^0.5.0",
16+
"@junobuild/core": "^3.3.0",
17+
"@junobuild/functions": "^0.5.2",
1818
"react": "^19.2.1",
1919
"react-dom": "^19.2.1"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.34.0",
23-
"@junobuild/config": "^2.6.0",
23+
"@junobuild/config": "^2.7.0",
2424
"@junobuild/vite-plugin": "^4.4.0",
2525
"@tailwindcss/postcss": "^4.1.13",
2626
"@tailwindcss/vite": "^4.1.13",

templates/react-ts-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^3.2.0",
17-
"@junobuild/functions": "^0.5.0",
16+
"@junobuild/core": "^3.3.0",
17+
"@junobuild/functions": "^0.5.2",
1818
"nanoid": "^5.1.5",
1919
"react": "^19.2.1",
2020
"react-dom": "^19.2.1"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.34.0",
24-
"@junobuild/config": "^2.6.0",
24+
"@junobuild/config": "^2.7.0",
2525
"@junobuild/vite-plugin": "^4.4.0",
2626
"@tailwindcss/postcss": "^4.1.13",
2727
"@tailwindcss/vite": "^4.1.13",

templates/react-ts-starter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^3.2.0",
17-
"@junobuild/functions": "^0.5.0",
16+
"@junobuild/core": "^3.3.0",
17+
"@junobuild/functions": "^0.5.2",
1818
"react": "^19.2.1",
1919
"react-dom": "^19.2.1"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.34.0",
23-
"@junobuild/config": "^2.6.0",
23+
"@junobuild/config": "^2.7.0",
2424
"@junobuild/vite-plugin": "^4.4.0",
2525
"@tailwindcss/postcss": "^4.1.13",
2626
"@tailwindcss/vite": "^4.1.13",

templates/sveltekit-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"postinstall": "npm run postinstall:copy-auth"
1616
},
1717
"devDependencies": {
18-
"@junobuild/config": "^2.6.0",
18+
"@junobuild/config": "^2.7.0",
1919
"@junobuild/vite-plugin": "^4.4.0",
2020
"@sveltejs/adapter-static": "^3.0.9",
2121
"@sveltejs/kit": "^2.37.0",
@@ -41,8 +41,8 @@
4141
},
4242
"type": "module",
4343
"dependencies": {
44-
"@junobuild/core": "^3.2.0",
45-
"@junobuild/functions": "^0.5.0",
44+
"@junobuild/core": "^3.3.0",
45+
"@junobuild/functions": "^0.5.2",
4646
"nanoid": "^5.1.5"
4747
},
4848
"overrides": {

0 commit comments

Comments
 (0)