Skip to content

Commit bc235c3

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

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

templates/angular-example/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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": {

0 commit comments

Comments
 (0)