Skip to content

Commit bc235c3

Browse files
feat: update junobuild functions v0.1.0 in the templates (#132)
1 parent 6cecc03 commit bc235c3

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

templates/angular-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular/platform-browser-dynamic": "^19.2.3",
2424
"@angular/router": "^19.2.3",
2525
"@junobuild/core": "^0.1.11",
26-
"@junobuild/functions": "^0.0.15",
26+
"@junobuild/functions": "^0.1.0",
2727
"nanoid": "^5.1.5",
2828
"rxjs": "~7.8.2",
2929
"tslib": "^2.8.1",

templates/angular-starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular/platform-browser-dynamic": "^19.2.3",
2424
"@angular/router": "^19.2.3",
2525
"@junobuild/core": "^0.1.11",
26-
"@junobuild/functions": "^0.0.15",
26+
"@junobuild/functions": "^0.1.0",
2727
"rxjs": "~7.8.2",
2828
"tslib": "^2.8.1",
2929
"zone.js": "^0.15.0"

templates/nextjs-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@junobuild/core": "^0.1.11",
16-
"@junobuild/functions": "^0.0.15",
16+
"@junobuild/functions": "^0.1.0",
1717
"nanoid": "^5.1.5",
1818
"next": "15.2.3",
1919
"react": "19.0.0",

templates/nextjs-starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@junobuild/core": "^0.1.11",
16-
"@junobuild/functions": "^0.0.15",
16+
"@junobuild/functions": "^0.1.0",
1717
"next": "15.2.3",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"

templates/react-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@junobuild/core": "^0.1.11",
17-
"@junobuild/functions": "^0.0.15",
17+
"@junobuild/functions": "^0.1.0",
1818
"nanoid": "^5.1.5",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"

templates/react-starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@junobuild/core": "^0.1.11",
17-
"@junobuild/functions": "^0.0.15",
17+
"@junobuild/functions": "^0.1.0",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"
2020
},

templates/react-ts-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@junobuild/core": "^0.1.11",
17-
"@junobuild/functions": "^0.0.15",
17+
"@junobuild/functions": "^0.1.0",
1818
"nanoid": "^5.1.5",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"

templates/react-ts-starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@junobuild/core": "^0.1.11",
17-
"@junobuild/functions": "^0.0.15",
17+
"@junobuild/functions": "^0.1.0",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"
2020
},

templates/react-workshop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@junobuild/core": "^0.1.11",
17-
"@junobuild/functions": "^0.0.15",
17+
"@junobuild/functions": "^0.1.0",
1818
"nanoid": "^5.1.5",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"

templates/sveltekit-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"type": "module",
4343
"dependencies": {
4444
"@junobuild/core": "^0.1.11",
45-
"@junobuild/functions": "^0.0.15",
45+
"@junobuild/functions": "^0.1.0",
4646
"nanoid": "^5.1.5"
4747
},
4848
"overrides": {

templates/sveltekit-starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
},
4646
"dependencies": {
4747
"@junobuild/core": "^0.1.11",
48-
"@junobuild/functions": "^0.0.15"
48+
"@junobuild/functions": "^0.1.0"
4949
}
5050
}

templates/vanilla-js-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@junobuild/core": "^0.1.11",
27-
"@junobuild/functions": "^0.0.15",
27+
"@junobuild/functions": "^0.1.0",
2828
"nanoid": "^5.1.5"
2929
}
3030
}

templates/vue-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@junobuild/core": "^0.1.11",
20-
"@junobuild/functions": "^0.0.15",
20+
"@junobuild/functions": "^0.1.0",
2121
"nanoid": "^5.1.5",
2222
"pinia": "^3.0.1",
2323
"vue": "^3.5.13",

templates/vue-starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@junobuild/core": "^0.1.11",
20-
"@junobuild/functions": "^0.0.15",
20+
"@junobuild/functions": "^0.1.0",
2121
"pinia": "^3.0.1",
2222
"vue": "^3.5.13",
2323
"vue-router": "^4.5.0"

0 commit comments

Comments
 (0)