chore(deps): update dependency vite-plugin-checker to ^0.12.0

This commit is contained in:
renovate[bot]
2025-12-11 18:31:01 +00:00
committed by GitHub
parent 60cbf6cff3
commit e40c4e3779
2 changed files with 8 additions and 8 deletions

View File

@@ -61,7 +61,7 @@
"jsdom": "^27.3.0", "jsdom": "^27.3.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vite": "^7.2.7", "vite": "^7.2.7",
"vite-plugin-checker": "^0.11.0", "vite-plugin-checker": "^0.12.0",
"vite-tsconfig-paths": "^5.1.4", "vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.15", "vitest": "^4.0.15",
"yaml": "^2.8.2" "yaml": "^2.8.2"
@@ -6180,9 +6180,9 @@
} }
}, },
"node_modules/vite-plugin-checker": { "node_modules/vite-plugin-checker": {
"version": "0.11.0", "version": "0.12.0",
"resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.11.0.tgz", "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.12.0.tgz",
"integrity": "sha512-iUdO9Pl9UIBRPAragwi3as/BXXTtRu4G12L3CMrjx+WVTd9g/MsqNakreib9M/2YRVkhZYiTEwdH2j4Dm0w7lw==", "integrity": "sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -6192,7 +6192,7 @@
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"picomatch": "^4.0.3", "picomatch": "^4.0.3",
"tiny-invariant": "^1.3.3", "tiny-invariant": "^1.3.3",
"tinyglobby": "^0.2.14", "tinyglobby": "^0.2.15",
"vscode-uri": "^3.1.0" "vscode-uri": "^3.1.0"
}, },
"engines": { "engines": {
@@ -6200,13 +6200,13 @@
}, },
"peerDependencies": { "peerDependencies": {
"@biomejs/biome": ">=1.7", "@biomejs/biome": ">=1.7",
"eslint": ">=7", "eslint": ">=9.39.1",
"meow": "^13.2.0", "meow": "^13.2.0",
"optionator": "^0.9.4", "optionator": "^0.9.4",
"oxlint": ">=1", "oxlint": ">=1",
"stylelint": ">=16", "stylelint": ">=16",
"typescript": "*", "typescript": "*",
"vite": ">=5.4.20", "vite": ">=5.4.21",
"vls": "*", "vls": "*",
"vti": "*", "vti": "*",
"vue-tsc": "~2.2.10 || ^3.0.0" "vue-tsc": "~2.2.10 || ^3.0.0"

View File

@@ -68,7 +68,7 @@
"jsdom": "^27.3.0", "jsdom": "^27.3.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vite": "^7.2.7", "vite": "^7.2.7",
"vite-plugin-checker": "^0.11.0", "vite-plugin-checker": "^0.12.0",
"vite-tsconfig-paths": "^5.1.4", "vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.15", "vitest": "^4.0.15",
"yaml": "^2.8.2" "yaml": "^2.8.2"