File tree Expand file tree Collapse file tree 3 files changed +313
-306
lines changed Expand file tree Collapse file tree 3 files changed +313
-306
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-jsx-string" ,
3
3
"version" : " 0.6.0" ,
4
- "packageManager" : " pnpm@8.6.4 " ,
4
+ "packageManager" : " pnpm@8.6.5 " ,
5
5
"description" : " Converts JSX to HTML strings at compile time." ,
6
6
"keywords" : [
7
7
" unplugin" ,
86
86
},
87
87
"devDependencies" : {
88
88
"@sxzz/eslint-config" : " ^3.1.0" ,
89
- "@sxzz/prettier-config" : " ^1.0.2 " ,
89
+ "@sxzz/prettier-config" : " ^1.0.3 " ,
90
90
"@types/benchmark" : " ^2.1.2" ,
91
91
"@types/jsesc" : " ^3.0.1" ,
92
- "@types/node" : " ^20.3.1 " ,
92
+ "@types/node" : " ^20.3.3 " ,
93
93
"@types/react" : " ^18.2.14" ,
94
94
"benchmark" : " ^2.1.4" ,
95
95
"bumpp" : " ^9.1.1" ,
96
- "eslint" : " ^8.43 .0" ,
96
+ "eslint" : " ^8.44 .0" ,
97
97
"eslint-define-config" : " ^1.21.0" ,
98
- "fast-glob" : " ^3.2.12 " ,
98
+ "fast-glob" : " ^3.3.0 " ,
99
99
"prettier" : " ^2.8.8" ,
100
100
"tsup" : " ^7.1.0" ,
101
101
"tsx" : " ^3.12.7" ,
102
- "typescript" : " ^5.1.3 " ,
102
+ "typescript" : " ^5.1.6 " ,
103
103
"vite" : " ^4.3.9" ,
104
104
"vitest" : " ^0.32.2"
105
105
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-jsx-string-playground" ,
3
3
"version" : " 0.0.0" ,
4
- "packageManager" : " pnpm@8.6.4 " ,
4
+ "packageManager" : " pnpm@8.6.5 " ,
5
5
"license" : " MIT" ,
6
6
"author" : " 三咲智子 <sxzz@sxzz.moe>" ,
7
7
"scripts" : {
11
11
"vercel-build" : " pnpm run -C .. build && pnpm build"
12
12
},
13
13
"dependencies" : {
14
- "@unocss/reset" : " ^0.53.3 " ,
15
- "@vueuse/core" : " ^10.2.0 " ,
14
+ "@unocss/reset" : " ^0.53.4 " ,
15
+ "@vueuse/core" : " ^10.2.1 " ,
16
16
"unplugin-jsx-string" : " workspace:*" ,
17
17
"vue" : " ^3.3.4"
18
18
},
19
19
"devDependencies" : {
20
20
"@iconify-json/carbon" : " ^1.1.18" ,
21
21
"@vitejs/plugin-vue" : " ^4.2.3" ,
22
22
"@vue/runtime-core" : " ^3.3.4" ,
23
- "unocss" : " ^0.53.3 " ,
23
+ "unocss" : " ^0.53.4 " ,
24
24
"unplugin-auto-import" : " ^0.16.4" ,
25
25
"unplugin-vue-components" : " ^0.25.1" ,
26
26
"vite" : " ^4.3.9" ,
27
- "vue-tsc" : " ^1.8.1 "
27
+ "vue-tsc" : " ^1.8.3 "
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments