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

Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.3.2 to 5.0.0.
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-09 12:47:25 +01:00
committed by Łukasz Mierzwa
parent 68d447a5b5
commit b3466a9752
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -92,7 +92,7 @@
"ts-jest": "29.2.4",
"typescript": "5.5.4",
"vite": "5.4.0",
"vite-tsconfig-paths": "4.3.2"
"vite-tsconfig-paths": "5.0.0"
}
},
"node_modules/@adobe/css-tools": {
@@ -13385,11 +13385,10 @@
}
},
"node_modules/vite-tsconfig-paths": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.3.2.tgz",
"integrity": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.0.0.tgz",
"integrity": "sha512-sCdKc6uC7ir102lW8deBiMnS0NGEs0100OJX8WZQmf3Uf7tJ/T3uQnzznq/tZWph7tkG+44JYOsKE7YTZjDn+Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.1.1",
"globrex": "^0.1.2",
+1 -1
View File
@@ -87,7 +87,7 @@
"ts-jest": "29.2.4",
"typescript": "5.5.4",
"vite": "5.4.0",
"vite-tsconfig-paths": "4.3.2"
"vite-tsconfig-paths": "5.0.0"
},
"overrides": {
"@types/enzyme": {