File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 "ts-node" : " 10.9.2" ,
5757 "tslib" : " 2.8.1" ,
5858 "typescript" : " 5.9.3" ,
59- "vite-tsconfig-paths" : " 6.1.1" ,
6059 "vitest" : " 4.1.4"
6160 },
6261 "resolutions" : {
Original file line number Diff line number Diff line change 1- import tsconfigPaths from 'vite-tsconfig-paths' ;
21import { defineConfig } from 'vitest/config' ;
32
43export const sharedConfig = defineConfig ( {
5- plugins : [ tsconfigPaths ( ) as any ] ,
64 resolve : {
75 alias : {
86 graphql : 'graphql/index.js' ,
97 } ,
8+ tsconfigPaths : true ,
109 } ,
1110 test : {
1211 globals : true ,
Original file line number Diff line number Diff line change @@ -4104,11 +4104,6 @@ globby@^13.1.3:
41044104 merge2 "^1.4.1"
41054105 slash "^4.0.0"
41064106
4107- globrex@^0.1.2 :
4108- version "0.1.2"
4109- resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
4110- integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
4111-
41124107gopd@^1.0.1, gopd@^1.2.0 :
41134108 version "1.2.0"
41144109 resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
63856380 v8-compile-cache-lib "^3.0.1"
63866381 yn "3.1.1"
63876382
6388- tsconfck@^3.0.3 :
6389- version "3.1.6"
6390- resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.6.tgz#da1f0b10d82237ac23422374b3fce1edb23c3ead"
6391- integrity sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==
6392-
63936383tsconfig-paths@^3.15.0 :
63946384 version "3.15.0"
63956385 resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
@@ -6571,15 +6561,6 @@ v8-compile-cache-lib@^3.0.1:
65716561 resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
65726562 integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
65736563
6574- 6575- version "6.1.1"
6576- resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz#d5c28cba79c89ebf76489ef1040024b21df6da3a"
6577- integrity sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==
6578- dependencies :
6579- debug "^4.1.1"
6580- globrex "^0.1.2"
6581- tsconfck "^3.0.3"
6582-
65836564" vite@^6.0.0 || ^7.0.0 || ^8.0.0 " :
65846565 version "8.0.3"
65856566 resolved "https://registry.yarnpkg.com/vite/-/vite-8.0.3.tgz#036d9e3b077ff57b128660b3e3a5d2d12bac9b42"
You can’t perform that action at this time.
0 commit comments