1
0
mirror of https://github.com/prometheus/alertmanager.git synced 2026-02-05 15:45:34 +01:00

build(deps-dev): bump vite-tsconfig-paths in /ui/mantine-ui (#4880)

Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 5.1.4 to 6.0.4.
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.4...v6.0.4)

---
updated-dependencies:
- dependency-name: vite-tsconfig-paths
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-14 12:04:03 +01:00
committed by GitHub
parent bc31773a0c
commit dd8fdaa504
2 changed files with 7 additions and 6 deletions

View File

@@ -41,7 +41,7 @@
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^5.1.4",
"vite-tsconfig-paths": "^6.0.4",
"vitest": "^4.0.17"
}
},
@@ -7914,15 +7914,16 @@
}
},
"node_modules/vite-tsconfig-paths": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.4.tgz",
"integrity": "sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==",
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.0.4.tgz",
"integrity": "sha512-iIsEJ+ek5KqRTK17pmxtgIxXtqr3qDdE6OxrP9mVeGhVDNXRJTKN/l9oMbujTQNzMLe6XZ8qmpztfbkPu2TiFQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.1.1",
"globrex": "^0.1.2",
"tsconfck": "^3.0.3"
"tsconfck": "^3.0.3",
"vite": "*"
},
"peerDependencies": {
"vite": "*"

View File

@@ -50,7 +50,7 @@
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^5.1.4",
"vite-tsconfig-paths": "^6.0.4",
"vitest": "^4.0.17"
}
}