mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.0.7 to 4.1.0. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
682 B
JSON
29 lines
682 B
JSON
{
|
|
"name": "sheet-http",
|
|
"version": "1.0.0",
|
|
"description": "Action to update sheet-http service",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "npx ncc build src/index.ts --license licenses.txt -m",
|
|
"test": "vitest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/jest-diff": "^24.3.0",
|
|
"@types/node": "^20.8.9",
|
|
"jest-diff": "^29.7.0",
|
|
"typescript": "^5.2.2",
|
|
"vitest": "^4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/github": "^6.0.0",
|
|
"@kie/act-js": "^2.6.2",
|
|
"@vercel/ncc": "^0.38.1",
|
|
"isbinaryfile": "^5.0.4",
|
|
"line-column": "^1.0.2",
|
|
"lodash": "^4.18.1"
|
|
}
|
|
}
|