File tree Expand file tree Collapse file tree 3 files changed +382
-321
lines changed
Expand file tree Collapse file tree 3 files changed +382
-321
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " unplugin-jsx-string" ,
33 "version" : " 0.6.0" ,
4- "packageManager" : " pnpm@8.3.1 " ,
4+ "packageManager" : " pnpm@8.4.0 " ,
55 "description" : " Converts JSX to HTML strings at compile time." ,
66 "keywords" : [
77 " unplugin" ,
7575 "prepublishOnly" : " pnpm run build"
7676 },
7777 "dependencies" : {
78- "@babel/parser" : " ^7.21.5 " ,
78+ "@babel/parser" : " ^7.21.8 " ,
7979 "@babel/types" : " ^7.21.5" ,
8080 "@rollup/pluginutils" : " ^5.0.2" ,
8181 "entities" : " ^4.5.0" ,
8888 "@sxzz/eslint-config" : " ^2.4.6" ,
8989 "@types/benchmark" : " ^2.1.2" ,
9090 "@types/jsesc" : " ^3.0.1" ,
91- "@types/node" : " ^18.16.3 " ,
92- "@types/react" : " ^18.2.0 " ,
91+ "@types/node" : " ^18.16.5 " ,
92+ "@types/react" : " ^18.2.6 " ,
9393 "benchmark" : " ^2.1.4" ,
9494 "bumpp" : " ^9.1.0" ,
95- "eslint" : " ^8.39 .0" ,
95+ "eslint" : " ^8.40 .0" ,
9696 "eslint-define-config" : " ^1.20.0" ,
9797 "fast-glob" : " ^3.2.12" ,
9898 "prettier" : " ^2.8.8" ,
9999 "tsup" : " ^6.7.0" ,
100100 "tsx" : " ^3.12.7" ,
101101 "typescript" : " ^5.0.4" ,
102- "vite" : " ^4.3.3 " ,
103- "vitest" : " ^0.30.1 "
102+ "vite" : " ^4.3.5 " ,
103+ "vitest" : " ^0.31.0 "
104104 },
105105 "engines" : {
106106 "node" : " >=14.19.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " unplugin-jsx-string-playground" ,
33 "version" : " 0.0.0" ,
4- "packageManager" : " pnpm@8.3.1 " ,
4+ "packageManager" : " pnpm@8.4.0 " ,
55 "license" : " MIT" ,
66 "author" :
" 三咲智子 <[email protected] >" ,
77 "scripts" : {
1111 "vercel-build" : " pnpm run -C .. build && pnpm build"
1212 },
1313 "dependencies" : {
14- "@unocss/reset" : " ^0.51.8 " ,
15- "@vueuse/core" : " ^10.1.0 " ,
14+ "@unocss/reset" : " ^0.51.12 " ,
15+ "@vueuse/core" : " ^10.1.2 " ,
1616 "unplugin-jsx-string" : " workspace:*" ,
1717 "vue" : " ^3.2.47"
1818 },
1919 "devDependencies" : {
2020 "@iconify-json/carbon" : " ^1.1.16" ,
2121 "@vitejs/plugin-vue" : " ^4.2.1" ,
2222 "@vue/runtime-core" : " ^3.2.47" ,
23- "unocss" : " ^0.51.8 " ,
23+ "unocss" : " ^0.51.12 " ,
2424 "unplugin-auto-import" : " ^0.15.3" ,
2525 "unplugin-vue-components" : " ^0.24.1" ,
26- "vite" : " ^4.3.3 " ,
27- "vue-tsc" : " ^1.6.1 "
26+ "vite" : " ^4.3.5 " ,
27+ "vue-tsc" : " ^1.6.4 "
2828 }
2929}
You can’t perform that action at this time.
0 commit comments