Skip to content

Commit 5a5b58a

Browse files
feat: update latest Juno core
1 parent a16d203 commit 5a5b58a

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

templates/angular-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/platform-browser": "^19.0.3",
2323
"@angular/platform-browser-dynamic": "^19.0.3",
2424
"@angular/router": "^19.0.3",
25-
"@junobuild/core": "^0.1.3",
25+
"@junobuild/core": "^0.1.6",
2626
"nanoid": "^5.0.9",
2727
"rxjs": "~7.8.1",
2828
"tslib": "^2.8.1",

templates/angular-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/platform-browser": "^19.0.3",
2323
"@angular/platform-browser-dynamic": "^19.0.3",
2424
"@angular/router": "^19.0.3",
25-
"@junobuild/core": "^0.1.3",
25+
"@junobuild/core": "^0.1.6",
2626
"rxjs": "~7.8.1",
2727
"tslib": "^2.8.1",
2828
"zone.js": "^0.15.0"

templates/nextjs-example/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": "^0.1.3",
15+
"@junobuild/core": "^0.1.6",
1616
"nanoid": "^5.0.7",
1717
"next": "15.0.3",
1818
"react": "19.0.0-rc-66855b96-20241106",

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": "^0.1.3",
15+
"@junobuild/core": "^0.1.6",
1616
"next": "15.0.3",
1717
"react": "19.0.0-rc-66855b96-20241106",
1818
"react-dom": "19.0.0-rc-66855b96-20241106"

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": "^0.1.3",
16+
"@junobuild/core": "^0.1.6",
1717
"nanoid": "^5.0.9",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"

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": "^0.1.3",
16+
"@junobuild/core": "^0.1.6",
1717
"react": "19.0.0",
1818
"react-dom": "19.0.0"
1919
},

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": "^0.1.3",
16+
"@junobuild/core": "^0.1.6",
1717
"@junobuild/core-standalone": "^0.1.0",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"

templates/react-workshop/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": "^0.1.3",
16+
"@junobuild/core": "^0.1.6",
1717
"nanoid": "^5.0.9",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"

templates/sveltekit-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"type": "module",
4141
"dependencies": {
42-
"@junobuild/core": "^0.1.3",
42+
"@junobuild/core": "^0.1.6",
4343
"nanoid": "^5.0.9"
4444
},
4545
"overrides": {

templates/sveltekit-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"cookie": "^0.7.0"
4343
},
4444
"dependencies": {
45-
"@junobuild/core": "^0.1.3"
45+
"@junobuild/core": "^0.1.6"
4646
}
4747
}

templates/vanilla-js-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"vite-plugin-node-polyfills": "^0.23.0"
2222
},
2323
"dependencies": {
24-
"@junobuild/core": "^0.1.3",
24+
"@junobuild/core": "^0.1.6",
2525
"nanoid": "^5.0.9"
2626
}
2727
}

templates/vue-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"postinstall": "npm run postinstall:copy-auth"
1717
},
1818
"dependencies": {
19-
"@junobuild/core": "^0.1.3",
19+
"@junobuild/core": "^0.1.6",
2020
"nanoid": "^5.0.9",
2121
"pinia": "^2.3.1",
2222
"vue": "^3.5.13",

templates/vue-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"postinstall": "npm run postinstall:copy-auth"
1717
},
1818
"dependencies": {
19-
"@junobuild/core": "^0.1.3",
19+
"@junobuild/core": "^0.1.6",
2020
"pinia": "^2.3.1",
2121
"vue": "^3.5.13",
2222
"vue-router": "^4.5.0"

0 commit comments

Comments
 (0)