chore(deps-dev): bump vite-tsconfig-paths from 5.1.2 to 5.1.3 in /ui

Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.2...v5.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-25 12:16:01 +00:00
committed by Łukasz Mierzwa
parent edf3478296
commit fe1a4b683c
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -92,7 +92,7 @@
"ts-jest": "29.2.5",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.2"
"vite-tsconfig-paths": "5.1.3"
}
},
"node_modules/@adobe/css-tools": {
@@ -13591,11 +13591,10 @@
}
},
"node_modules/vite-tsconfig-paths": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.2.tgz",
"integrity": "sha512-gEIbKfJzSEv0yR3XS2QEocKetONoWkbROj6hGx0FHM18qKUojhvcokQsxQx5nMkelZq2n37zbSGCJn+FSODSjA==",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.3.tgz",
"integrity": "sha512-0bz+PDlLpGfP2CigeSKL9NFTF1KtXkeHGZSSaGQSuPZH77GhoiQaA8IjYgOaynSuwlDTolSUEU0ErVvju3NURg==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.1.1",
"globrex": "^0.1.2",
+1 -1
View File
@@ -88,7 +88,7 @@
"ts-jest": "29.2.5",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.2"
"vite-tsconfig-paths": "5.1.3"
},
"overrides": {
"@types/enzyme": {