0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json
renovate[bot] 464b0a108e
fix(deps): update all non-major dependencies (#11151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-30 17:28:57 +08:00

11 lines
247 B
JSON

{
"name": "@test/alpinejs-plugin-script-import",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/alpinejs": "workspace:*",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.0",
"astro": "workspace:*"
}
}