Skip to content

Commit b44241a

Browse files
feat: bump JS libs as released with Juno v76 (#256)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 475a8ae commit b44241a

14 files changed

Lines changed: 25 additions & 25 deletions

File tree

templates/angular-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular/platform-browser-dynamic": "^21.0.0",
2525
"@angular/router": "^21.0.0",
2626
"@junobuild/core": "^5.4.0",
27-
"@junobuild/functions": "^0.8.3",
27+
"@junobuild/functions": "^0.9.0",
2828
"nanoid": "^5.1.5",
2929
"rxjs": "~7.8.2",
3030
"tslib": "^2.8.1",

templates/angular-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular/platform-browser-dynamic": "^21.0.0",
2525
"@angular/router": "^21.0.0",
2626
"@junobuild/core": "^5.4.0",
27-
"@junobuild/functions": "^0.8.3",
27+
"@junobuild/functions": "^0.9.0",
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": "^3.0.0",
18+
"@junobuild/config": "^3.0.1",
1919
"@junobuild/vite-plugin": "^4.7.1",
2020
"@tailwindcss/vite": "^4.1.17",
2121
"astro": "^5.16.0",

templates/nextjs-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"dependencies": {
1515
"@junobuild/core": "^5.4.0",
16-
"@junobuild/functions": "^0.8.3",
16+
"@junobuild/functions": "^0.9.0",
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": "^3.0.0",
23+
"@junobuild/config": "^3.0.1",
2424
"@junobuild/nextjs-plugin": "^4.7.1",
2525
"@next/eslint-plugin-next": "16.0.0",
2626
"@tailwindcss/postcss": "^4.1.13",

templates/nextjs-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
},
1414
"dependencies": {
1515
"@junobuild/core": "^5.4.0",
16-
"@junobuild/functions": "^0.8.3",
16+
"@junobuild/functions": "^0.9.0",
1717
"next": "16.0.7",
1818
"react": "19.2.1",
1919
"react-dom": "19.2.1"
2020
},
2121
"devDependencies": {
22-
"@junobuild/config": "^3.0.0",
22+
"@junobuild/config": "^3.0.1",
2323
"@junobuild/nextjs-plugin": "^4.7.1",
2424
"@tailwindcss/postcss": "^4.1.13",
2525
"@types/node": "^24",

templates/react-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"dependencies": {
1616
"@junobuild/core": "^5.4.0",
17-
"@junobuild/functions": "^0.8.3",
17+
"@junobuild/functions": "^0.9.0",
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": "^3.0.0",
24+
"@junobuild/config": "^3.0.1",
2525
"@junobuild/vite-plugin": "^4.7.1",
2626
"@tailwindcss/postcss": "^4.1.13",
2727
"@tailwindcss/vite": "^4.1.13",

templates/react-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
},
1515
"dependencies": {
1616
"@junobuild/core": "^5.4.0",
17-
"@junobuild/functions": "^0.8.3",
17+
"@junobuild/functions": "^0.9.0",
1818
"react": "^19.2.1",
1919
"react-dom": "^19.2.1"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.34.0",
23-
"@junobuild/config": "^3.0.0",
23+
"@junobuild/config": "^3.0.1",
2424
"@junobuild/vite-plugin": "^4.7.1",
2525
"@tailwindcss/postcss": "^4.1.13",
2626
"@tailwindcss/vite": "^4.1.13",

templates/react-ts-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"dependencies": {
1616
"@junobuild/core": "^5.4.0",
17-
"@junobuild/functions": "^0.8.3",
17+
"@junobuild/functions": "^0.9.0",
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": "^3.0.0",
24+
"@junobuild/config": "^3.0.1",
2525
"@junobuild/vite-plugin": "^4.7.1",
2626
"@tailwindcss/postcss": "^4.1.13",
2727
"@tailwindcss/vite": "^4.1.13",

templates/react-ts-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
},
1515
"dependencies": {
1616
"@junobuild/core": "^5.4.0",
17-
"@junobuild/functions": "^0.8.3",
17+
"@junobuild/functions": "^0.9.0",
1818
"react": "^19.2.1",
1919
"react-dom": "^19.2.1"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.34.0",
23-
"@junobuild/config": "^3.0.0",
23+
"@junobuild/config": "^3.0.1",
2424
"@junobuild/vite-plugin": "^4.7.1",
2525
"@tailwindcss/postcss": "^4.1.13",
2626
"@tailwindcss/vite": "^4.1.13",

templates/sveltekit-example/package.json

Lines changed: 2 additions & 2 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": "^3.0.0",
18+
"@junobuild/config": "^3.0.1",
1919
"@junobuild/vite-plugin": "^4.7.1",
2020
"@sveltejs/adapter-static": "^3.0.9",
2121
"@sveltejs/kit": "^2.37.0",
@@ -42,7 +42,7 @@
4242
"type": "module",
4343
"dependencies": {
4444
"@junobuild/core": "^5.4.0",
45-
"@junobuild/functions": "^0.8.3",
45+
"@junobuild/functions": "^0.9.0",
4646
"nanoid": "^5.1.5"
4747
},
4848
"overrides": {

0 commit comments

Comments
 (0)