Skip to content

Commit

Permalink
Update dependency astro to v4.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 2, 2024
1 parent fb725e7 commit ec62eb8
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 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.15.1"
"astro": "4.15.2"
},
"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.15.1"
"astro": "4.15.2"
}
}
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": "3.1.5",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"astro": "4.15.1"
"astro": "4.15.2"
}
}
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": "3.5.2",
"@astrojs/react": "3.6.2",
"astro": "4.15.1"
"astro": "4.15.2"
}
}
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": "3.1.5",
"@astrojs/preact": "3.5.2",
"astro": "4.15.1",
"astro": "4.15.2",
"preact": "10.23.2"
}
}
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": "3.5.2",
"astro": "4.15.1",
"astro": "4.15.2",
"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.15.1"
"astro": "4.15.2"
},
"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.15.1"
"astro": "4.15.2"
},
"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.15.1"
"astro": "4.15.2"
},
"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.15.1",
"astro": "4.15.2",
"autoprefixer": "10.4.20",
"canvas-confetti": "1.9.3",
"postcss": "8.4.44",
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.15.1"
"astro": "4.15.2"
},
"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.15.1"
"astro": "4.15.2"
},
"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.15.1"
"astro": "4.15.2"
}
}
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": "3.1.5",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"astro": "4.15.1"
"astro": "4.15.2"
}
}
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": "3.5.2",
"@astrojs/react": "3.6.2",
"astro": "4.15.1"
"astro": "4.15.2"
}
}
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": "3.1.5",
"@astrojs/preact": "3.5.2",
"astro": "4.15.1",
"astro": "4.15.2",
"preact": "10.23.2"
}
}
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": "3.5.2",
"astro": "4.15.1",
"astro": "4.15.2",
"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.5",
"@types/react-dom": "18.3.0",
"astro": "4.15.1"
"astro": "4.15.2"
},
"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.15.1"
"astro": "4.15.2"
},
"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.15.1"
"astro": "4.15.2"
},
"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.15.1",
"astro": "4.15.2",
"autoprefixer": "10.4.20",
"canvas-confetti": "1.9.3",
"postcss": "8.4.44",
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.15.1"
"astro": "4.15.2"
},
"dependencies": {
"vue": "3.4.38"
Expand Down

0 comments on commit ec62eb8

Please sign in to comment.