File tree Expand file tree Collapse file tree 3 files changed +258
-889
lines changed Expand file tree Collapse file tree 3 files changed +258
-889
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@7.28.0 " ,
4
+ "packageManager" : " pnpm@7.29.2 " ,
5
5
"description" : " Converts JSX to HTML strings at compile time." ,
6
6
"keywords" : [
7
7
" unplugin" ,
82
82
"estree-walker" : " ^3.0.3" ,
83
83
"jsesc" : " ^3.0.2" ,
84
84
"magic-string" : " ^0.30.0" ,
85
- "unplugin" : " ^1.1 .0"
85
+ "unplugin" : " ^1.3 .0"
86
86
},
87
87
"devDependencies" : {
88
88
"@sxzz/eslint-config" : " ^2.4.5" ,
89
89
"@types/benchmark" : " ^2.1.2" ,
90
90
"@types/jsesc" : " ^3.0.1" ,
91
- "@types/node" : " ^18.14.2 " ,
91
+ "@types/node" : " ^18.15.3 " ,
92
92
"@types/react" : " ^18.0.28" ,
93
93
"benchmark" : " ^2.1.4" ,
94
94
"bumpp" : " ^9.0.0" ,
95
- "eslint" : " ^8.35 .0" ,
96
- "eslint-define-config" : " ^1.15 .0" ,
95
+ "eslint" : " ^8.36 .0" ,
96
+ "eslint-define-config" : " ^1.16 .0" ,
97
97
"fast-glob" : " ^3.2.12" ,
98
98
"prettier" : " ^2.8.4" ,
99
99
"tsup" : " ^6.6.3" ,
100
- "tsx" : " ^3.12.3 " ,
100
+ "tsx" : " ^3.12.5 " ,
101
101
"typescript" : " ^5.0.0-dev.20230226" ,
102
102
"vite" : " ^4.1.4" ,
103
103
"vitest" : " ^0.29.2"
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@7.28.0 " ,
4
+ "packageManager" : " pnpm@7.29.2 " ,
5
5
"license" : " MIT" ,
6
6
"author" :
" 三咲智子 <[email protected] >" ,
7
7
"scripts" : {
11
11
"vercel-build" : " pnpm run -C .. build && pnpm build"
12
12
},
13
13
"dependencies" : {
14
- "@unocss/reset" : " ^0.50.3 " ,
14
+ "@unocss/reset" : " ^0.50.4 " ,
15
15
"@vueuse/core" : " ^9.13.0" ,
16
16
"unplugin-jsx-string" : " workspace:*" ,
17
17
"vue" : " ^3.2.47"
20
20
"@iconify-json/carbon" : " ^1.1.16" ,
21
21
"@vitejs/plugin-vue" : " ^4.0.0" ,
22
22
"@vue/runtime-core" : " ^3.2.47" ,
23
- "unocss" : " ^0.50.3 " ,
24
- "unplugin-auto-import" : " ^0.15.0 " ,
25
- "unplugin-vue-components" : " ^0.24.0 " ,
23
+ "unocss" : " ^0.50.4 " ,
24
+ "unplugin-auto-import" : " ^0.15.1 " ,
25
+ "unplugin-vue-components" : " ^0.24.1 " ,
26
26
"vite" : " ^4.1.4" ,
27
27
"vue-tsc" : " ^1.2.0"
28
28
}
You can’t perform that action at this time.
0 commit comments