Skip to content

Commit 73a7568

Browse files
committed
chore: upgrade deps
1 parent bbdb838 commit 73a7568

File tree

6 files changed

+985
-878
lines changed

6 files changed

+985
-878
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches: [main]
88

9+
permissions: {}
10+
911
jobs:
1012
unit-test:
1113
uses: sxzz/workflows/.github/workflows/unit-test.yml@v1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2024-PRESENT 三咲智子 (https://github.com/sxzz)
3+
Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# unplugin-quansync [![npm](https://img.shields.io/npm/v/unplugin-quansync.svg)](https://npmjs.com/package/unplugin-quansync)
1+
# unplugin-quansync
22

3-
[![Unit Test](https://github.com/quansync-dev/unplugin-quansync/actions/workflows/unit-test.yml/badge.svg)](https://github.com/quansync-dev/unplugin-quansync/actions/workflows/unit-test.yml)
3+
[![npm version][npm-version-src]][npm-version-href]
4+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5+
[![Unit Test][unit-test-src]][unit-test-href]
46

57
Write async functions, get both async and sync functions with
68
[quansync](https://github.com/antfu/quansync) and compile-time magics 🪄.
@@ -196,4 +198,13 @@ const fn = quansync((v) => {
196198

197199
## License
198200

199-
[MIT](./LICENSE) License © 2025-PRESENT [三咲智子](https://github.com/sxzz)
201+
[MIT](./LICENSE) License © 2025-PRESENT [Kevin Deng](https://github.com/sxzz)
202+
203+
<!-- Badges -->
204+
205+
[npm-version-src]: https://img.shields.io/npm/v/unplugin-quansync.svg
206+
[npm-version-href]: https://npmjs.com/package/unplugin-quansync
207+
[npm-downloads-src]: https://img.shields.io/npm/dm/unplugin-quansync
208+
[npm-downloads-href]: https://www.npmcharts.com/compare/unplugin-quansync?interval=30
209+
[unit-test-src]: https://github.com/quansync-dev/unplugin-quansync/actions/workflows/unit-test.yml/badge.svg
210+
[unit-test-href]: https://github.com/quansync-dev/unplugin-quansync/actions/workflows/unit-test.yml

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-quansync",
33
"version": "0.4.4",
4-
"packageManager": "pnpm@10.14.0",
4+
"packageManager": "pnpm@10.18.1",
55
"description": "Write async functions, get both async and sync functions",
66
"type": "module",
77
"keywords": [
@@ -27,7 +27,7 @@
2727
"type": "git",
2828
"url": "git+https://github.com/quansync-dev/unplugin-quansync.git"
2929
},
30-
"author": "三咲智子 Kevin Deng <[email protected]>",
30+
"author": "Kevin Deng <[email protected]>",
3131
"funding": "https://github.com/sponsors/sxzz",
3232
"files": [
3333
"dist"
@@ -37,15 +37,15 @@
3737
"types": "./dist/index.d.ts",
3838
"exports": {
3939
".": "./dist/index.js",
40-
"./vite": "./dist/vite.js",
41-
"./webpack": "./dist/webpack.js",
42-
"./rspack": "./dist/rspack.js",
43-
"./rollup": "./dist/rollup.js",
44-
"./rolldown": "./dist/rolldown.js",
40+
"./api": "./dist/api.js",
4541
"./esbuild": "./dist/esbuild.js",
4642
"./farm": "./dist/farm.js",
47-
"./api": "./dist/api.js",
48-
"./*": "./*"
43+
"./rolldown": "./dist/rolldown.js",
44+
"./rollup": "./dist/rollup.js",
45+
"./rspack": "./dist/rspack.js",
46+
"./vite": "./dist/vite.js",
47+
"./webpack": "./dist/webpack.js",
48+
"./package.json": "./package.json"
4949
},
5050
"typesVersions": {
5151
"*": {
@@ -73,28 +73,28 @@
7373
"quansync": ">=0.2.2"
7474
},
7575
"dependencies": {
76-
"ast-kit": "^2.1.2",
77-
"magic-string-ast": "^1.0.2",
78-
"unplugin": "^2.3.5"
76+
"ast-kit": "^2.1.3",
77+
"magic-string-ast": "^1.0.3",
78+
"unplugin": "^2.3.10"
7979
},
8080
"devDependencies": {
81-
"@babel/types": "^7.28.2",
82-
"@sxzz/eslint-config": "^7.1.2",
83-
"@sxzz/prettier-config": "^2.2.3",
84-
"@sxzz/test-utils": "^0.5.9",
85-
"@types/node": "^24.3.0",
86-
"bumpp": "^10.2.3",
87-
"eslint": "^9.33.0",
81+
"@babel/types": "^7.28.4",
82+
"@sxzz/eslint-config": "^7.2.7",
83+
"@sxzz/prettier-config": "^2.2.4",
84+
"@sxzz/test-utils": "^0.5.11",
85+
"@types/node": "^24.7.0",
86+
"bumpp": "^10.3.1",
87+
"eslint": "^9.37.0",
8888
"prettier": "^3.6.2",
8989
"quansync": "^0.2.11",
90-
"tsdown": "^0.14.1",
91-
"tsx": "^4.20.4",
92-
"typescript": "^5.9.2",
93-
"vite": "^7.1.2",
90+
"tsdown": "^0.15.6",
91+
"tsx": "^4.20.6",
92+
"typescript": "^5.9.3",
93+
"vite": "^7.1.9",
9494
"vitest": "^3.2.4"
9595
},
9696
"engines": {
97-
"node": ">=20.18.0"
97+
"node": ">=20.19.0"
9898
},
9999
"prettier": "@sxzz/prettier-config"
100100
}

0 commit comments

Comments
 (0)