Skip to content

Commit ee25939

Browse files
build: bump latest libs released in Juno v54 (#163)
1 parent 2e0135f commit ee25939

File tree

14 files changed

+50
-50
lines changed

14 files changed

+50
-50
lines changed

templates/angular-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@angular/platform-browser": "^20.0.5",
2323
"@angular/platform-browser-dynamic": "^20.0.5",
2424
"@angular/router": "^20.0.5",
25-
"@junobuild/core": "^1.0.3",
26-
"@junobuild/functions": "^0.2.6",
25+
"@junobuild/core": "^1.1.1",
26+
"@junobuild/functions": "^0.2.7",
2727
"nanoid": "^5.1.5",
2828
"rxjs": "~7.8.2",
2929
"tslib": "^2.8.1",

templates/angular-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@angular/platform-browser": "^20.0.5",
2323
"@angular/platform-browser-dynamic": "^20.0.5",
2424
"@angular/router": "^20.0.5",
25-
"@junobuild/core": "^1.0.3",
26-
"@junobuild/functions": "^0.2.6",
25+
"@junobuild/core": "^1.1.1",
26+
"@junobuild/functions": "^0.2.7",
2727
"rxjs": "~7.8.2",
2828
"tslib": "^2.8.1",
2929
"zone.js": "^0.15.1"

templates/astro-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@astrojs/mdx": "^4.3.0",
1616
"@astrojs/rss": "^4.0.12",
1717
"@astrojs/sitemap": "^3.4.1",
18-
"@junobuild/config": "^1.0.1",
19-
"@junobuild/vite-plugin": "^4.1.2",
18+
"@junobuild/config": "^2.0.0",
19+
"@junobuild/vite-plugin": "^4.1.4",
2020
"@tailwindcss/vite": "^4.1.10",
2121
"astro": "^5.10.1",
2222
"prettier": "^3.6.1",

templates/nextjs-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"dependencies": {
15-
"@junobuild/core": "^1.0.3",
16-
"@junobuild/functions": "^0.2.6",
15+
"@junobuild/core": "^1.1.1",
16+
"@junobuild/functions": "^0.2.7",
1717
"nanoid": "^5.1.5",
1818
"next": "15.3.4",
1919
"react": "19.1.0",
2020
"react-dom": "19.1.0"
2121
},
2222
"devDependencies": {
23-
"@junobuild/config": "^1.0.1",
24-
"@junobuild/nextjs-plugin": "^4.1.2",
23+
"@junobuild/config": "^2.0.0",
24+
"@junobuild/nextjs-plugin": "^4.1.4",
2525
"@next/eslint-plugin-next": "^15.3.4",
2626
"@tailwindcss/postcss": "^4.1.10",
2727
"@types/node": "^24",

templates/nextjs-starter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"dependencies": {
15-
"@junobuild/core": "^1.0.3",
16-
"@junobuild/functions": "^0.2.6",
15+
"@junobuild/core": "^1.1.1",
16+
"@junobuild/functions": "^0.2.7",
1717
"next": "15.3.4",
1818
"react": "19.1.0",
1919
"react-dom": "19.1.0"
2020
},
2121
"devDependencies": {
22-
"@junobuild/config": "^1.0.1",
23-
"@junobuild/nextjs-plugin": "^4.1.2",
22+
"@junobuild/config": "^2.0.0",
23+
"@junobuild/nextjs-plugin": "^4.1.4",
2424
"@tailwindcss/postcss": "^4.1.10",
2525
"@types/node": "^24",
2626
"@types/react": "^19",

templates/react-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^1.0.3",
17-
"@junobuild/functions": "^0.2.6",
16+
"@junobuild/core": "^1.1.1",
17+
"@junobuild/functions": "^0.2.7",
1818
"nanoid": "^5.1.5",
1919
"react": "19.1.0",
2020
"react-dom": "19.1.0"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.29.0",
24-
"@junobuild/config": "^1.0.1",
25-
"@junobuild/vite-plugin": "^4.1.2",
24+
"@junobuild/config": "^2.0.0",
25+
"@junobuild/vite-plugin": "^4.1.4",
2626
"@tailwindcss/postcss": "^4.1.10",
2727
"@tailwindcss/vite": "^4.1.10",
2828
"@types/react": "19.1.8",

templates/react-starter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^1.0.3",
17-
"@junobuild/functions": "^0.2.6",
16+
"@junobuild/core": "^1.1.1",
17+
"@junobuild/functions": "^0.2.7",
1818
"react": "19.1.0",
1919
"react-dom": "19.1.0"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.29.0",
23-
"@junobuild/config": "^1.0.1",
24-
"@junobuild/vite-plugin": "^4.1.2",
23+
"@junobuild/config": "^2.0.0",
24+
"@junobuild/vite-plugin": "^4.1.4",
2525
"@tailwindcss/postcss": "^4.1.10",
2626
"@tailwindcss/vite": "^4.1.10",
2727
"@types/react": "19.1.8",

templates/react-ts-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^1.0.3",
17-
"@junobuild/functions": "^0.2.6",
16+
"@junobuild/core": "^1.1.1",
17+
"@junobuild/functions": "^0.2.7",
1818
"nanoid": "^5.1.5",
1919
"react": "19.1.0",
2020
"react-dom": "19.1.0"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.29.0",
24-
"@junobuild/config": "^1.0.1",
25-
"@junobuild/vite-plugin": "^4.1.2",
24+
"@junobuild/config": "^2.0.0",
25+
"@junobuild/vite-plugin": "^4.1.4",
2626
"@tailwindcss/postcss": "^4.1.10",
2727
"@tailwindcss/vite": "^4.1.10",
2828
"@types/react": "19.1.8",

templates/react-ts-starter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"postinstall": "npm run postinstall:copy-auth"
1414
},
1515
"dependencies": {
16-
"@junobuild/core": "^1.0.3",
17-
"@junobuild/functions": "^0.2.6",
16+
"@junobuild/core": "^1.1.1",
17+
"@junobuild/functions": "^0.2.7",
1818
"react": "19.1.0",
1919
"react-dom": "19.1.0"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.29.0",
23-
"@junobuild/config": "^1.0.1",
24-
"@junobuild/vite-plugin": "^4.1.2",
23+
"@junobuild/config": "^2.0.0",
24+
"@junobuild/vite-plugin": "^4.1.4",
2525
"@tailwindcss/postcss": "^4.1.10",
2626
"@tailwindcss/vite": "^4.1.10",
2727
"@types/react": "19.1.8",

templates/sveltekit-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"postinstall": "npm run postinstall:copy-auth"
1616
},
1717
"devDependencies": {
18-
"@junobuild/config": "^1.0.1",
19-
"@junobuild/vite-plugin": "^4.1.2",
18+
"@junobuild/config": "^2.0.0",
19+
"@junobuild/vite-plugin": "^4.1.4",
2020
"@sveltejs/adapter-static": "^3.0.8",
2121
"@sveltejs/kit": "^2.22.1",
2222
"@sveltejs/vite-plugin-svelte": "^5.1.0",
@@ -41,8 +41,8 @@
4141
},
4242
"type": "module",
4343
"dependencies": {
44-
"@junobuild/core": "^1.0.3",
45-
"@junobuild/functions": "^0.2.6",
44+
"@junobuild/core": "^1.1.1",
45+
"@junobuild/functions": "^0.2.7",
4646
"nanoid": "^5.1.5"
4747
},
4848
"overrides": {

0 commit comments

Comments
 (0)