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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.7.1",
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -101,8 +101,8 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.22.14",
"@babel/types": "^7.22.11",
"@babel/parser": "^7.22.16",
"@babel/types": "^7.22.17",
"@rollup/pluginutils": "^5.0.4",
"entities": "^4.5.0",
"estree-walker": "^3.0.3",
Expand All @@ -111,23 +111,23 @@
"unplugin": "^1.4.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.5.1",
"@sxzz/eslint-config": "^3.5.4",
"@sxzz/prettier-config": "^1.0.4",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"benchmark": "^2.1.4",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-define-config": "^1.23.0",
"fast-glob": "^3.3.1",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"tsx": "^3.12.8",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"engines": {
"node": ">=16.14.0"
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": "[email protected].1",
"packageManager": "[email protected].4",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.55.6",
"@unocss/reset": "^0.55.7",
"@vueuse/core": "^10.4.1",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.3.4"
Expand All @@ -20,10 +20,10 @@
"@iconify-json/carbon": "^1.1.21",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/runtime-core": "^3.3.4",
"unocss": "^0.55.6",
"unocss": "^0.55.7",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.10"
}
}
Loading