Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 32f49d0

Browse files
fix(deps): update all non-major dependencies
1 parent 41c85c8 commit 32f49d0

File tree

3 files changed

+2092
-1737
lines changed

3 files changed

+2092
-1737
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string",
33
"version": "0.7.1",
4-
"packageManager": "pnpm@8.10.5",
4+
"packageManager": "pnpm@8.15.9",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -101,32 +101,32 @@
101101
"prepublishOnly": "pnpm run build"
102102
},
103103
"dependencies": {
104-
"@babel/parser": "^7.23.3",
105-
"@babel/types": "^7.23.3",
106-
"@rollup/pluginutils": "^5.0.5",
104+
"@babel/parser": "^7.26.5",
105+
"@babel/types": "^7.26.5",
106+
"@rollup/pluginutils": "^5.1.4",
107107
"entities": "^5.0.0",
108108
"estree-walker": "^3.0.3",
109-
"jsesc": "^3.0.2",
110-
"magic-string": "^0.30.5",
111-
"unplugin": "^1.5.1"
109+
"jsesc": "^3.1.0",
110+
"magic-string": "^0.30.17",
111+
"unplugin": "^1.16.1"
112112
},
113113
"devDependencies": {
114-
"@sxzz/eslint-config": "^3.7.4",
115-
"@sxzz/prettier-config": "^2.0.0",
114+
"@sxzz/eslint-config": "^3.17.4",
115+
"@sxzz/prettier-config": "^2.0.2",
116116
"@types/benchmark": "^2.1.5",
117117
"@types/jsesc": "^3.0.3",
118-
"@types/node": "^20.9.2",
119-
"@types/react": "^18.2.37",
118+
"@types/node": "^20.17.12",
119+
"@types/react": "^18.3.18",
120120
"benchmark": "^2.1.4",
121-
"bumpp": "^9.2.0",
122-
"eslint": "^8.54.0",
123-
"fast-glob": "^3.3.2",
124-
"prettier": "^3.1.0",
125-
"tsup": "^8.0.1",
126-
"tsx": "^4.1.4",
127-
"typescript": "^5.2.2",
128-
"vite": "^5.0.4",
129-
"vitest": "^2.0.3"
121+
"bumpp": "^9.10.0",
122+
"eslint": "^8.57.1",
123+
"fast-glob": "^3.3.3",
124+
"prettier": "^3.4.2",
125+
"tsup": "^8.3.5",
126+
"tsx": "^4.19.2",
127+
"typescript": "^5.7.3",
128+
"vite": "^5.4.11",
129+
"vitest": "^2.1.8"
130130
},
131131
"engines": {
132132
"node": ">=16.14.0"

playground/package.json

Lines changed: 11 additions & 11 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@8.10.5",
4+
"packageManager": "pnpm@8.15.9",
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": "^0.57.6",
15-
"@vueuse/core": "^11.0.0",
14+
"@unocss/reset": "^0.65.4",
15+
"@vueuse/core": "^11.3.0",
1616
"unplugin-jsx-string": "workspace:*",
17-
"vue": "^3.3.8"
17+
"vue": "^3.5.13"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.21",
21-
"@vitejs/plugin-vue": "^5.0.2",
22-
"@vue/runtime-core": "^3.3.8",
23-
"unocss": "^0.57.6",
20+
"@iconify-json/carbon": "^1.2.5",
21+
"@vitejs/plugin-vue": "^5.2.1",
22+
"@vue/runtime-core": "^3.5.13",
23+
"unocss": "^0.65.4",
2424
"unplugin-auto-import": "^19.0.0",
25-
"unplugin-vue-components": "^0.25.2",
26-
"vite": "^5.0.4",
27-
"vue-tsc": "^2.0.3"
25+
"unplugin-vue-components": "^0.28.0",
26+
"vite": "^5.4.11",
27+
"vue-tsc": "^2.2.0"
2828
}
2929
}

0 commit comments

Comments
 (0)