Skip to content

Commit 3c36b8b

Browse files
fix(deps): update all non-major dependencies (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e19d43d commit 3c36b8b

File tree

2 files changed

+516
-341
lines changed

2 files changed

+516
-341
lines changed

package.json

Lines changed: 7 additions & 7 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": "pnpm@10.12.2",
4+
"packageManager": "pnpm@10.12.4",
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.27.4",
66+
"@babel/core": "^7.27.7",
6767
"@babel/plugin-syntax-typescript": "^7.27.1",
6868
"@vue/babel-plugin-jsx": "^1.4.0",
6969
"@vue/babel-preset-jsx": "^1.4.0",
@@ -74,13 +74,13 @@
7474
},
7575
"devDependencies": {
7676
"@sxzz/eslint-config": "^7.0.4",
77-
"@sxzz/prettier-config": "^2.2.1",
77+
"@sxzz/prettier-config": "^2.2.3",
7878
"@types/babel__core": "^7.20.5",
79-
"@types/node": "^22.15.32",
79+
"@types/node": "^22.15.34",
8080
"bumpp": "^10.2.0",
81-
"eslint": "^9.29.0",
82-
"prettier": "^3.6.0",
83-
"tsdown": "^0.12.8",
81+
"eslint": "^9.30.0",
82+
"prettier": "^3.6.2",
83+
"tsdown": "^0.12.9",
8484
"tsx": "^4.20.3",
8585
"typescript": "^5.8.3",
8686
"vite": "^7.0.0",

0 commit comments

Comments
 (0)