podman-desktop/tools/package.json
Florent Benoit 12f764974b chore: bump vite to v6, vite-svelte plugin to v5 and vitest to v2.1.6
needs to bump them altogether

use a change for loading monaco-editor in the test config file
to avoid
> The package may have incorrect main/module/exports specified in its package.json.

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-11-27 11:11:21 +01:00

19 lines
390 B
JSON

{
"name": "release-notes-generator",
"version": "1.0.0",
"description": "Generates release notes",
"main": "index.js",
"type": "module",
"author": "The Podman Desktop team",
"license": "MIT",
"scripts": {
"build": "vite build"
},
"dependencies": {
"@octokit/graphql": "^8.1.1"
},
"devDependencies": {
"typescript": "^5.6.3",
"vitest": "^2.1.6"
}
}