Skip to content

Commit c5b0a45

Browse files
chore: bump latest juno libs (#197)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 2b97b9c commit c5b0a45

14 files changed

Lines changed: 38 additions & 38 deletions

File tree

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": "^20.2.4",
2424
"@angular/platform-browser-dynamic": "^20.2.4",
2525
"@angular/router": "^20.2.4",
26-
"@junobuild/core": "^2.1.0",
27-
"@junobuild/functions": "^0.3.0",
26+
"@junobuild/core": "^2.1.1",
27+
"@junobuild/functions": "^0.3.1",
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": "^20.2.4",
2424
"@angular/platform-browser-dynamic": "^20.2.4",
2525
"@angular/router": "^20.2.4",
26-
"@junobuild/core": "^2.1.0",
27-
"@junobuild/functions": "^0.3.0",
26+
"@junobuild/core": "^2.1.1",
27+
"@junobuild/functions": "^0.3.1",
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.4",
1616
"@astrojs/rss": "^4.0.12",
1717
"@astrojs/sitemap": "^3.5.1",
18-
"@junobuild/config": "^2.1.0",
18+
"@junobuild/config": "^2.1.1",
1919
"@junobuild/vite-plugin": "^4.1.5",
2020
"@tailwindcss/vite": "^4.1.13",
2121
"astro": "^5.13.5",

templates/nextjs-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"dependencies": {
15-
"@junobuild/core": "^2.1.0",
16-
"@junobuild/functions": "^0.3.0",
15+
"@junobuild/core": "^2.1.1",
16+
"@junobuild/functions": "^0.3.1",
1717
"nanoid": "^5.1.5",
1818
"next": "15.5.2",
1919
"react": "19.1.1",
2020
"react-dom": "19.1.1"
2121
},
2222
"devDependencies": {
2323
"@eslint/eslintrc": "^3.3.1",
24-
"@junobuild/config": "^2.1.0",
24+
"@junobuild/config": "^2.1.1",
2525
"@junobuild/nextjs-plugin": "^4.1.5",
2626
"@next/eslint-plugin-next": "^15.5.2",
2727
"@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,15 +12,15 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"dependencies": {
15-
"@junobuild/core": "^2.1.0",
16-
"@junobuild/functions": "^0.3.0",
15+
"@junobuild/core": "^2.1.1",
16+
"@junobuild/functions": "^0.3.1",
1717
"next": "15.5.2",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1"
2020
},
2121
"devDependencies": {
2222
"@eslint/eslintrc": "^3.3.1",
23-
"@junobuild/config": "^2.1.0",
23+
"@junobuild/config": "^2.1.1",
2424
"@junobuild/nextjs-plugin": "^4.1.5",
2525
"@tailwindcss/postcss": "^4.1.13",
2626
"@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": "^2.1.0",
17-
"@junobuild/functions": "^0.3.0",
16+
"@junobuild/core": "^2.1.1",
17+
"@junobuild/functions": "^0.3.1",
1818
"nanoid": "^5.1.5",
1919
"react": "19.1.1",
2020
"react-dom": "19.1.1"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.34.0",
24-
"@junobuild/config": "^2.1.0",
24+
"@junobuild/config": "^2.1.1",
2525
"@junobuild/vite-plugin": "^4.1.5",
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": "^2.1.0",
17-
"@junobuild/functions": "^0.3.0",
16+
"@junobuild/core": "^2.1.1",
17+
"@junobuild/functions": "^0.3.1",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.34.0",
23-
"@junobuild/config": "^2.1.0",
23+
"@junobuild/config": "^2.1.1",
2424
"@junobuild/vite-plugin": "^4.1.5",
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": "^2.1.0",
17-
"@junobuild/functions": "^0.3.0",
16+
"@junobuild/core": "^2.1.1",
17+
"@junobuild/functions": "^0.3.1",
1818
"nanoid": "^5.1.5",
1919
"react": "19.1.1",
2020
"react-dom": "19.1.1"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.34.0",
24-
"@junobuild/config": "^2.1.0",
24+
"@junobuild/config": "^2.1.1",
2525
"@junobuild/vite-plugin": "^4.1.5",
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": "^2.1.0",
17-
"@junobuild/functions": "^0.3.0",
16+
"@junobuild/core": "^2.1.1",
17+
"@junobuild/functions": "^0.3.1",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.34.0",
23-
"@junobuild/config": "^2.1.0",
23+
"@junobuild/config": "^2.1.1",
2424
"@junobuild/vite-plugin": "^4.1.5",
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.1.0",
18+
"@junobuild/config": "^2.1.1",
1919
"@junobuild/vite-plugin": "^4.1.5",
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": "^2.1.0",
45-
"@junobuild/functions": "^0.3.0",
44+
"@junobuild/core": "^2.1.1",
45+
"@junobuild/functions": "^0.3.1",
4646
"nanoid": "^5.1.5"
4747
},
4848
"overrides": {

0 commit comments

Comments
 (0)