File tree Expand file tree Collapse file tree 3 files changed +706
-129
lines changed Expand file tree Collapse file tree 3 files changed +706
-129
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.25.1 " ,
4
+ "packageManager" : " pnpm@7.26.2 " ,
5
5
"description" : " Converts JSX to HTML strings at compile time." ,
6
6
"keywords" : [
7
7
" unplugin" ,
92
92
"@types/react" : " ^18.0.27" ,
93
93
"benchmark" : " ^2.1.4" ,
94
94
"bumpp" : " ^8.2.1" ,
95
- "eslint" : " ^8.32 .0" ,
95
+ "eslint" : " ^8.33 .0" ,
96
96
"eslint-define-config" : " ^1.14.0" ,
97
97
"fast-glob" : " ^3.2.12" ,
98
98
"prettier" : " ^2.8.3" ,
99
99
"tsup" : " ^6.5.0" ,
100
100
"tsx" : " ^3.12.2" ,
101
- "typescript" : " ^5.0.0-beta " ,
101
+ "typescript" : " ^5.0.0-dev.20230129 " ,
102
102
"vite" : " ^4.0.4" ,
103
103
"vitest" : " ^0.28.3"
104
104
},
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.25.1 " ,
4
+ "packageManager" : " pnpm@7.26.2 " ,
5
5
"license" : " MIT" ,
6
6
"author" :
" 三咲智子 <[email protected] >" ,
7
7
"scripts" : {
12
12
},
13
13
"dependencies" : {
14
14
"@unocss/reset" : " ^0.49.1" ,
15
- "@vueuse/core" : " ^9.11.1 " ,
15
+ "@vueuse/core" : " ^9.12.0 " ,
16
16
"unplugin-jsx-string" : " workspace:*" ,
17
17
"vue" : " ^3.2.45"
18
18
},
21
21
"@vitejs/plugin-vue" : " ^4.0.0" ,
22
22
"@vue/runtime-core" : " ^3.2.45" ,
23
23
"unocss" : " ^0.49.1" ,
24
- "unplugin-auto-import" : " ^0.12.2 " ,
25
- "unplugin-vue-components" : " ^0.22.12 " ,
24
+ "unplugin-auto-import" : " ^0.13.0 " ,
25
+ "unplugin-vue-components" : " ^0.23.0 " ,
26
26
"vite" : " ^4.0.4" ,
27
27
"vue-tsc" : " ^1.0.24"
28
28
}
You can’t perform that action at this time.
0 commit comments