Skip to content

Commit

Permalink
build(vitest): lock the version to 2.0.5 for vitest-pool-workers
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL-Asica committed Nov 6, 2024
1 parent 7f23f11 commit 4f135f6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@
"name": "ZL Asica",
"email": "zl@zla.app"
},
"readme": "README.md",
"license": "MIT",
"homepage": "https://www.github.com/ZL-Asica/KumoAuth",
"bugs": "https://www.github.com/ZL-Asica/KumoAuth/issues",
"funding": "https://github.com/sponsors/ZL-Asica",
"scripts": {
"format": "prettier --write .",
"lint": "eslint src/**/*.{js,mjs,cjs,ts,tsx} --fix",
"test": "vitest --ui",
"test:ci": "vitest run",
"dev": "wrangler dev",
"deploy": "wrangler deploy --minify",
"db:init": "npx wrangler d1 execute kumo-auth --local --file=./db/schema.sql",
"db:init": "wrangler d1 execute kumo-auth --local --file=./db/schema.sql",
"postinstall": "husky"
},
"lint-staged": {
Expand Down Expand Up @@ -58,8 +61,9 @@
"engines": {
"node": ">=20.11"
},
"resolutions": {
"vitest": "2.0.5"
"overrides": {
"vitest": "2.0.5",
"@vitest/ui": "2.0.5"
},
"packageManager": "pnpm@9.12.3"
}

0 comments on commit 4f135f6

Please sign in to comment.