Skip to content

Commit

Permalink
Merge pull request #1032 from storyblok/feat/astro-5
Browse files Browse the repository at this point in the history
feat: Astro 5 Support
  • Loading branch information
alvarosabu authored Dec 17, 2024
2 parents a2699f0 + f86f5f4 commit bd74ef0
Show file tree
Hide file tree
Showing 10 changed files with 991 additions and 809 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"cy:open": "cypress open"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0"
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@storyblok/js": "^3.1.7",
"@storyblok/js": "^3.1.9",
"camelcase": "^8.0.0",
"lodash.mergewith": "^4.6.2"
},
Expand All @@ -82,8 +82,8 @@
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
"@storyblok/eslint-config": "^0.3.0",
"@types/lodash.mergewith": "^4.6.9",
"@types/node": "22.9.0",
"astro": "^4.16.10",
"@types/node": "22.10.2",
"astro": "^5.0.9",
"cypress": "^13.15.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -94,10 +94,10 @@
"prettier-plugin-astro": "^0.13.0",
"simple-git-hooks": "^2.11.1",
"start-server-and-test": "^2.0.8",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-static-copy": "^2.1.0",
"typescript": "5.7.2",
"vite": "^6.0.1",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-static-copy": "^2.2.0",
"vitest": "^2.1.8"
},
"simple-git-hooks": {
Expand Down
20 changes: 10 additions & 10 deletions playground/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/svelte": "^5.7.3",
"@astrojs/tailwind": "^6.0.0-beta.0",
"@astrojs/vue": "^4.5.2",
"@astrojs/react": "^4.1.1",
"@astrojs/svelte": "^7.0.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vue": "^5.0.2",
"@storyblok/astro": "workspace:^",
"astro": "^4.16.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.14",
"vue": "^3.5.12"
"astro": "^5.0.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"svelte": "^5.14.1",
"tailwindcss": "^3.4.16",
"vue": "^3.5.13"
},
"devDependencies": {
"vite-plugin-mkcert": "^1.17.6"
Expand Down
22 changes: 11 additions & 11 deletions playground/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/svelte": "^5.7.3",
"@astrojs/tailwind": "^6.0.0-beta.0",
"@astrojs/vercel": "^7.8.2",
"@astrojs/vue": "^4.5.2",
"@astrojs/react": "^4.1.1",
"@astrojs/svelte": "^7.0.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.0.1",
"@astrojs/vue": "^5.0.2",
"@storyblok/astro": "workspace:^",
"astro": "^4.16.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.14",
"vue": "^3.5.12"
"astro": "^5.0.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"svelte": "^5.14.1",
"tailwindcss": "^3.4.16",
"vue": "^3.5.13"
},
"devDependencies": {
"vite-plugin-mkcert": "^1.17.6"
Expand Down
20 changes: 10 additions & 10 deletions playground/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/svelte": "^5.7.3",
"@astrojs/tailwind": "^6.0.0-beta.0",
"@astrojs/vue": "^4.5.2",
"@astrojs/react": "^4.1.1",
"@astrojs/svelte": "^7.0.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vue": "^5.0.2",
"@storyblok/astro": "workspace:^",
"astro": "^4.16.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.14",
"vue": "^3.5.12"
"astro": "^5.0.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"svelte": "^5.14.1",
"tailwindcss": "^3.4.16",
"vue": "^3.5.13"
}
}
Loading

0 comments on commit bd74ef0

Please sign in to comment.