Skip to content

Commit 6196d22

Browse files
Merge branch 'main' into feat/skylab
2 parents bbffa38 + 0e4357c commit 6196d22

File tree

15 files changed

+54
-54
lines changed

15 files changed

+54
-54
lines changed

templates/angular-example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@angular/platform-browser": "^19.2.3",
2323
"@angular/platform-browser-dynamic": "^19.2.3",
2424
"@angular/router": "^19.2.3",
25-
"@junobuild/core": "^0.1.9",
26-
"@junobuild/functions": "^0.0.13",
25+
"@junobuild/core": "^0.1.11",
26+
"@junobuild/functions": "^0.0.15",
2727
"nanoid": "^5.1.5",
2828
"rxjs": "~7.8.2",
2929
"tslib": "^2.8.1",

templates/angular-starter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@angular/platform-browser": "^19.2.3",
2323
"@angular/platform-browser-dynamic": "^19.2.3",
2424
"@angular/router": "^19.2.3",
25-
"@junobuild/core": "^0.1.9",
26-
"@junobuild/functions": "^0.0.13",
25+
"@junobuild/core": "^0.1.11",
26+
"@junobuild/functions": "^0.0.15",
2727
"rxjs": "~7.8.2",
2828
"tslib": "^2.8.1",
2929
"zone.js": "^0.15.0"

templates/astro-starter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@astrojs/mdx": "^4.2.1",
1616
"@astrojs/rss": "^4.0.11",
1717
"@astrojs/sitemap": "^3.3.0",
18-
"@junobuild/config": "^0.1.3",
19-
"@junobuild/vite-plugin": "^2.0.0",
18+
"@junobuild/config": "^0.1.5",
19+
"@junobuild/vite-plugin": "^3.1.0",
2020
"@tailwindcss/vite": "^4.0.15",
2121
"astro": "^5.5.4",
2222
"prettier": "^3.5.3",

templates/nextjs-example/package.json

+4-4
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": "^0.1.9",
16-
"@junobuild/functions": "^0.0.13",
15+
"@junobuild/core": "^0.1.11",
16+
"@junobuild/functions": "^0.0.15",
1717
"nanoid": "^5.1.5",
1818
"next": "15.2.3",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"
2121
},
2222
"devDependencies": {
23-
"@junobuild/config": "^0.1.3",
24-
"@junobuild/nextjs-plugin": "^2.0.0",
23+
"@junobuild/config": "^0.1.5",
24+
"@junobuild/nextjs-plugin": "^3.1.0",
2525
"@next/eslint-plugin-next": "^15.2.3",
2626
"@tailwindcss/postcss": "^4.0.15",
2727
"@types/node": "^22",

templates/nextjs-starter/package.json

+4-4
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": "^0.1.9",
16-
"@junobuild/functions": "^0.0.13",
15+
"@junobuild/core": "^0.1.11",
16+
"@junobuild/functions": "^0.0.15",
1717
"next": "15.2.3",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"
2020
},
2121
"devDependencies": {
22-
"@junobuild/config": "^0.1.3",
23-
"@junobuild/nextjs-plugin": "^2.0.0",
22+
"@junobuild/config": "^0.1.5",
23+
"@junobuild/nextjs-plugin": "^3.1.0",
2424
"@tailwindcss/postcss": "^4.0.15",
2525
"@types/node": "^22",
2626
"@types/react": "^19",

templates/react-example/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^0.1.9",
17-
"@junobuild/functions": "^0.0.13",
16+
"@junobuild/core": "^0.1.11",
17+
"@junobuild/functions": "^0.0.15",
1818
"nanoid": "^5.1.5",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.23.0",
24-
"@junobuild/config": "^0.1.3",
25-
"@junobuild/vite-plugin": "^2.0.0",
24+
"@junobuild/config": "^0.1.5",
25+
"@junobuild/vite-plugin": "^3.1.0",
2626
"@tailwindcss/postcss": "^4.0.15",
2727
"@tailwindcss/vite": "^4.0.15",
2828
"@types/react": "19.0.12",

templates/react-starter/package.json

+4-4
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": "^0.1.9",
17-
"@junobuild/functions": "^0.0.13",
16+
"@junobuild/core": "^0.1.11",
17+
"@junobuild/functions": "^0.0.15",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.23.0",
23-
"@junobuild/config": "^0.1.3",
24-
"@junobuild/vite-plugin": "^2.0.0",
23+
"@junobuild/config": "^0.1.5",
24+
"@junobuild/vite-plugin": "^3.1.0",
2525
"@tailwindcss/postcss": "^4.0.15",
2626
"@tailwindcss/vite": "^4.0.15",
2727
"@types/react": "19.0.12",

templates/react-ts-example/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^0.1.9",
17-
"@junobuild/functions": "^0.0.13",
16+
"@junobuild/core": "^0.1.11",
17+
"@junobuild/functions": "^0.0.15",
1818
"nanoid": "^5.1.5",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.23.0",
24-
"@junobuild/config": "^0.1.3",
25-
"@junobuild/vite-plugin": "^2.0.0",
24+
"@junobuild/config": "^0.1.5",
25+
"@junobuild/vite-plugin": "^3.1.0",
2626
"@tailwindcss/postcss": "^4.0.15",
2727
"@tailwindcss/vite": "^4.0.15",
2828
"@types/react": "19.0.12",

templates/react-ts-starter/package.json

+4-4
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": "^0.1.9",
17-
"@junobuild/functions": "^0.0.13",
16+
"@junobuild/core": "^0.1.11",
17+
"@junobuild/functions": "^0.0.15",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.17.0",
23-
"@junobuild/config": "^0.1.3",
24-
"@junobuild/vite-plugin": "^2.0.0",
23+
"@junobuild/config": "^0.1.5",
24+
"@junobuild/vite-plugin": "^3.1.0",
2525
"@tailwindcss/postcss": "^4.0.0",
2626
"@tailwindcss/vite": "^4.0.6",
2727
"@types/react": "19.0.0",

templates/react-workshop/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^0.1.9",
17-
"@junobuild/functions": "^0.0.13",
16+
"@junobuild/core": "^0.1.11",
17+
"@junobuild/functions": "^0.0.15",
1818
"nanoid": "^5.1.5",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.23.0",
24-
"@junobuild/config": "^0.1.3",
25-
"@junobuild/vite-plugin": "^2.0.0",
24+
"@junobuild/config": "^0.1.5",
25+
"@junobuild/vite-plugin": "^3.1.0",
2626
"@tailwindcss/postcss": "^4.0.15",
2727
"@tailwindcss/vite": "^4.0.15",
2828
"@types/react": "19.0.12",

templates/sveltekit-example/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"postinstall": "npm run postinstall:copy-auth"
1616
},
1717
"devDependencies": {
18-
"@junobuild/config": "^0.1.3",
19-
"@junobuild/vite-plugin": "^2.0.0",
18+
"@junobuild/config": "^0.1.5",
19+
"@junobuild/vite-plugin": "^3.1.0",
2020
"@sveltejs/adapter-static": "^3.0.8",
2121
"@sveltejs/kit": "^2.20.2",
2222
"@sveltejs/vite-plugin-svelte": "^5.0.3",
@@ -41,8 +41,8 @@
4141
},
4242
"type": "module",
4343
"dependencies": {
44-
"@junobuild/core": "^0.1.9",
45-
"@junobuild/functions": "^0.0.13",
44+
"@junobuild/core": "^0.1.11",
45+
"@junobuild/functions": "^0.0.15",
4646
"nanoid": "^5.1.5"
4747
},
4848
"overrides": {

templates/sveltekit-starter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"postinstall": "npm run postinstall:copy-auth"
1616
},
1717
"devDependencies": {
18-
"@junobuild/config": "^0.1.3",
19-
"@junobuild/vite-plugin": "^2.0.0",
18+
"@junobuild/config": "^0.1.5",
19+
"@junobuild/vite-plugin": "^3.1.0",
2020
"@sveltejs/adapter-static": "^3.0.8",
2121
"@sveltejs/kit": "^2.20.2",
2222
"@sveltejs/vite-plugin-svelte": "^5.0.3",
@@ -44,7 +44,7 @@
4444
"cookie": "^0.7.0"
4545
},
4646
"dependencies": {
47-
"@junobuild/core": "^0.1.9",
48-
"@junobuild/functions": "^0.0.13"
47+
"@junobuild/core": "^0.1.11",
48+
"@junobuild/functions": "^0.0.15"
4949
}
5050
}

templates/vanilla-js-example/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"devDependencies": {
15-
"@junobuild/config": "^0.1.3",
16-
"@junobuild/vite-plugin": "^2.0.0",
15+
"@junobuild/config": "^0.1.5",
16+
"@junobuild/vite-plugin": "^3.1.0",
1717
"@tailwindcss/postcss": "^4.0.15",
1818
"@tailwindcss/vite": "^4.0.15",
1919
"prettier": "^3.5.3",
@@ -23,8 +23,8 @@
2323
"vite-plugin-node-polyfills": "^0.23.0"
2424
},
2525
"dependencies": {
26-
"@junobuild/core": "^0.1.9",
27-
"@junobuild/functions": "^0.0.13",
26+
"@junobuild/core": "^0.1.11",
27+
"@junobuild/functions": "^0.0.15",
2828
"nanoid": "^5.1.5"
2929
}
3030
}

templates/vue-example/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"postinstall": "npm run postinstall:copy-auth"
1717
},
1818
"dependencies": {
19-
"@junobuild/core": "^0.1.9",
20-
"@junobuild/functions": "^0.0.13",
19+
"@junobuild/core": "^0.1.11",
20+
"@junobuild/functions": "^0.0.15",
2121
"nanoid": "^5.1.5",
2222
"pinia": "^3.0.1",
2323
"vue": "^3.5.13",
2424
"vue-router": "^4.5.0"
2525
},
2626
"devDependencies": {
27-
"@junobuild/config": "^0.1.3",
28-
"@junobuild/vite-plugin": "^2.0.0",
27+
"@junobuild/config": "^0.1.5",
28+
"@junobuild/vite-plugin": "^3.1.0",
2929
"@tailwindcss/postcss": "^4.0.15",
3030
"@tailwindcss/vite": "^4.0.15",
3131
"@tsconfig/node22": "^22.0.0",

templates/vue-starter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"postinstall": "npm run postinstall:copy-auth"
1717
},
1818
"dependencies": {
19-
"@junobuild/core": "^0.1.9",
20-
"@junobuild/functions": "^0.0.13",
19+
"@junobuild/core": "^0.1.11",
20+
"@junobuild/functions": "^0.0.15",
2121
"pinia": "^3.0.1",
2222
"vue": "^3.5.13",
2323
"vue-router": "^4.5.0"
2424
},
2525
"devDependencies": {
26-
"@junobuild/config": "^0.1.3",
27-
"@junobuild/vite-plugin": "^2.0.0",
26+
"@junobuild/config": "^0.1.5",
27+
"@junobuild/vite-plugin": "^3.1.0",
2828
"@tailwindcss/postcss": "^4.0.15",
2929
"@tailwindcss/vite": "^4.0.15",
3030
"@tsconfig/node22": "^22.0.0",

0 commit comments

Comments
 (0)