Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.6.0",
"packageManager": "pnpm@7.25.1",
"packageManager": "pnpm@7.26.2",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -92,13 +92,13 @@
"@types/react": "^18.0.27",
"benchmark": "^2.1.4",
"bumpp": "^8.2.1",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"eslint-define-config": "^1.14.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.3",
"tsup": "^6.5.0",
"tsx": "^3.12.2",
"typescript": "^5.0.0-beta",
"typescript": "^5.0.0-dev.20230129",
"vite": "^4.0.4",
"vitest": "^0.28.3"
},
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string-playground",
"version": "0.0.0",
"packageManager": "pnpm@7.25.1",
"packageManager": "pnpm@7.26.2",
"license": "MIT",
"author": "三咲智子 <sxzz@sxzz.moe>",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@unocss/reset": "^0.49.1",
"@vueuse/core": "^9.11.1",
"@vueuse/core": "^9.12.0",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.2.45"
},
Expand All @@ -21,8 +21,8 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vue/runtime-core": "^3.2.45",
"unocss": "^0.49.1",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-components": "^0.22.12",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.0.4",
"vue-tsc": "^1.0.24"
}
Expand Down
Loading