Bump vite-tsconfig-paths from 4.2.3 to 4.3.1 in /commafeed-client

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-03 08:14:53 +00:00
committed by GitHub
parent 58789b15a3
commit 4cbf32cbb8
2 changed files with 11 additions and 11 deletions

View File

@@ -69,7 +69,7 @@
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.2.3",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.1.3",
"vitest-mock-extended": "^1.3.1"
}
@@ -8242,18 +8242,18 @@
}
},
"node_modules/tsconfck": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-2.1.1.tgz",
"integrity": "sha512-ZPCkJBKASZBmBUNqGHmRhdhM8pJYDdOXp4nRgj/O0JwUwsMq50lCDRQP/M5GBNAA0elPrq4gAeu4dkaVCuKWww==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.1.tgz",
"integrity": "sha512-7ppiBlF3UEddCLeI1JRx5m2Ryq+xk4JrZuq4EuYXykipebaq1dV0Fhgr1hb7CkmHt32QSgOZlcqVLEtHBG4/mg==",
"dev": true,
"bin": {
"tsconfck": "bin/tsconfck.js"
},
"engines": {
"node": "^14.13.1 || ^16 || >=18"
"node": "^18 || >=20"
},
"peerDependencies": {
"typescript": "^4.3.5 || ^5.0.0"
"typescript": "^5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
@@ -8704,14 +8704,14 @@
}
},
"node_modules/vite-tsconfig-paths": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.2.3.tgz",
"integrity": "sha512-xVsA2xe6QSlzBujtWF8q2NYexh7PAUYfzJ4C8Axpe/7d2pcERYxuxGgph9F4f0iQO36g5tyGq6eBUYIssdUrVw==",
"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==",
"dev": true,
"dependencies": {
"debug": "^4.1.1",
"globrex": "^0.1.2",
"tsconfck": "^2.1.0"
"tsconfck": "^3.0.1"
},
"peerDependencies": {
"vite": "*"

View File

@@ -75,7 +75,7 @@
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.2.3",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.1.3",
"vitest-mock-extended": "^1.3.1"
}