Skip to content

Commit

Permalink
Update astro monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent f6aed17 commit 268d68c
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions src/template-js-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/alpinejs": "0.4.2",
"@astrojs/alpinejs": "0.4.3",
"alpinejs": "3.14.8",
"astro": "5.1.8"
"astro": "5.1.9"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion src/template-js-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
"astro": "5.1.8"
"astro": "5.1.9"
}
}
2 changes: 1 addition & 1 deletion src/template-js-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@astrojs/mdx": "4.0.7",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"astro": "5.1.8"
"astro": "5.1.9"
}
}
2 changes: 1 addition & 1 deletion src/template-js-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "4.0.3",
"@astrojs/react": "4.1.6",
"astro": "5.1.8"
"astro": "5.1.9"
}
}
2 changes: 1 addition & 1 deletion src/template-js-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@astrojs/mdx": "4.0.7",
"@astrojs/preact": "4.0.3",
"astro": "5.1.8",
"astro": "5.1.9",
"preact": "10.25.4"
}
}
2 changes: 1 addition & 1 deletion src/template-js-portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "4.0.3",
"astro": "5.1.8",
"astro": "5.1.9",
"sass": "1.83.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/template-js-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/react": "4.1.6",
"astro": "5.1.8"
"astro": "5.1.9"
},
"dependencies": {
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/template-js-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "5.0.4",
"astro": "5.1.8"
"astro": "5.1.9"
},
"dependencies": {
"solid-js": "1.9.4"
Expand Down
2 changes: 1 addition & 1 deletion src/template-js-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/svelte": "7.0.4",
"astro": "5.1.8"
"astro": "5.1.9"
},
"dependencies": {
"svelte": "5.19.2"
Expand Down
2 changes: 1 addition & 1 deletion src/template-js-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "5.1.5",
"astro": "5.1.8",
"astro": "5.1.9",
"autoprefixer": "10.4.20",
"canvas-confetti": "1.9.3",
"postcss": "8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/template-js-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/vue": "5.0.6",
"astro": "5.1.8"
"astro": "5.1.9"
},
"dependencies": {
"vue": "3.5.13"
Expand Down
4 changes: 2 additions & 2 deletions src/template-ts-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/alpinejs": "0.4.2",
"@astrojs/alpinejs": "0.4.3",
"@types/alpinejs": "3.13.11",
"alpinejs": "3.14.8",
"astro": "5.1.8"
"astro": "5.1.9"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion src/template-ts-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
"astro": "5.1.8"
"astro": "5.1.9"
}
}
2 changes: 1 addition & 1 deletion src/template-ts-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@astrojs/mdx": "4.0.7",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"astro": "5.1.8"
"astro": "5.1.9"
}
}
2 changes: 1 addition & 1 deletion src/template-ts-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"devDependencies": {
"@astrojs/preact": "4.0.3",
"@astrojs/react": "4.1.6",
"astro": "5.1.8"
"astro": "5.1.9"
}
}
2 changes: 1 addition & 1 deletion src/template-ts-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@astrojs/mdx": "4.0.7",
"@astrojs/preact": "4.0.3",
"astro": "5.1.8",
"astro": "5.1.9",
"preact": "10.25.4"
}
}
2 changes: 1 addition & 1 deletion src/template-ts-portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "4.0.3",
"astro": "5.1.8",
"astro": "5.1.9",
"sass": "1.83.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/template-ts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@astrojs/react": "4.1.6",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"astro": "5.1.8"
"astro": "5.1.9"
},
"dependencies": {
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/template-ts-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "5.0.4",
"astro": "5.1.8"
"astro": "5.1.9"
},
"dependencies": {
"solid-js": "1.9.4"
Expand Down
2 changes: 1 addition & 1 deletion src/template-ts-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/svelte": "7.0.4",
"astro": "5.1.8"
"astro": "5.1.9"
},
"dependencies": {
"svelte": "5.19.2"
Expand Down
2 changes: 1 addition & 1 deletion src/template-ts-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "5.1.5",
"astro": "5.1.8",
"astro": "5.1.9",
"autoprefixer": "10.4.20",
"canvas-confetti": "1.9.3",
"postcss": "8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/template-ts-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/vue": "5.0.6",
"astro": "5.1.8"
"astro": "5.1.9"
},
"dependencies": {
"vue": "3.5.13"
Expand Down

0 comments on commit 268d68c

Please sign in to comment.