Skip to content

Commit 9310394

Browse files
build: bump config to support Podman runner with Intelissense (#149)
1 parent e727ed4 commit 9310394

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

templates/astro-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/mdx": "^4.3.0",
1616
"@astrojs/rss": "^4.0.12",
1717
"@astrojs/sitemap": "^3.4.1",
18-
"@junobuild/config": "^0.3.0",
18+
"@junobuild/config": "^0.3.1",
1919
"@junobuild/vite-plugin": "^3.4.0",
2020
"@tailwindcss/vite": "^4.1.10",
2121
"astro": "^5.10.1",

templates/nextjs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-dom": "19.1.0"
2121
},
2222
"devDependencies": {
23-
"@junobuild/config": "^0.3.0",
23+
"@junobuild/config": "^0.3.1",
2424
"@junobuild/nextjs-plugin": "^3.4.0",
2525
"@next/eslint-plugin-next": "^15.3.4",
2626
"@tailwindcss/postcss": "^4.1.10",

templates/nextjs-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-dom": "19.1.0"
2020
},
2121
"devDependencies": {
22-
"@junobuild/config": "^0.3.0",
22+
"@junobuild/config": "^0.3.1",
2323
"@junobuild/nextjs-plugin": "^3.4.0",
2424
"@tailwindcss/postcss": "^4.1.10",
2525
"@types/node": "^24",

templates/react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.29.0",
24-
"@junobuild/config": "^0.3.0",
24+
"@junobuild/config": "^0.3.1",
2525
"@junobuild/vite-plugin": "^3.4.0",
2626
"@tailwindcss/postcss": "^4.1.10",
2727
"@tailwindcss/vite": "^4.1.10",

templates/react-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.29.0",
23-
"@junobuild/config": "^0.3.0",
23+
"@junobuild/config": "^0.3.1",
2424
"@junobuild/vite-plugin": "^3.4.0",
2525
"@tailwindcss/postcss": "^4.1.10",
2626
"@tailwindcss/vite": "^4.1.10",

templates/react-ts-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.29.0",
24-
"@junobuild/config": "^0.3.0",
24+
"@junobuild/config": "^0.3.1",
2525
"@junobuild/vite-plugin": "^3.4.0",
2626
"@tailwindcss/postcss": "^4.1.10",
2727
"@tailwindcss/vite": "^4.1.10",

templates/react-ts-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.29.0",
23-
"@junobuild/config": "^0.3.0",
23+
"@junobuild/config": "^0.3.1",
2424
"@junobuild/vite-plugin": "^3.4.0",
2525
"@tailwindcss/postcss": "^4.1.10",
2626
"@tailwindcss/vite": "^4.1.10",

templates/sveltekit-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
"devDependencies": {
18-
"@junobuild/config": "^0.3.0",
18+
"@junobuild/config": "^0.3.1",
1919
"@junobuild/vite-plugin": "^3.4.0",
2020
"@sveltejs/adapter-static": "^3.0.8",
2121
"@sveltejs/kit": "^2.22.1",

templates/sveltekit-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
"devDependencies": {
18-
"@junobuild/config": "^0.3.0",
18+
"@junobuild/config": "^0.3.1",
1919
"@junobuild/vite-plugin": "^3.4.0",
2020
"@sveltejs/adapter-static": "^3.0.8",
2121
"@sveltejs/kit": "^2.22.1",

templates/vanilla-js-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
"devDependencies": {
15-
"@junobuild/config": "^0.3.0",
15+
"@junobuild/config": "^0.3.1",
1616
"@junobuild/vite-plugin": "^3.4.0",
1717
"@tailwindcss/postcss": "^4.1.10",
1818
"@tailwindcss/vite": "^4.1.10",

0 commit comments

Comments
 (0)