Skip to content

Commit d4122a2

Browse files
fix(deps): update all non-major dependencies
1 parent 4ab9de7 commit d4122a2

File tree

3 files changed

+968
-873
lines changed

3 files changed

+968
-873
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string",
33
"version": "0.9.1",
4-
"packageManager": "pnpm@10.6.1",
4+
"packageManager": "pnpm@10.9.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"type": "module",
77
"keywords": [
@@ -64,31 +64,31 @@
6464
"prepublishOnly": "pnpm run build"
6565
},
6666
"dependencies": {
67-
"@babel/parser": "^7.26.9",
68-
"@babel/types": "^7.26.9",
67+
"@babel/parser": "^7.27.0",
68+
"@babel/types": "^7.27.0",
6969
"entities": "^6.0.0",
7070
"estree-walker": "^3.0.3",
7171
"jsesc": "^3.1.0",
7272
"magic-string": "^0.30.17",
73-
"unplugin": "^2.2.0",
73+
"unplugin": "^2.3.2",
7474
"unplugin-utils": "^0.2.4"
7575
},
7676
"devDependencies": {
7777
"@sxzz/eslint-config": "^5.3.0",
7878
"@sxzz/prettier-config": "^2.2.1",
7979
"@types/benchmark": "^2.1.5",
8080
"@types/jsesc": "^3.0.3",
81-
"@types/node": "^22.13.10",
82-
"@types/react": "^19.0.10",
81+
"@types/node": "^22.15.1",
82+
"@types/react": "^19.1.2",
8383
"benchmark": "^2.1.4",
84-
"bumpp": "^10.0.3",
85-
"eslint": "^9.22.0",
84+
"bumpp": "^10.1.0",
85+
"eslint": "^9.25.1",
8686
"prettier": "^3.5.3",
87-
"tsdown": "^0.6.4",
87+
"tsdown": "^0.9.6",
8888
"tsx": "^4.19.3",
89-
"typescript": "^5.8.2",
90-
"vite": "^6.2.1",
91-
"vitest": "^3.0.8"
89+
"typescript": "^5.8.3",
90+
"vite": "^6.3.3",
91+
"vitest": "^3.1.2"
9292
},
9393
"engines": {
9494
"node": ">=18.12.0"

playground/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"typecheck": "vue-tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^66.1.0-beta.3",
15-
"@vueuse/core": "^13.0.0",
14+
"@unocss/reset": "^66.1.0-beta.12",
15+
"@vueuse/core": "^13.1.0",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.5.13"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.2.8",
21-
"@vitejs/plugin-vue": "^5.2.1",
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.1",
27-
"vue-tsc": "^2.2.8"
21+
"@vitejs/plugin-vue": "^5.2.3",
22+
"@vue-macros/reactivity-transform": "^3.0.0-beta.9",
23+
"unocss": "^66.1.0-beta.12",
24+
"unplugin-auto-import": "^19.1.2",
25+
"unplugin-vue-components": "^28.5.0",
26+
"vite": "^6.3.3",
27+
"vue-tsc": "^2.2.10"
2828
}
2929
}

0 commit comments

Comments
 (0)