File tree Expand file tree Collapse file tree 3 files changed +456
-546
lines changed Expand file tree Collapse file tree 3 files changed +456
-546
lines changed Original file line number Diff line number Diff line change 83
83
"prepublishOnly" : " pnpm run build"
84
84
},
85
85
"dependencies" : {
86
- "@babel/parser" : " ^7.22.5 " ,
86
+ "@babel/parser" : " ^7.22.7 " ,
87
87
"@babel/types" : " ^7.22.5" ,
88
88
"@rollup/pluginutils" : " ^5.0.2" ,
89
89
"entities" : " ^4.5.0" ,
90
90
"estree-walker" : " ^3.0.3" ,
91
91
"jsesc" : " ^3.0.2" ,
92
- "magic-string" : " ^0.30.0 " ,
93
- "unplugin" : " ^1.3.1 "
92
+ "magic-string" : " ^0.30.1 " ,
93
+ "unplugin" : " ^1.3.2 "
94
94
},
95
95
"devDependencies" : {
96
96
"@sxzz/eslint-config" : " ^3.1.0" ,
97
97
"@sxzz/prettier-config" : " ^1.0.3" ,
98
98
"@types/benchmark" : " ^2.1.2" ,
99
99
"@types/jsesc" : " ^3.0.1" ,
100
- "@types/node" : " ^20.3.3 " ,
100
+ "@types/node" : " ^20.4.0 " ,
101
101
"@types/react" : " ^18.2.14" ,
102
102
"benchmark" : " ^2.1.4" ,
103
103
"bumpp" : " ^9.1.1" ,
104
104
"eslint" : " ^8.44.0" ,
105
105
"eslint-define-config" : " ^1.21.0" ,
106
106
"fast-glob" : " ^3.3.0" ,
107
- "prettier" : " ^2.8.8 " ,
107
+ "prettier" : " ^3.0.0 " ,
108
108
"tsup" : " ^7.1.0" ,
109
109
"tsx" : " ^3.12.7" ,
110
110
"typescript" : " ^5.1.6" ,
111
- "vite" : " ^4.3.9 " ,
112
- "vitest" : " ^0.32.2 "
111
+ "vite" : " ^4.4.1 " ,
112
+ "vitest" : " ^0.33.0 "
113
113
},
114
114
"engines" : {
115
115
"node" : " >=16.14.0"
Original file line number Diff line number Diff line change 21
21
"@vitejs/plugin-vue" : " ^4.2.3" ,
22
22
"@vue/runtime-core" : " ^3.3.4" ,
23
23
"unocss" : " ^0.53.4" ,
24
- "unplugin-auto-import" : " ^0.16.4 " ,
24
+ "unplugin-auto-import" : " ^0.16.6 " ,
25
25
"unplugin-vue-components" : " ^0.25.1" ,
26
- "vite" : " ^4.3.9 " ,
27
- "vue-tsc" : " ^1.8.3 "
26
+ "vite" : " ^4.4.1 " ,
27
+ "vue-tsc" : " ^1.8.4 "
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments