mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
c820defe65
* fix(rss): rssSchema definition to allow calling standard zod object methods * fix: condition * chore(alpinejs): add e2e test * Discard changes to .changeset/mighty-icons-try.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
11 lines
246 B
JSON
11 lines
246 B
JSON
{
|
|
"name": "@test/alpinejs-plugin-script-import",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@astrojs/alpinejs": "workspace:*",
|
|
"@types/alpinejs": "^3.13.5",
|
|
"alpinejs": "^3.13.3",
|
|
"astro": "workspace:*"
|
|
}
|
|
}
|