Skip to content

Commit 35b92e0

Browse files
fix(deps): update all non-major dependencies
1 parent c2a4fe7 commit 35b92e0

File tree

3 files changed

+682
-687
lines changed

3 files changed

+682
-687
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string",
33
"version": "0.10.0",
4-
"packageManager": "pnpm@10.16.1",
4+
"packageManager": "pnpm@10.18.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"type": "module",
77
"keywords": [
@@ -74,20 +74,20 @@
7474
"unplugin-utils": "^0.3.0"
7575
},
7676
"devDependencies": {
77-
"@sxzz/eslint-config": "^7.1.4",
77+
"@sxzz/eslint-config": "^7.2.6",
7878
"@sxzz/prettier-config": "^2.2.4",
7979
"@types/benchmark": "^2.1.5",
8080
"@types/jsesc": "^3.0.3",
81-
"@types/node": "^24.5.0",
82-
"@types/react": "^19.1.13",
81+
"@types/node": "^24.6.2",
82+
"@types/react": "^19.2.0",
8383
"benchmark": "^2.1.4",
8484
"bumpp": "^10.2.3",
85-
"eslint": "^9.35.0",
85+
"eslint": "^9.36.0",
8686
"prettier": "^3.6.2",
87-
"tsdown": "^0.15.1",
88-
"tsx": "^4.20.5",
89-
"typescript": "^5.9.2",
90-
"vite": "^7.1.5",
87+
"tsdown": "^0.15.6",
88+
"tsx": "^4.20.6",
89+
"typescript": "^5.9.3",
90+
"vite": "^7.1.9",
9191
"vitest": "^3.2.4"
9292
},
9393
"engines": {

playground/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"typecheck": "vue-tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@unocss/reset": "^66.5.1",
13+
"@unocss/reset": "^66.5.2",
1414
"@vueuse/core": "^13.9.0",
1515
"unplugin-jsx-string": "workspace:*",
16-
"vue": "^3.5.21"
16+
"vue": "^3.5.22"
1717
},
1818
"devDependencies": {
1919
"@iconify-json/carbon": "^1.2.13",
2020
"@vitejs/plugin-vue": "^6.0.1",
21-
"@vue-macros/reactivity-transform": "^3.0.0-rc.0",
22-
"unocss": "^66.5.1",
23-
"unplugin-auto-import": "^20.1.0",
24-
"unplugin-vue-components": "^29.0.0",
25-
"vite": "^7.1.5",
26-
"vue-tsc": "^3.0.7"
21+
"@vue-macros/reactivity-transform": "^3.1.1",
22+
"unocss": "^66.5.2",
23+
"unplugin-auto-import": "^20.2.0",
24+
"unplugin-vue-components": "^29.1.0",
25+
"vite": "^7.1.9",
26+
"vue-tsc": "^3.1.0"
2727
}
2828
}

0 commit comments

Comments
 (0)