mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-03 11:38:59 -05:00
Bumps the npm_and_yarn group with 3 updates in the /shared/vault-sql directory: [esbuild](https://github.com/evanw/esbuild), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). Updates `esbuild` from 0.21.5 to 0.25.5 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.5) Updates `vitest` from 2.1.9 to 3.2.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest) Updates `@vitest/coverage-v8` from 2.1.9 to 3.2.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/coverage-v8) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 3.2.4 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@vitest/coverage-v8" dependency-version: 3.2.4 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
756 B
JSON
30 lines
756 B
JSON
{
|
|
"name": "@aliasvault/vault-sql",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"clean": "rm -rf dist",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"lint": "eslint src",
|
|
"lint:custom": "eslint",
|
|
"lint:fix": "eslint src --fix"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^8.21.0",
|
|
"@typescript-eslint/parser": "^8.21.0",
|
|
"eslint": "^9.19.0",
|
|
"tsup": "^8.4.0",
|
|
"typescript": "^5.3.3",
|
|
"vitest": "^3.2.4",
|
|
"@vitest/coverage-v8": "^3.2.4"
|
|
}
|
|
}
|