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

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

---
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-03-15 18:20:56 +00:00
committed by Łukasz Mierzwa
parent 9cfb10efce
commit dca3075880
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -92,7 +92,7 @@
"ts-jest": "29.1.2",
"typescript": "5.4.2",
"vite": "5.1.5",
"vite-tsconfig-paths": "4.3.1"
"vite-tsconfig-paths": "4.3.2"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -12504,14 +12504,14 @@
}
},
"node_modules/vite-tsconfig-paths": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.3.1.tgz",
"integrity": "sha512-cfgJwcGOsIxXOLU/nELPny2/LUD/lcf1IbfyeKTv2bsupVbTH/xpFtdQlBmIP1GEK2CjjLxYhFfB+QODFAx5aw==",
"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==",
"dev": true,
"dependencies": {
"debug": "^4.1.1",
"globrex": "^0.1.2",
"tsconfck": "^3.0.1"
"tsconfck": "^3.0.3"
},
"peerDependencies": {
"vite": "*"
+1 -1
View File
@@ -87,7 +87,7 @@
"ts-jest": "29.1.2",
"typescript": "5.4.2",
"vite": "5.1.5",
"vite-tsconfig-paths": "4.3.1"
"vite-tsconfig-paths": "4.3.2"
},
"overrides": {
"@types/enzyme": {