Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency vite-tsconfig-paths to v5 #2607

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"tsx": "^4.4.0",
"turbo": "^2.1.0",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^4.3.2",
"vite-tsconfig-paths": "^5.0.0",
"vitest": "^2.0.0"
},
"packageManager": "[email protected]",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ __metadata:
tsx: "npm:^4.4.0"
turbo: "npm:^2.1.0"
typescript: "npm:^5.7.2"
vite-tsconfig-paths: "npm:^4.3.2"
vite-tsconfig-paths: "npm:^5.0.0"
vitest: "npm:^2.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12432,9 +12432,9 @@ __metadata:
languageName: node
linkType: hard

"vite-tsconfig-paths@npm:^4.3.2":
version: 4.3.2
resolution: "vite-tsconfig-paths@npm:4.3.2"
"vite-tsconfig-paths@npm:^5.0.0":
version: 5.1.3
resolution: "vite-tsconfig-paths@npm:5.1.3"
dependencies:
debug: "npm:^4.1.1"
globrex: "npm:^0.1.2"
Expand All @@ -12444,7 +12444,7 @@ __metadata:
peerDependenciesMeta:
vite:
optional: true
checksum: 10c0/f390ac1d1c3992fc5ac50f9274c1090f8b55ab34a89ea88893db9a6924a3b26c9f64bc1163615150ad100749db73b6b2cf1d57f6cd60df6e762ceb5b8ad30024
checksum: 10c0/fb7480efa31fd50439f4a12c91bc953e5cc09d69fdc7eeb6ffff7cc796bc2c1f2c617c3abfdcbf5d7414848076cea9deb60bc002142f93b6e3131e5458760710
languageName: node
linkType: hard

Expand Down
Loading