Skip to content

Commit a1cbaf1

Browse files
build: update juno in templates
1 parent 182a1d8 commit a1cbaf1

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
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": "^17.3.0",
2323
"@angular/platform-browser-dynamic": "^17.3.0",
2424
"@angular/router": "^17.3.0",
25-
"@junobuild/core": "^0.0.51",
25+
"@junobuild/core": "^0.0.52",
2626
"nanoid": "^5.0.7",
2727
"rxjs": "~7.8.0",
2828
"tslib": "^2.3.0",

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": "^17.3.0",
2323
"@angular/platform-browser-dynamic": "^17.3.0",
2424
"@angular/router": "^17.3.0",
25-
"@junobuild/core": "^0.0.51",
25+
"@junobuild/core": "^0.0.52",
2626
"rxjs": "~7.8.0",
2727
"tslib": "^2.3.0",
2828
"zone.js": "~0.14.3"

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-peer": "^0.0.16",
15+
"@junobuild/core-peer": "^0.0.18",
1616
"nanoid": "^5.0.7",
1717
"next": "14.1.4",
1818
"react": "^18",

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-peer": "^0.0.16",
15+
"@junobuild/core-peer": "^0.0.18",
1616
"next": "14.1.4",
1717
"react": "^18",
1818
"react-dom": "^18"

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.0.51",
16+
"@junobuild/core": "^0.0.52",
1717
"nanoid": "^5.0.7",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.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.0.51",
16+
"@junobuild/core": "^0.0.52",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0"
1919
},

templates/sveltekit-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"type": "module",
3939
"dependencies": {
40-
"@junobuild/core-peer": "^0.0.16",
40+
"@junobuild/core-peer": "^0.0.18",
4141
"@sveltejs/adapter-static": "^3.0.1",
4242
"nanoid": "^5.0.7"
4343
}

templates/sveltekit-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"type": "module",
3939
"dependencies": {
40-
"@junobuild/core-peer": "^0.0.16",
40+
"@junobuild/core-peer": "^0.0.18",
4141
"@sveltejs/adapter-static": "^3.0.1"
4242
}
4343
}

templates/vanilla-js-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"vite": "^5.2.0"
2121
},
2222
"dependencies": {
23-
"@junobuild/core": "^0.0.51",
23+
"@junobuild/core": "^0.0.52",
2424
"nanoid": "^5.0.7"
2525
}
2626
}

templates/vue-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"postinstall": "npm run postinstall:copy-auth"
1616
},
1717
"dependencies": {
18-
"@junobuild/core": "^0.0.51",
18+
"@junobuild/core": "^0.0.52",
1919
"nanoid": "^5.0.7",
2020
"pinia": "^2.1.7",
2121
"vue": "^3.4.21",

templates/vue-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"postinstall": "npm run postinstall:copy-auth"
1616
},
1717
"dependencies": {
18-
"@junobuild/core": "^0.0.51",
18+
"@junobuild/core": "^0.0.52",
1919
"pinia": "^2.1.7",
2020
"vue": "^3.4.21",
2121
"vue-router": "^4.3.0"

0 commit comments

Comments
 (0)