Skip to content

Commit

Permalink
[ci] update-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2024
1 parent 7122461 commit e56d095
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions templates/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.11.3",
"preact": "^10.22.0",
"preact": "^10.22.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"solid-js": "^1.8.18",
"svelte": "^4.2.18",
"vue": "^3.4.30"
"vue": "^3.4.31"
}
}
2 changes: 1 addition & 1 deletion templates/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@astrojs/preact": "^3.5.0",
"@preact/signals": "^1.2.3",
"astro": "^4.11.3",
"preact": "^10.22.0"
"preact": "^10.22.1"
}
}
2 changes: 1 addition & 1 deletion templates/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/solid-js": "^4.4.0",
"astro": "^4.11.3",
"solid-js": "^1.8.17"
"solid-js": "^1.8.18"
}
}
2 changes: 1 addition & 1 deletion templates/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.0",
"astro": "^4.11.3",
"vue": "^3.4.30"
"vue": "^3.4.31"
}
}
2 changes: 1 addition & 1 deletion templates/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@astrojs/mdx": "^3.1.2",
"@astrojs/preact": "^3.5.0",
"astro": "^4.11.3",
"preact": "^10.22.0"
"preact": "^10.22.1"
}
}
2 changes: 1 addition & 1 deletion templates/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@nanostores/preact": "^0.5.1",
"astro": "^4.11.3",
"nanostores": "^0.10.3",
"preact": "^10.22.0"
"preact": "^10.22.1"
}
}
2 changes: 1 addition & 1 deletion templates/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"astro": "^4.11.3",
"autoprefixer": "^10.4.19",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
}
}

0 comments on commit e56d095

Please sign in to comment.