Skip to content

Commit 46836c9

Browse files
committed
chore: upgrade deps
1 parent 2c4d018 commit 46836c9

File tree

3 files changed

+1270
-1458
lines changed

3 files changed

+1270
-1458
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string",
33
"version": "0.9.0",
4-
"packageManager": "pnpm@10.4.0",
4+
"packageManager": "pnpm@10.5.2",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"type": "module",
77
"keywords": [
@@ -64,8 +64,8 @@
6464
"prepublishOnly": "pnpm run build"
6565
},
6666
"dependencies": {
67-
"@babel/parser": "^7.26.8",
68-
"@babel/types": "^7.26.8",
67+
"@babel/parser": "^7.26.9",
68+
"@babel/types": "^7.26.9",
6969
"entities": "^6.0.0",
7070
"estree-walker": "^3.0.3",
7171
"jsesc": "^3.1.0",
@@ -74,21 +74,21 @@
7474
"unplugin-utils": "^0.2.4"
7575
},
7676
"devDependencies": {
77-
"@sxzz/eslint-config": "^5.1.1",
77+
"@sxzz/eslint-config": "^5.2.0",
7878
"@sxzz/prettier-config": "^2.2.0",
7979
"@types/benchmark": "^2.1.5",
8080
"@types/jsesc": "^3.0.3",
81-
"@types/node": "^22.13.4",
82-
"@types/react": "^19.0.8",
81+
"@types/node": "^22.13.9",
82+
"@types/react": "^19.0.10",
8383
"benchmark": "^2.1.4",
8484
"bumpp": "^10.0.3",
85-
"eslint": "^9.20.1",
86-
"prettier": "^3.5.1",
87-
"tsdown": "^0.5.9",
88-
"tsx": "^4.19.2",
89-
"typescript": "^5.7.3",
90-
"vite": "^6.1.0",
91-
"vitest": "^3.0.5"
85+
"eslint": "^9.21.0",
86+
"prettier": "^3.5.3",
87+
"tsdown": "^0.6.3",
88+
"tsx": "^4.19.3",
89+
"typescript": "^5.8.2",
90+
"vite": "^6.2.0",
91+
"vitest": "^3.0.7"
9292
},
9393
"engines": {
9494
"node": ">=18.12.0"

playground/package.json

Lines changed: 10 additions & 10 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.4.0",
4+
"packageManager": "pnpm@10.5.2",
55
"license": "MIT",
66
"author": "三咲智子 <sxzz@sxzz.moe>",
77
"scripts": {
@@ -11,19 +11,19 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^66.0.0",
15-
"@vueuse/core": "^12.5.0",
14+
"@unocss/reset": "^66.1.0-beta.3",
15+
"@vueuse/core": "^12.8.2",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.5.13"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.2.7",
20+
"@iconify-json/carbon": "^1.2.8",
2121
"@vitejs/plugin-vue": "^5.2.1",
22-
"@vue-macros/reactivity-transform": "^1.1.6",
23-
"unocss": "^66.0.0",
24-
"unplugin-auto-import": "^19.0.0",
25-
"unplugin-vue-components": "^28.0.0",
26-
"vite": "^6.1.0",
27-
"vue-tsc": "^2.2.0"
22+
"@vue-macros/reactivity-transform": "^3.0.0-beta.3",
23+
"unocss": "^66.1.0-beta.3",
24+
"unplugin-auto-import": "^19.1.1",
25+
"unplugin-vue-components": "^28.4.1",
26+
"vite": "^6.2.0",
27+
"vue-tsc": "^2.2.8"
2828
}
2929
}

0 commit comments

Comments
 (0)