Skip to content

Commit 017b91b

Browse files
committed
chore: upgrade deps
1 parent 193f2ef commit 017b91b

File tree

3 files changed

+847
-1145
lines changed

3 files changed

+847
-1145
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string",
33
"version": "0.8.0",
4-
"packageManager": "pnpm@10.0.0",
4+
"packageManager": "pnpm@10.4.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"type": "module",
77
"keywords": [
@@ -78,31 +78,31 @@
7878
"prepublishOnly": "pnpm run build"
7979
},
8080
"dependencies": {
81-
"@babel/parser": "^7.26.5",
82-
"@babel/types": "^7.26.5",
81+
"@babel/parser": "^7.26.8",
82+
"@babel/types": "^7.26.8",
8383
"@rollup/pluginutils": "^5.1.4",
8484
"entities": "^6.0.0",
8585
"estree-walker": "^3.0.3",
8686
"jsesc": "^3.1.0",
8787
"magic-string": "^0.30.17",
88-
"unplugin": "^2.1.2"
88+
"unplugin": "^2.2.0"
8989
},
9090
"devDependencies": {
91-
"@sxzz/eslint-config": "^4.6.0",
92-
"@sxzz/prettier-config": "^2.0.2",
91+
"@sxzz/eslint-config": "^5.1.1",
92+
"@sxzz/prettier-config": "^2.2.0",
9393
"@types/benchmark": "^2.1.5",
9494
"@types/jsesc": "^3.0.3",
95-
"@types/node": "^22.10.5",
96-
"@types/react": "^19.0.6",
95+
"@types/node": "^22.13.4",
96+
"@types/react": "^19.0.8",
9797
"benchmark": "^2.1.4",
98-
"bumpp": "^9.10.0",
99-
"eslint": "^9.18.0",
100-
"prettier": "^3.4.2",
101-
"tsup": "^8.3.5",
98+
"bumpp": "^10.0.3",
99+
"eslint": "^9.20.1",
100+
"prettier": "^3.5.1",
101+
"tsup": "^8.3.6",
102102
"tsx": "^4.19.2",
103103
"typescript": "^5.7.3",
104-
"vite": "^6.0.7",
105-
"vitest": "^2.1.8"
104+
"vite": "^6.1.0",
105+
"vitest": "^3.0.5"
106106
},
107107
"engines": {
108108
"node": ">=18.12.0"

playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string-playground",
33
"version": "0.0.0",
4-
"packageManager": "pnpm@10.0.0",
4+
"packageManager": "pnpm@10.4.0",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -11,19 +11,19 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^65.4.0",
15-
"@vueuse/core": "^12.4.0",
14+
"@unocss/reset": "^65.4.3",
15+
"@vueuse/core": "^12.5.0",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.5.13"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.2.5",
20+
"@iconify-json/carbon": "^1.2.7",
2121
"@vitejs/plugin-vue": "^5.2.1",
22-
"@vue-macros/reactivity-transform": "^1.1.4",
23-
"unocss": "^65.4.0",
22+
"@vue-macros/reactivity-transform": "^1.1.6",
23+
"unocss": "^65.4.3",
2424
"unplugin-auto-import": "^19.0.0",
2525
"unplugin-vue-components": "^28.0.0",
26-
"vite": "^6.0.7",
26+
"vite": "^6.1.0",
2727
"vue-tsc": "^2.2.0"
2828
}
2929
}

0 commit comments

Comments
 (0)