fix(deps): update all non-major dependencies (#17590) · vitejs/vite@012490c (original) (raw)
`@@ -40,7 +40,7 @@
`
40
40
`"ci-docs": "run-s build docs-build"
`
41
41
` },
`
42
42
`"devDependencies": {
`
43
``
`-
"@eslint/js": "^9.5.0",
`
``
43
`+
"@eslint/js": "^9.6.0",
`
44
44
`"@types/babel__core": "^7.20.5",
`
45
45
`"@types/babel__preset-env": "^7.9.7",
`
46
46
`"@types/convert-source-map": "^2.0.3",
`
`@@ -50,33 +50,33 @@
`
50
50
`"@types/etag": "^1.8.3",
`
51
51
`"@types/fs-extra": "^11.0.4",
`
52
52
`"@types/less": "^3.0.6",
`
53
``
`-
"@types/micromatch": "^4.0.7",
`
54
``
`-
"@types/node": "^20.14.8",
`
55
``
`-
"@types/picomatch": "^2.3.3",
`
``
53
`+
"@types/micromatch": "^4.0.9",
`
``
54
`+
"@types/node": "^20.14.9",
`
``
55
`+
"@types/picomatch": "^2.3.4",
`
56
56
`"@types/stylus": "^0.48.42",
`
57
57
`"@types/ws": "^8.5.10",
`
58
58
`"@vitejs/release-scripts": "^1.3.1",
`
59
59
`"conventional-changelog-cli": "^5.0.0",
`
60
``
`-
"eslint": "^9.5.0",
`
61
``
`-
"eslint-plugin-import-x": "^0.5.1",
`
``
60
`+
"eslint": "^9.6.0",
`
``
61
`+
"eslint-plugin-import-x": "^0.5.3",
`
62
62
`"eslint-plugin-n": "^17.9.0",
`
63
63
`"eslint-plugin-regexp": "^2.6.0",
`
64
64
`"execa": "^9.3.0",
`
65
65
`"fs-extra": "^11.2.0",
`
66
``
`-
"globals": "^15.6.0",
`
``
66
`+
"globals": "^15.7.0",
`
67
67
`"lint-staged": "^15.2.7",
`
68
68
`"npm-run-all2": "^6.2.0",
`
69
69
`"picocolors": "^1.0.1",
`
70
``
`-
"playwright-chromium": "^1.44.1",
`
``
70
`+
"playwright-chromium": "^1.45.0",
`
71
71
`"prettier": "3.3.2",
`
72
72
`"rimraf": "^5.0.7",
`
73
73
`"rollup": "^4.13.0",
`
74
74
`"rollup-plugin-esbuild": "^6.1.1",
`
75
75
`"simple-git-hooks": "^2.11.1",
`
76
76
`"tslib": "^2.6.3",
`
77
``
`-
"tsx": "^4.15.7",
`
``
77
`+
"tsx": "^4.16.0",
`
78
78
`"typescript": "^5.2.2",
`
79
``
`-
"typescript-eslint": "^7.13.1",
`
``
79
`+
"typescript-eslint": "^7.15.0",
`
80
80
`"vite": "workspace:*",
`
81
81
`"vitest": "^1.6.0"
`
82
82
` },
`