Skip to content

Commit

Permalink
Update astro monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 28, 2024
1 parent e0490ff commit 959080d
Show file tree
Hide file tree
Showing 22 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion src/template-js-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@astrojs/alpinejs": "0.4.0",
"alpinejs": "3.14.1",
"astro": "4.14.5"
"astro": "4.14.6"
},
"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": "4.14.5"
"astro": "4.14.6"
}
}
4 changes: 2 additions & 2 deletions src/template-js-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/mdx": "3.1.4",
"@astrojs/mdx": "3.1.5",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"astro": "4.14.5"
"astro": "4.14.6"
}
}
4 changes: 2 additions & 2 deletions src/template-js-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@astrojs/preact": "3.5.1",
"@astrojs/preact": "3.5.2",
"@astrojs/react": "3.6.2",
"astro": "4.14.5"
"astro": "4.14.6"
}
}
6 changes: 3 additions & 3 deletions src/template-js-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/mdx": "3.1.4",
"@astrojs/preact": "3.5.1",
"astro": "4.14.5",
"@astrojs/mdx": "3.1.5",
"@astrojs/preact": "3.5.2",
"astro": "4.14.6",
"preact": "10.23.2"
}
}
4 changes: 2 additions & 2 deletions src/template-js-portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/preact": "3.5.1",
"astro": "4.14.5",
"@astrojs/preact": "3.5.2",
"astro": "4.14.6",
"sass": "1.77.8"
},
"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": "3.6.2",
"astro": "4.14.5"
"astro": "4.14.6"
},
"dependencies": {
"react": "18.3.1",
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": "4.4.1",
"astro": "4.14.5"
"astro": "4.14.6"
},
"dependencies": {
"solid-js": "1.8.22"
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": "5.7.0",
"astro": "4.14.5"
"astro": "4.14.6"
},
"dependencies": {
"svelte": "4.2.19"
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.0",
"astro": "4.14.5",
"astro": "4.14.6",
"autoprefixer": "10.4.20",
"canvas-confetti": "1.9.3",
"postcss": "8.4.41",
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": "4.5.0",
"astro": "4.14.5"
"astro": "4.14.6"
},
"dependencies": {
"vue": "3.4.38"
Expand Down
2 changes: 1 addition & 1 deletion src/template-ts-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@astrojs/alpinejs": "0.4.0",
"@types/alpinejs": "3.13.10",
"alpinejs": "3.14.1",
"astro": "4.14.5"
"astro": "4.14.6"
},
"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": "4.14.5"
"astro": "4.14.6"
}
}
4 changes: 2 additions & 2 deletions src/template-ts-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/mdx": "3.1.4",
"@astrojs/mdx": "3.1.5",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"astro": "4.14.5"
"astro": "4.14.6"
}
}
4 changes: 2 additions & 2 deletions src/template-ts-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@astrojs/preact": "3.5.1",
"@astrojs/preact": "3.5.2",
"@astrojs/react": "3.6.2",
"astro": "4.14.5"
"astro": "4.14.6"
}
}
6 changes: 3 additions & 3 deletions src/template-ts-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/mdx": "3.1.4",
"@astrojs/preact": "3.5.1",
"astro": "4.14.5",
"@astrojs/mdx": "3.1.5",
"@astrojs/preact": "3.5.2",
"astro": "4.14.6",
"preact": "10.23.2"
}
}
4 changes: 2 additions & 2 deletions src/template-ts-portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/preact": "3.5.1",
"astro": "4.14.5",
"@astrojs/preact": "3.5.2",
"astro": "4.14.6",
"sass": "1.77.8"
},
"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": "3.6.2",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"astro": "4.14.5"
"astro": "4.14.6"
},
"dependencies": {
"react": "18.3.1",
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": "4.4.1",
"astro": "4.14.5"
"astro": "4.14.6"
},
"dependencies": {
"solid-js": "1.8.22"
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": "5.7.0",
"astro": "4.14.5"
"astro": "4.14.6"
},
"dependencies": {
"svelte": "4.2.19"
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.0",
"astro": "4.14.5",
"astro": "4.14.6",
"autoprefixer": "10.4.20",
"canvas-confetti": "1.9.3",
"postcss": "8.4.41",
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": "4.5.0",
"astro": "4.14.5"
"astro": "4.14.6"
},
"dependencies": {
"vue": "3.4.38"
Expand Down

0 comments on commit 959080d

Please sign in to comment.