|
16 | 16 | "url": "https://github.com/mcous/vitest-when.git"
|
17 | 17 | },
|
18 | 18 | "license": "MIT",
|
19 |
| - "author": "Michael Cousins <[email protected]> (https://mike.cousins.io)", |
| 19 | + "author": "Michael Cousins <[email protected]> (https://michael.cousins.io)", |
20 | 20 | "type": "module",
|
21 | 21 | "exports": {
|
22 | 22 | ".": {
|
23 | 23 | "types": "./dist/vitest-when.d.ts",
|
24 |
| - "import": "./dist/vitest-when.js", |
25 |
| - "require": "./dist/vitest-when.cjs" |
| 24 | + "import": "./dist/vitest-when.js" |
26 | 25 | }
|
27 | 26 | },
|
28 | 27 | "types": "./dist/vitest-when.d.ts",
|
|
34 | 33 | "_eslint": "eslint --ignore-path .lintignore \"**/*.ts\"",
|
35 | 34 | "_prettier": "prettier --ignore-path .lintignore \"**/*.@(ts|json|yaml|md)\"",
|
36 | 35 | "all": "concurrently -g pnpm:coverage pnpm:build pnpm:check:*",
|
37 |
| - "build": "tsup --clean --sourcemap --dts --format esm,cjs --target node14 src/vitest-when.ts", |
| 36 | + "build": "tsup --clean --sourcemap --dts --format esm --target node14 src/vitest-when.ts", |
38 | 37 | "build-and-check": "concurrently -g pnpm:build pnpm:check:*",
|
39 | 38 | "check:format": "pnpm run _prettier --check",
|
40 | 39 | "check:lint": "pnpm run _eslint",
|
41 |
| - "check:types": "vitest typecheck --run", |
| 40 | + "check:types": "vitest --typecheck.only --run", |
42 | 41 | "coverage": "vitest run --coverage",
|
43 | 42 | "format": "pnpm run _prettier --write && pnpm run _eslint --fix",
|
44 | 43 | "test": "vitest"
|
|
51 | 50 | "extends": "@mcous/eslint-config"
|
52 | 51 | },
|
53 | 52 | "devDependencies": {
|
54 |
| - "@mcous/eslint-config": "0.3.3", |
| 53 | + "@mcous/eslint-config": "0.4.2", |
55 | 54 | "@mcous/prettier-config": "0.3.0",
|
56 | 55 | "@mcous/typescript-config": "0.2.1",
|
57 |
| - "@typescript-eslint/eslint-plugin": "6.7.4", |
58 |
| - "@typescript-eslint/parser": "6.7.4", |
59 |
| - "@vitest/coverage-istanbul": "^0.31.0", |
60 |
| - "@vitest/expect": "^0.31.0", |
61 |
| - "concurrently": "^8.0.1", |
62 |
| - "eslint": "8.51.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "6.13.1", |
| 57 | + "@typescript-eslint/parser": "6.13.1", |
| 58 | + "@vitest/coverage-istanbul": "^1.0.0-beta.6", |
| 59 | + "@vitest/expect": "^1.0.0-beta.6", |
| 60 | + "concurrently": "^8.2.2", |
| 61 | + "eslint": "8.54.0", |
63 | 62 | "eslint-config-prettier": "9.0.0",
|
64 | 63 | "eslint-plugin-promise": "6.1.1",
|
65 |
| - "eslint-plugin-sonarjs": "0.21.0", |
66 |
| - "eslint-plugin-unicorn": "48.0.1", |
67 |
| - "prettier": "3.0.3", |
68 |
| - "tsup": "^6.7.0", |
69 |
| - "typescript": "5.2.2", |
70 |
| - "vitest": "^0.31.0" |
| 64 | + "eslint-plugin-sonarjs": "0.23.0", |
| 65 | + "eslint-plugin-unicorn": "49.0.0", |
| 66 | + "prettier": "3.1.0", |
| 67 | + "tsup": "^8.0.1", |
| 68 | + "typescript": "5.3.2", |
| 69 | + "vitest": "^1.0.0-beta.6" |
71 | 70 | },
|
72 | 71 | "peerDependencies": {
|
73 |
| - "@vitest/expect": ">=0.31.0 <1.0.0", |
74 |
| - "vitest": ">=0.31.0 <1.0.0" |
| 72 | + "@vitest/expect": ">=0.31.0 <2.0.0", |
| 73 | + "vitest": ">=0.31.0 <2.0.0" |
75 | 74 | },
|
76 | 75 | "peerDependenciesMeta": {
|
77 | 76 | "@vitest/expect": {
|
78 | 77 | "optional": true
|
79 | 78 | }
|
80 | 79 | },
|
81 |
| - "packageManager": "pnpm@8.8.0+sha256.d713a5750e41c3660d1e090608c7f607ad00d1dd5ba9b6552b5f390bf37924e9", |
| 80 | + "packageManager": "pnpm@8.11.0+sha256.5858806c3b292cbec89b5533662168a957358e2bbd86431516d441dc1aface89", |
82 | 81 | "publishConfig": {
|
83 | 82 | "access": "public",
|
84 | 83 | "provenance": true
|
|
0 commit comments