|
2 | 2 | "name": "pkg-placeholder",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.0.0",
|
5 |
| - "packageManager": "pnpm@9.15.4", |
| 5 | + "packageManager": "pnpm@10.2.1", |
6 | 6 | "description": "_description_",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
21 | 21 | "main": "./dist/index.mjs",
|
22 | 22 | "module": "./dist/index.mjs",
|
23 | 23 | "types": "./dist/index.d.mts",
|
24 |
| - "typesVersions": { |
25 |
| - "*": { |
26 |
| - "*": [ |
27 |
| - "./dist/*", |
28 |
| - "./dist/index.d.ts" |
29 |
| - ] |
30 |
| - } |
31 |
| - }, |
32 | 24 | "files": [
|
33 | 25 | "dist"
|
34 | 26 | ],
|
|
44 | 36 | "prepare": "simple-git-hooks"
|
45 | 37 | },
|
46 | 38 | "devDependencies": {
|
47 |
| - "@antfu/eslint-config": "^3.14.0", |
48 |
| - "@antfu/ni": "^23.2.0", |
| 39 | + "@antfu/eslint-config": "^4.1.1", |
| 40 | + "@antfu/ni": "^23.3.1", |
49 | 41 | "@antfu/utils": "^8.1.0",
|
50 |
| - "@types/node": "^22.10.6", |
51 |
| - "bumpp": "^9.10.1", |
52 |
| - "eslint": "^9.18.0", |
53 |
| - "lint-staged": "^15.3.0", |
54 |
| - "pnpm": "^9.15.4", |
| 42 | + "@types/node": "^22.13.1", |
| 43 | + "bumpp": "^10.0.2", |
| 44 | + "eslint": "^9.20.0", |
| 45 | + "lint-staged": "^15.4.3", |
| 46 | + "pnpm": "^10.2.1", |
55 | 47 | "simple-git-hooks": "^2.11.1",
|
56 | 48 | "tsx": "^4.19.2",
|
57 | 49 | "typescript": "^5.7.3",
|
58 | 50 | "unbuild": "^3.3.1",
|
59 |
| - "vite": "^6.0.7", |
60 |
| - "vitest": "^2.1.8" |
| 51 | + "vite": "^6.1.0", |
| 52 | + "vitest": "^3.0.5" |
61 | 53 | },
|
62 | 54 | "simple-git-hooks": {
|
63 | 55 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments