Skip to content

Commit 72d9b0f

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

File tree

2 files changed

+363
-374
lines changed

2 files changed

+363
-374
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.6.0",
4-
"packageManager": "pnpm@10.4.1",
4+
"packageManager": "pnpm@10.5.2",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"type": "module",
77
"keywords": [
@@ -66,24 +66,24 @@
6666
"@babel/plugin-syntax-typescript": "^7.25.9",
6767
"@vue/babel-plugin-jsx": "^1.2.5",
6868
"@vue/babel-preset-jsx": "^1.4.0",
69-
"local-pkg": "^1.0.0",
69+
"local-pkg": "^1.1.0",
7070
"magic-string": "^0.30.17",
7171
"unplugin": "^2.2.0",
7272
"unplugin-utils": "^0.2.4"
7373
},
7474
"devDependencies": {
75-
"@sxzz/eslint-config": "^5.1.1",
75+
"@sxzz/eslint-config": "^5.2.0",
7676
"@sxzz/prettier-config": "^2.2.0",
7777
"@types/babel__core": "^7.20.5",
78-
"@types/node": "^22.13.5",
78+
"@types/node": "^22.13.8",
7979
"bumpp": "^10.0.3",
8080
"eslint": "^9.21.0",
81-
"prettier": "^3.5.2",
81+
"prettier": "^3.5.3",
8282
"tsdown": "^0.6.0",
8383
"tsx": "^4.19.3",
84-
"typescript": "^5.7.3",
85-
"vite": "^6.1.1",
86-
"vitest": "^3.0.6",
84+
"typescript": "^5.8.2",
85+
"vite": "^6.2.0",
86+
"vitest": "^3.0.7",
8787
"vue": "^3.5.13"
8888
},
8989
"engines": {

0 commit comments

Comments
 (0)