File tree Expand file tree Collapse file tree 3 files changed +290
-233
lines changed Expand file tree Collapse file tree 3 files changed +290
-233
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-jsx-string" ,
3
3
"version" : " 0.5.5" ,
4
- "packageManager" : " pnpm@7.5.1 " ,
4
+ "packageManager" : " pnpm@7.6.0 " ,
5
5
"description" : " Converts JSX to HTML strings at compile time." ,
6
6
"keywords" : [
7
7
" unplugin" ,
77
77
"prepublishOnly" : " pnpm run build"
78
78
},
79
79
"dependencies" : {
80
- "@babel/parser" : " ^7.18.8 " ,
81
- "@babel/types" : " ^7.18.8 " ,
80
+ "@babel/parser" : " ^7.18.9 " ,
81
+ "@babel/types" : " ^7.18.9 " ,
82
82
"@rollup/pluginutils" : " ^4.2.1" ,
83
83
"entities" : " ^4.3.1" ,
84
84
"estree-walker" : " ^3.0.1" ,
94
94
"@types/react" : " ^18.0.15" ,
95
95
"benchmark" : " ^2.1.4" ,
96
96
"bumpp" : " ^8.2.1" ,
97
- "eslint" : " ^8.19 .0" ,
97
+ "eslint" : " ^8.20 .0" ,
98
98
"eslint-define-config" : " ^1.5.1" ,
99
99
"fast-glob" : " ^3.2.11" ,
100
100
"prettier" : " ^2.7.1" ,
101
101
"tsup" : " ^6.1.3" ,
102
102
"tsx" : " ^3.8.0" ,
103
103
"typescript" : " ^4.7.4" ,
104
- "vite" : " ^3.0.0 " ,
105
- "vitest" : " ^0.18 .0"
104
+ "vite" : " ^3.0.3 " ,
105
+ "vitest" : " ^0.19 .0"
106
106
},
107
107
"engines" : {
108
108
"node" : " >=14.19.0"
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.1.9 " ,
4
+ "packageManager" : " pnpm@7.6.0 " ,
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.44.1 " ,
15
- "@vueuse/core" : " ^8.9.2 " ,
14
+ "@unocss/reset" : " ^0.44.7 " ,
15
+ "@vueuse/core" : " ^8.9.4 " ,
16
16
"unplugin-jsx-string" : " workspace:^0.5.3-0" ,
17
17
"vue" : " ^3.2.37"
18
18
},
19
19
"devDependencies" : {
20
- "@iconify-json/carbon" : " ^1.1.6 " ,
21
- "@vitejs/plugin-vue" : " ^3.0.0 " ,
20
+ "@iconify-json/carbon" : " ^1.1.7 " ,
21
+ "@vitejs/plugin-vue" : " ^3.0.1 " ,
22
22
"@vue/runtime-core" : " ^3.2.37" ,
23
- "unocss" : " ^0.44.1 " ,
24
- "unplugin-auto-import" : " ^0.9.2 " ,
23
+ "unocss" : " ^0.44.7 " ,
24
+ "unplugin-auto-import" : " ^0.10.1 " ,
25
25
"unplugin-vue-components" : " ^0.21.1" ,
26
- "vite" : " ^3.0.0 "
26
+ "vite" : " ^3.0.3 "
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments