Skip to content

Commit ab103c1

Browse files
build: bump latest Juno libs in templates (which supports auth on id.ai) (#198)
Signed-off-by: David Dal Busco <[email protected]>
1 parent 5e33330 commit ab103c1

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

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.1",
27-
"@junobuild/functions": "^0.3.1",
26+
"@junobuild/core": "^2.2.0",
27+
"@junobuild/functions": "^0.3.2",
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.1",
27-
"@junobuild/functions": "^0.3.1",
26+
"@junobuild/core": "^2.2.0",
27+
"@junobuild/functions": "^0.3.2",
2828
"rxjs": "~7.8.2",
2929
"tslib": "^2.8.1",
3030
"zone.js": "^0.15.1"

templates/nextjs-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"dependencies": {
15-
"@junobuild/core": "^2.1.1",
16-
"@junobuild/functions": "^0.3.1",
15+
"@junobuild/core": "^2.2.0",
16+
"@junobuild/functions": "^0.3.2",
1717
"nanoid": "^5.1.5",
1818
"next": "15.5.2",
1919
"react": "19.1.1",

templates/nextjs-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"dependencies": {
15-
"@junobuild/core": "^2.1.1",
16-
"@junobuild/functions": "^0.3.1",
15+
"@junobuild/core": "^2.2.0",
16+
"@junobuild/functions": "^0.3.2",
1717
"next": "15.5.2",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1"

templates/react-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^2.1.1",
17-
"@junobuild/functions": "^0.3.1",
16+
"@junobuild/core": "^2.2.0",
17+
"@junobuild/functions": "^0.3.2",
1818
"nanoid": "^5.1.5",
1919
"react": "19.1.1",
2020
"react-dom": "19.1.1"

templates/react-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^2.1.1",
17-
"@junobuild/functions": "^0.3.1",
16+
"@junobuild/core": "^2.2.0",
17+
"@junobuild/functions": "^0.3.2",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1"
2020
},

templates/react-ts-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^2.1.1",
17-
"@junobuild/functions": "^0.3.1",
16+
"@junobuild/core": "^2.2.0",
17+
"@junobuild/functions": "^0.3.2",
1818
"nanoid": "^5.1.5",
1919
"react": "19.1.1",
2020
"react-dom": "19.1.1"

templates/react-ts-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^2.1.1",
17-
"@junobuild/functions": "^0.3.1",
16+
"@junobuild/core": "^2.2.0",
17+
"@junobuild/functions": "^0.3.2",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1"
2020
},

templates/sveltekit-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"type": "module",
4343
"dependencies": {
44-
"@junobuild/core": "^2.1.1",
45-
"@junobuild/functions": "^0.3.1",
44+
"@junobuild/core": "^2.2.0",
45+
"@junobuild/functions": "^0.3.2",
4646
"nanoid": "^5.1.5"
4747
},
4848
"overrides": {

templates/sveltekit-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"cookie": "^0.7.0"
4545
},
4646
"dependencies": {
47-
"@junobuild/core": "^2.1.1",
48-
"@junobuild/functions": "^0.3.1"
47+
"@junobuild/core": "^2.2.0",
48+
"@junobuild/functions": "^0.3.2"
4949
}
5050
}

0 commit comments

Comments
 (0)