|
2 | 2 | "name": "quansync",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.2.7",
|
5 |
| - "packageManager": "[email protected].1", |
| 5 | + "packageManager": "[email protected].2", |
6 | 6 | "description": "Create sync/async APIs with usable logic",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "contributors": [
|
9 |
| - { "name": "三咲智子 Kevin Deng", "email": "[email protected]" } |
| 9 | + { |
| 10 | + "name": "三咲智子 Kevin Deng", |
| 11 | + |
| 12 | + } |
10 | 13 | ],
|
11 | 14 | "license": "MIT",
|
12 | 15 | "funding": [
|
13 |
| - { "type": "individual", "url": "https://github.com/sponsors/antfu" }, |
14 |
| - { "type": "individual", "url": "https://github.com/sponsors/sxzz" } |
| 16 | + { |
| 17 | + "type": "individual", |
| 18 | + "url": "https://github.com/sponsors/antfu" |
| 19 | + }, |
| 20 | + { |
| 21 | + "type": "individual", |
| 22 | + "url": "https://github.com/sponsors/sxzz" |
| 23 | + } |
15 | 24 | ],
|
16 | 25 | "homepage": "https://github.com/quansync-dev/quansync#readme",
|
17 | 26 | "repository": {
|
|
66 | 75 | "prepare": "simple-git-hooks"
|
67 | 76 | },
|
68 | 77 | "devDependencies": {
|
69 |
| - "@antfu/eslint-config": "^4.3.0", |
70 |
| - "@types/node": "^22.13.5", |
| 78 | + "@antfu/eslint-config": "^4.4.0", |
| 79 | + "@types/node": "^22.13.8", |
71 | 80 | "bumpp": "^10.0.3",
|
72 | 81 | "eslint": "^9.21.0",
|
73 | 82 | "gensync": "1.0.0-beta.2",
|
74 | 83 | "lint-staged": "^15.4.3",
|
75 | 84 | "mitata": "^1.0.34",
|
76 | 85 | "simple-git-hooks": "^2.11.1",
|
77 | 86 | "tsx": "^4.19.3",
|
78 |
| - "typescript": "^5.7.3", |
| 87 | + "typescript": "^5.8.2", |
79 | 88 | "unbuild": "^3.5.0",
|
80 | 89 | "vite": "^6.2.0",
|
81 | 90 | "vitest": "^3.0.7"
|
|
0 commit comments