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 Sep 27, 2024
1 parent 8144de2 commit adc3235
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions templates/container-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0"
}
}
8 changes: 4 additions & 4 deletions templates/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@astrojs/solid-js": "^4.4.2",
"@astrojs/svelte": "^5.7.1",
"@astrojs/vue": "^4.5.1",
"@types/react": "^18.3.5",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.9",
"preact": "^10.23.2",
"preact": "^10.24.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.22",
"solid-js": "^1.9.1",
"svelte": "^4.2.19",
"vue": "^3.5.3"
"vue": "^3.5.8"
}
}
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.3",
"@preact/signals": "^1.3.0",
"astro": "^4.15.9",
"preact": "^10.23.2"
"preact": "^10.24.1"
}
}
2 changes: 1 addition & 1 deletion templates/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.5",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.9",
"react": "^18.3.1",
Expand Down
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.2",
"astro": "^4.15.9",
"solid-js": "^1.8.22"
"solid-js": "^1.9.1"
}
}
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.1",
"astro": "^4.15.9",
"vue": "^3.5.3"
"vue": "^3.5.8"
}
}
2 changes: 1 addition & 1 deletion templates/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"astro": "^4.15.9"
}
}
2 changes: 1 addition & 1 deletion templates/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"astro": "^4.15.9",
"html-minifier": "^4.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions templates/server-islands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@fortawesome/fontawesome-free": "^6.6.0",
"@tailwindcss/forms": "^0.5.9",
"@types/react": "^18.3.5",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.9",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.10"
"tailwindcss": "^3.4.13"
}
}
2 changes: 1 addition & 1 deletion templates/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"@astrojs/svelte": "^5.7.1",
"astro": "^4.15.9",
"svelte": "^4.2.19"
Expand Down
2 changes: 1 addition & 1 deletion templates/starlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"astro": "^4.15.9",
"sass": "^1.78.0",
"sass": "^1.79.3",
"sharp": "^0.33.3"
}
}
2 changes: 1 addition & 1 deletion templates/view-transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.1",
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"astro": "^4.15.9"
}
}
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.7",
"@astrojs/preact": "^3.5.3",
"astro": "^4.15.9",
"preact": "^10.23.2"
"preact": "^10.24.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.2",
"astro": "^4.15.9",
"nanostores": "^0.11.3",
"preact": "^10.23.2"
"preact": "^10.24.1"
}
}
4 changes: 2 additions & 2 deletions templates/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"astro": "^4.15.9",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10"
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
}
}
2 changes: 1 addition & 1 deletion templates/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"dependencies": {
"astro": "^4.15.9",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}

0 comments on commit adc3235

Please sign in to comment.