Skip to content

Commit c5aa385

Browse files
fix(deps): update all non-major dependencies
1 parent b1987af commit c5aa385

File tree

2 files changed

+556
-472
lines changed

2 files changed

+556
-472
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.6.1",
4-
"packageManager": "[email protected].2",
4+
"packageManager": "[email protected].3",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"type": "module",
77
"keywords": [
@@ -63,7 +63,7 @@
6363
"vue": "^2.0.0 || ^3.0.0"
6464
},
6565
"dependencies": {
66-
"@babel/core": "^7.26.9",
66+
"@babel/core": "^7.26.10",
6767
"@babel/plugin-syntax-typescript": "^7.25.9",
6868
"@vue/babel-plugin-jsx": "^1.4.0",
6969
"@vue/babel-preset-jsx": "^1.4.0",
@@ -73,17 +73,17 @@
7373
"unplugin-utils": "^0.2.4"
7474
},
7575
"devDependencies": {
76-
"@sxzz/eslint-config": "^6.0.1",
76+
"@sxzz/eslint-config": "^6.0.2",
7777
"@sxzz/prettier-config": "^2.2.1",
7878
"@types/babel__core": "^7.20.5",
7979
"@types/node": "^22.13.10",
80-
"bumpp": "^10.0.3",
80+
"bumpp": "^10.1.0",
8181
"eslint": "^9.22.0",
8282
"prettier": "^3.5.3",
83-
"tsdown": "^0.6.4",
83+
"tsdown": "^0.6.8",
8484
"tsx": "^4.19.3",
8585
"typescript": "^5.8.2",
86-
"vite": "^6.2.1",
86+
"vite": "^6.2.2",
8787
"vitest": "^3.0.8",
8888
"vue": "^3.5.13"
8989
},

0 commit comments

Comments
 (0)