Skip to content

Commit c72a86d

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

File tree

2 files changed

+387
-357
lines changed

2 files changed

+387
-357
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.8.1",
4-
"packageManager": "pnpm@10.22.0",
4+
"packageManager": "pnpm@10.23.0",
55
"description": "A Vue JSX plugin.",
66
"type": "module",
77
"keywords": [
@@ -64,23 +64,23 @@
6464
"dependencies": {
6565
"@babel/core": "^7.28.5",
6666
"@vue/babel-plugin-jsx": "^2.0.1",
67-
"unplugin": "^2.3.10"
67+
"unplugin": "^2.3.11"
6868
},
6969
"devDependencies": {
7070
"@babel/plugin-syntax-typescript": "^7.27.1",
71-
"@sxzz/eslint-config": "^7.2.10",
72-
"@sxzz/prettier-config": "^2.2.4",
71+
"@sxzz/eslint-config": "^7.3.2",
72+
"@sxzz/prettier-config": "^2.2.5",
7373
"@types/babel__core": "^7.20.5",
7474
"@types/node": "^24.10.1",
7575
"bumpp": "^10.3.1",
7676
"eslint": "^9.39.1",
7777
"prettier": "^3.6.2",
7878
"rolldown-plugin-require-cjs": "^0.3.1",
79-
"tsdown": "^0.16.4",
79+
"tsdown": "^0.16.6",
8080
"tsx": "^4.20.6",
8181
"typescript": "^5.9.3",
82-
"vite": "^7.2.2",
83-
"vitest": "^4.0.9",
82+
"vite": "^7.2.4",
83+
"vitest": "^4.0.13",
8484
"vue": "^3.5.24"
8585
},
8686
"engines": {

0 commit comments

Comments
 (0)