Skip to content

Commit b13307a

Browse files
build: last version of Juno libraries
1 parent a7b9e5e commit b13307a

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

templates/nextjs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-dom": "^18"
2020
},
2121
"devDependencies": {
22-
"@junobuild/config": "^0.0.7",
22+
"@junobuild/config": "^0.0.8",
2323
"@junobuild/nextjs-plugin": "^0.0.7",
2424
"@next/eslint-plugin-next": "^14.1.4",
2525
"@types/node": "^20",

templates/nextjs-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-dom": "^18"
1919
},
2020
"devDependencies": {
21-
"@junobuild/config": "^0.0.7",
21+
"@junobuild/config": "^0.0.8",
2222
"@junobuild/nextjs-plugin": "^0.0.7",
2323
"@next/eslint-plugin-next": "^14.1.4",
2424
"@types/node": "^20",

templates/react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-dom": "^18.2.0"
2020
},
2121
"devDependencies": {
22-
"@junobuild/config": "^0.0.7",
22+
"@junobuild/config": "^0.0.8",
2323
"@junobuild/vite-plugin": "^0.0.13",
2424
"@types/react": "^18.2.66",
2525
"@types/react-dom": "^18.2.22",

templates/react-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-dom": "^18.2.0"
1919
},
2020
"devDependencies": {
21-
"@junobuild/config": "^0.0.7",
21+
"@junobuild/config": "^0.0.8",
2222
"@junobuild/vite-plugin": "^0.0.13",
2323
"@types/react": "^18.2.66",
2424
"@types/react-dom": "^18.2.22",

templates/sveltekit-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"postinstall": "npm run postinstall:copy-auth"
1515
},
1616
"devDependencies": {
17-
"@junobuild/config": "^0.0.7",
17+
"@junobuild/config": "^0.0.8",
1818
"@junobuild/vite-plugin": "^0.0.13",
1919
"@sveltejs/kit": "^2.0.0",
2020
"@sveltejs/vite-plugin-svelte": "^3.0.0",

templates/sveltekit-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"postinstall": "npm run postinstall:copy-auth"
1515
},
1616
"devDependencies": {
17-
"@junobuild/config": "^0.0.7",
17+
"@junobuild/config": "^0.0.8",
1818
"@junobuild/vite-plugin": "^0.0.13",
1919
"@sveltejs/kit": "^2.0.0",
2020
"@sveltejs/vite-plugin-svelte": "^3.0.0",

templates/vanilla-js-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"postinstall": "npm run postinstall:copy-auth"
1313
},
1414
"devDependencies": {
15-
"@junobuild/config": "^0.0.6",
16-
"@junobuild/vite-plugin": "^0.0.12",
15+
"@junobuild/config": "^0.0.8",
16+
"@junobuild/vite-plugin": "^0.0.13",
1717
"autoprefixer": "^10.4.19",
1818
"prettier": "^3.2.5",
1919
"tailwindcss": "^3.4.3",
2020
"vite": "^5.2.0"
2121
},
2222
"dependencies": {
23-
"@junobuild/core": "^0.0.49",
23+
"@junobuild/core": "^0.0.51",
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
@@ -22,7 +22,7 @@
2222
"vue-router": "^4.3.0"
2323
},
2424
"devDependencies": {
25-
"@junobuild/config": "^0.0.7",
25+
"@junobuild/config": "^0.0.8",
2626
"@junobuild/vite-plugin": "^0.0.13",
2727
"@rushstack/eslint-patch": "^1.8.0",
2828
"@tsconfig/node20": "^20.1.4",

templates/vue-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"vue-router": "^4.3.0"
2222
},
2323
"devDependencies": {
24-
"@junobuild/config": "^0.0.7",
24+
"@junobuild/config": "^0.0.8",
2525
"@junobuild/vite-plugin": "^0.0.13",
2626
"@rushstack/eslint-patch": "^1.8.0",
2727
"@tsconfig/node20": "^20.1.4",

0 commit comments

Comments
 (0)