File tree Expand file tree Collapse file tree 3 files changed +779
-611
lines changed
Expand file tree Collapse file tree 3 files changed +779
-611
lines changed Original file line number Diff line number Diff line change 11import { sxzz } from '@sxzz/eslint-config'
2- export default sxzz ( {
2+ export default sxzz ( ) . append ( {
33 files : [ 'README.md/**' ] ,
44 rules : {
55 'require-yield' : 'off' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " unplugin-quansync" ,
33 "version" : " 0.3.4" ,
4- "packageManager" : " pnpm@10.5 .2" ,
4+ "packageManager" : " pnpm@10.6 .2" ,
55 "description" : " Write async functions, get both async and sync functions" ,
66 "type" : " module" ,
77 "keywords" : [
7373 "quansync" : " >=0.2.2"
7474 },
7575 "dependencies" : {
76- "ast-kit" : " ^1.4.0 " ,
77- "magic-string-ast" : " ^0.7 .0" ,
76+ "ast-kit" : " ^1.4.2 " ,
77+ "magic-string-ast" : " ^0.8 .0" ,
7878 "unplugin" : " ^2.2.0" ,
7979 "unplugin-utils" : " ^0.2.4"
8080 },
8181 "devDependencies" : {
8282 "@babel/types" : " ^7.26.9" ,
83- "@sxzz/eslint-config" : " ^5.2.0 " ,
84- "@sxzz/prettier-config" : " ^2.2.0 " ,
85- "@sxzz/test-utils" : " ^0.5.1 " ,
86- "@types/node" : " ^22.13.9 " ,
83+ "@sxzz/eslint-config" : " ^6.0.1 " ,
84+ "@sxzz/prettier-config" : " ^2.2.1 " ,
85+ "@sxzz/test-utils" : " ^0.5.2 " ,
86+ "@types/node" : " ^22.13.10 " ,
8787 "bumpp" : " ^10.0.3" ,
88- "eslint" : " ^9.21 .0" ,
89- "oxc-transform" : " ^0.55.0 " ,
88+ "eslint" : " ^9.22 .0" ,
89+ "oxc-transform" : " ^0.56.5 " ,
9090 "prettier" : " ^3.5.3" ,
9191 "quansync" : " ^0.2.8" ,
92- "tsdown" : " ^0.6.2 " ,
92+ "tsdown" : " ^0.6.5 " ,
9393 "tsx" : " ^4.19.3" ,
9494 "typescript" : " ^5.8.2" ,
95- "vite" : " ^6.2.0 " ,
96- "vitest" : " ^3.0.7 "
95+ "vite" : " ^6.2.1 " ,
96+ "vitest" : " ^3.0.8 "
9797 },
9898 "engines" : {
9999 "node" : " >=18.12.0"
You can’t perform that action at this time.
0 commit comments