Skip to content

Commit 122cd77

Browse files
build: bump Juno lib core to fix NextJS process.env (#187)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent f13ca8a commit 122cd77

13 files changed

Lines changed: 13 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": "^20.2.4",
2424
"@angular/platform-browser-dynamic": "^20.2.4",
2525
"@angular/router": "^20.2.4",
26-
"@junobuild/core": "^2.0.0",
26+
"@junobuild/core": "^2.0.1",
2727
"@junobuild/functions": "^0.2.7",
2828
"nanoid": "^5.1.5",
2929
"rxjs": "~7.8.2",

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": "^20.2.4",
2424
"@angular/platform-browser-dynamic": "^20.2.4",
2525
"@angular/router": "^20.2.4",
26-
"@junobuild/core": "^2.0.0",
26+
"@junobuild/core": "^2.0.1",
2727
"@junobuild/functions": "^0.2.7",
2828
"rxjs": "~7.8.2",
2929
"tslib": "^2.8.1",

templates/nextjs-example/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"dependencies": {
15-
"@junobuild/core": "^2.0.0",
15+
"@junobuild/core": "^2.0.1",
1616
"@junobuild/functions": "^0.2.7",
17-
"@junobuild/ic-client": "^3.0.0",
1817
"nanoid": "^5.1.5",
1918
"next": "15.5.2",
2019
"react": "19.1.1",

templates/nextjs-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"dependencies": {
15-
"@junobuild/core": "^2.0.0",
15+
"@junobuild/core": "^2.0.1",
1616
"@junobuild/functions": "^0.2.7",
1717
"next": "15.5.2",
1818
"react": "19.1.1",

templates/react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^2.0.0",
16+
"@junobuild/core": "^2.0.1",
1717
"@junobuild/functions": "^0.2.7",
1818
"nanoid": "^5.1.5",
1919
"react": "19.1.1",

templates/react-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^2.0.0",
16+
"@junobuild/core": "^2.0.1",
1717
"@junobuild/functions": "^0.2.7",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1"

templates/react-ts-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^2.0.0",
16+
"@junobuild/core": "^2.0.1",
1717
"@junobuild/functions": "^0.2.7",
1818
"nanoid": "^5.1.5",
1919
"react": "19.1.1",

templates/react-ts-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^2.0.0",
16+
"@junobuild/core": "^2.0.1",
1717
"@junobuild/functions": "^0.2.7",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1"

templates/sveltekit-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"type": "module",
4343
"dependencies": {
44-
"@junobuild/core": "^2.0.0",
44+
"@junobuild/core": "^2.0.1",
4545
"@junobuild/functions": "^0.2.7",
4646
"nanoid": "^5.1.5"
4747
},

templates/sveltekit-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"cookie": "^0.7.0"
4545
},
4646
"dependencies": {
47-
"@junobuild/core": "^2.0.0",
47+
"@junobuild/core": "^2.0.1",
4848
"@junobuild/functions": "^0.2.7"
4949
}
5050
}

0 commit comments

Comments
 (0)