Skip to content

Commit

Permalink
feat!: upgrade unplugin to v2, drop node 16 & webpack 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 13, 2025
1 parent 41c85c8 commit 3ee417a
Show file tree
Hide file tree
Showing 3 changed files with 4,595 additions and 3,435 deletions.
41 changes: 20 additions & 21 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": "pnpm@8.10.5",
"packageManager": "pnpm@10.0.0",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -101,32 +101,31 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.23.3",
"@babel/types": "^7.23.3",
"@rollup/pluginutils": "^5.0.5",
"entities": "^5.0.0",
"@babel/parser": "^7.26.5",
"@babel/types": "^7.26.5",
"@rollup/pluginutils": "^5.1.4",
"entities": "^6.0.0",
"estree-walker": "^3.0.3",
"jsesc": "^3.0.2",
"magic-string": "^0.30.5",
"unplugin": "^1.5.1"
"jsesc": "^3.1.0",
"magic-string": "^0.30.17",
"unplugin": "^2.1.2"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.7.4",
"@sxzz/prettier-config": "^2.0.0",
"@sxzz/eslint-config": "^4.6.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/benchmark": "^2.1.5",
"@types/jsesc": "^3.0.3",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/node": "^22.10.5",
"@types/react": "^19.0.6",
"benchmark": "^2.1.4",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"fast-glob": "^3.3.2",
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"tsx": "^4.1.4",
"typescript": "^5.2.2",
"vite": "^5.0.4",
"vitest": "^2.0.3"
"bumpp": "^9.10.0",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=16.14.0"
Expand Down
19 changes: 9 additions & 10 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,18 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.57.6",
"@vueuse/core": "^11.0.0",
"@unocss/reset": "^65.4.0",
"@vueuse/core": "^12.4.0",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.3.8"
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/runtime-core": "^3.3.8",
"unocss": "^0.57.6",
"@iconify-json/carbon": "^1.2.5",
"@vitejs/plugin-vue": "^5.2.1",
"unocss": "^65.4.0",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.4",
"vue-tsc": "^2.0.3"
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit 3ee417a

Please sign in to comment.