vite/playground/external/dep-that-imports/package.json
renovate[bot] f005461ecc
fix(deps): update all non-major dependencies (#18691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-19 12:58:59 +09:00

11 lines
201 B
JSON

{
"name": "@vitejs/test-dep-that-imports",
"private": true,
"version": "0.0.0",
"dependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vue": "^3.5.13"
}
}