Skip to content

Commit 7a39218

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

File tree

3 files changed

+703
-629
lines changed

3 files changed

+703
-629
lines changed

package.json

+8-8
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": "[email protected].1",
4+
"packageManager": "[email protected].4",
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.9",
68-
"@babel/types": "^7.26.9",
67+
"@babel/parser": "^7.26.10",
68+
"@babel/types": "^7.26.10",
6969
"entities": "^6.0.0",
7070
"estree-walker": "^3.0.3",
7171
"jsesc": "^3.1.0",
@@ -79,16 +79,16 @@
7979
"@types/benchmark": "^2.1.5",
8080
"@types/jsesc": "^3.0.3",
8181
"@types/node": "^22.13.10",
82-
"@types/react": "^19.0.10",
82+
"@types/react": "^19.0.11",
8383
"benchmark": "^2.1.4",
84-
"bumpp": "^10.0.3",
84+
"bumpp": "^10.1.0",
8585
"eslint": "^9.22.0",
8686
"prettier": "^3.5.3",
87-
"tsdown": "^0.6.4",
87+
"tsdown": "^0.6.9",
8888
"tsx": "^4.19.3",
8989
"typescript": "^5.8.2",
90-
"vite": "^6.2.1",
91-
"vitest": "^3.0.8"
90+
"vite": "^6.2.2",
91+
"vitest": "^3.0.9"
9292
},
9393
"engines": {
9494
"node": ">=18.12.0"

playground/package.json

+5-5
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",
14+
"@unocss/reset": "^66.1.0-beta.6",
1515
"@vueuse/core": "^13.0.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",
21+
"@vitejs/plugin-vue": "^5.2.3",
22+
"@vue-macros/reactivity-transform": "^3.0.0-beta.5",
23+
"unocss": "^66.1.0-beta.6",
2424
"unplugin-auto-import": "^19.1.1",
2525
"unplugin-vue-components": "^28.4.1",
26-
"vite": "^6.2.1",
26+
"vite": "^6.2.2",
2727
"vue-tsc": "^2.2.8"
2828
}
2929
}

0 commit comments

Comments
 (0)