Skip to content

Commit d0f5373

Browse files
feat: update Juno libraries in templates (#133)
* feat: update Juno libraries in templates * feat: update Juno libraries in templates
1 parent 34f2a98 commit d0f5373

15 files changed

Lines changed: 54 additions & 54 deletions

File tree

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": "^19.2.3",
2323
"@angular/platform-browser-dynamic": "^19.2.3",
2424
"@angular/router": "^19.2.3",
25-
"@junobuild/core": "^0.1.11",
26-
"@junobuild/functions": "^0.1.0",
25+
"@junobuild/core": "^0.1.15",
26+
"@junobuild/functions": "^0.1.1",
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": "^19.2.3",
2323
"@angular/platform-browser-dynamic": "^19.2.3",
2424
"@angular/router": "^19.2.3",
25-
"@junobuild/core": "^0.1.11",
26-
"@junobuild/functions": "^0.1.0",
25+
"@junobuild/core": "^0.1.15",
26+
"@junobuild/functions": "^0.1.1",
2727
"rxjs": "~7.8.2",
2828
"tslib": "^2.8.1",
2929
"zone.js": "^0.15.0"

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.2.1",
1616
"@astrojs/rss": "^4.0.11",
1717
"@astrojs/sitemap": "^3.3.0",
18-
"@junobuild/config": "^0.1.6",
19-
"@junobuild/vite-plugin": "^3.3.0",
18+
"@junobuild/config": "^0.1.8",
19+
"@junobuild/vite-plugin": "^3.4.0",
2020
"@tailwindcss/vite": "^4.0.15",
2121
"astro": "^5.5.4",
2222
"prettier": "^3.5.3",

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": "^0.1.11",
16-
"@junobuild/functions": "^0.1.0",
15+
"@junobuild/core": "^0.1.15",
16+
"@junobuild/functions": "^0.1.1",
1717
"nanoid": "^5.1.5",
1818
"next": "15.2.3",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"
2121
},
2222
"devDependencies": {
23-
"@junobuild/config": "^0.1.6",
24-
"@junobuild/nextjs-plugin": "^3.3.0",
23+
"@junobuild/config": "^0.1.8",
24+
"@junobuild/nextjs-plugin": "^3.4.0",
2525
"@next/eslint-plugin-next": "^15.2.3",
2626
"@tailwindcss/postcss": "^4.0.15",
2727
"@types/node": "^22",

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": "^0.1.11",
16-
"@junobuild/functions": "^0.1.0",
15+
"@junobuild/core": "^0.1.15",
16+
"@junobuild/functions": "^0.1.1",
1717
"next": "15.2.3",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"
2020
},
2121
"devDependencies": {
22-
"@junobuild/config": "^0.1.6",
23-
"@junobuild/nextjs-plugin": "^3.3.0",
22+
"@junobuild/config": "^0.1.8",
23+
"@junobuild/nextjs-plugin": "^3.4.0",
2424
"@tailwindcss/postcss": "^4.0.15",
2525
"@types/node": "^22",
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": "^0.1.11",
17-
"@junobuild/functions": "^0.1.0",
16+
"@junobuild/core": "^0.1.15",
17+
"@junobuild/functions": "^0.1.1",
1818
"nanoid": "^5.1.5",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.23.0",
24-
"@junobuild/config": "^0.1.6",
25-
"@junobuild/vite-plugin": "^3.3.0",
24+
"@junobuild/config": "^0.1.8",
25+
"@junobuild/vite-plugin": "^3.4.0",
2626
"@tailwindcss/postcss": "^4.0.15",
2727
"@tailwindcss/vite": "^4.0.15",
2828
"@types/react": "19.0.12",

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": "^0.1.11",
17-
"@junobuild/functions": "^0.1.0",
16+
"@junobuild/core": "^0.1.15",
17+
"@junobuild/functions": "^0.1.1",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.23.0",
23-
"@junobuild/config": "^0.1.6",
24-
"@junobuild/vite-plugin": "^3.3.0",
23+
"@junobuild/config": "^0.1.8",
24+
"@junobuild/vite-plugin": "^3.4.0",
2525
"@tailwindcss/postcss": "^4.0.15",
2626
"@tailwindcss/vite": "^4.0.15",
2727
"@types/react": "19.0.12",

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": "^0.1.11",
17-
"@junobuild/functions": "^0.1.0",
16+
"@junobuild/core": "^0.1.15",
17+
"@junobuild/functions": "^0.1.1",
1818
"nanoid": "^5.1.5",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.23.0",
24-
"@junobuild/config": "^0.1.6",
25-
"@junobuild/vite-plugin": "^3.3.0",
24+
"@junobuild/config": "^0.1.8",
25+
"@junobuild/vite-plugin": "^3.4.0",
2626
"@tailwindcss/postcss": "^4.0.15",
2727
"@tailwindcss/vite": "^4.0.15",
2828
"@types/react": "19.0.12",

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": "^0.1.11",
17-
"@junobuild/functions": "^0.1.0",
16+
"@junobuild/core": "^0.1.15",
17+
"@junobuild/functions": "^0.1.1",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.17.0",
23-
"@junobuild/config": "^0.1.6",
24-
"@junobuild/vite-plugin": "^3.3.0",
23+
"@junobuild/config": "^0.1.8",
24+
"@junobuild/vite-plugin": "^3.4.0",
2525
"@tailwindcss/postcss": "^4.0.0",
2626
"@tailwindcss/vite": "^4.0.6",
2727
"@types/react": "19.0.0",

templates/react-workshop/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": "^0.1.11",
17-
"@junobuild/functions": "^0.1.0",
16+
"@junobuild/core": "^0.1.15",
17+
"@junobuild/functions": "^0.1.1",
1818
"nanoid": "^5.1.5",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.23.0",
24-
"@junobuild/config": "^0.1.6",
25-
"@junobuild/vite-plugin": "^3.3.0",
24+
"@junobuild/config": "^0.1.8",
25+
"@junobuild/vite-plugin": "^3.4.0",
2626
"@tailwindcss/postcss": "^4.0.15",
2727
"@tailwindcss/vite": "^4.0.15",
2828
"@types/react": "19.0.12",

0 commit comments

Comments
 (0)