Skip to content

Commit 9bb06b3

Browse files
chore(deps): update all non-major dependencies
1 parent 31682f4 commit 9bb06b3

File tree

3 files changed

+343
-181
lines changed

3 files changed

+343
-181
lines changed

package.json

+2-2
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].2",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"type": "module",
77
"keywords": [
@@ -84,7 +84,7 @@
8484
"bumpp": "^10.0.3",
8585
"eslint": "^9.22.0",
8686
"prettier": "^3.5.3",
87-
"tsdown": "^0.6.4",
87+
"tsdown": "^0.6.8",
8888
"tsx": "^4.19.3",
8989
"typescript": "^5.8.2",
9090
"vite": "^6.2.1",

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.2.8",
2121
"@vitejs/plugin-vue": "^5.2.1",
22-
"@vue-macros/reactivity-transform": "^3.0.0-beta.3",
22+
"@vue-macros/reactivity-transform": "^3.0.0-beta.4",
2323
"unocss": "^66.1.0-beta.3",
2424
"unplugin-auto-import": "^19.1.1",
2525
"unplugin-vue-components": "^28.4.1",

0 commit comments

Comments
 (0)