fix(deps): update all non-major dependencies (#421) · vitejs/vite-plugin-vue@e3a7fec (original) (raw)
`@@ -36,38 +36,38 @@
`
36
36
`"ci-publish": "tsx scripts/publishCI.ts"
`
37
37
` },
`
38
38
`"devDependencies": {
`
39
``
`-
"@babel/types": "^7.24.7",
`
``
39
`+
"@babel/types": "^7.25.2",
`
40
40
`"@eslint/js": "^9.9.0",
`
41
41
`"@types/babel__core": "^7.20.5",
`
42
42
`"@types/convert-source-map": "^2.0.3",
`
43
43
`"@types/debug": "^4.1.12",
`
44
44
`"@types/fs-extra": "^11.0.4",
`
45
``
`-
"@types/node": "^20.14.2",
`
``
45
`+
"@types/node": "^20.14.15",
`
46
46
`"@types/resolve": "^1.20.6",
`
47
47
`"@vitejs/release-scripts": "^1.3.2",
`
48
48
`"conventional-changelog-cli": "^5.0.0",
`
49
49
`"eslint": "^9.9.0",
`
50
50
`"eslint-plugin-import-x": "^3.1.0",
`
51
51
`"eslint-plugin-n": "^17.10.2",
`
52
52
`"eslint-plugin-regexp": "^2.6.0",
`
53
``
`-
"execa": "^9.2.0",
`
``
53
`+
"execa": "^9.3.0",
`
54
54
`"fast-glob": "^3.3.2",
`
55
55
`"fs-extra": "^11.2.0",
`
56
``
`-
"lint-staged": "^15.2.7",
`
57
``
`-
"npm-run-all2": "^6.2.0",
`
``
56
`+
"lint-staged": "^15.2.9",
`
``
57
`+
"npm-run-all2": "^6.2.2",
`
58
58
`"picocolors": "^1.0.1",
`
59
``
`-
"playwright-chromium": "^1.44.1",
`
``
59
`+
"playwright-chromium": "^1.46.0",
`
60
60
`"prettier": "3.3.3",
`
61
61
`"resolve": "^1.22.8",
`
62
62
`"rollup": "^4.20.0",
`
63
63
`"rollup-plugin-license": "^3.5.2",
`
64
64
`"simple-git-hooks": "^2.11.1",
`
65
``
`-
"tsx": "^4.15.5",
`
66
``
`-
"typescript": "^5.4.5",
`
``
65
`+
"tsx": "^4.17.0",
`
``
66
`+
"typescript": "^5.5.4",
`
67
67
`"typescript-eslint": "^8.1.0",
`
68
68
`"unbuild": "2.0.0",
`
69
69
`"vite": "catalog:",
`
70
``
`-
"vitest": "^2.0.0",
`
``
70
`+
"vitest": "^2.0.5",
`
71
71
`"vue": "catalog:"
`
72
72
` },
`
73
73
`"simple-git-hooks": {
`
`@@ -87,7 +87,7 @@
`
87
87
`"eslint --cache --fix"
`
88
88
` ]
`
89
89
` },
`
90
``
`-
"packageManager": "pnpm@9.7.0",
`
``
90
`+
"packageManager": "pnpm@9.7.1",
`
91
91
`"pnpm": {
`
92
92
`"overrides": {
`
93
93
`"@vitejs/plugin-vue": "workspace:*"
`