Skip to content

Commit

Permalink
chore: playground packages updated to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dipankarmaikap committed Dec 17, 2024
1 parent cca2361 commit f15be36
Show file tree
Hide file tree
Showing 4 changed files with 736 additions and 304 deletions.
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 f15be36

Please sign in to comment.