File tree Expand file tree Collapse file tree 5 files changed +510
-511
lines changed Expand file tree Collapse file tree 5 files changed +510
-511
lines changed Original file line number Diff line number Diff line change 52
52
"@nestjs/schematics" : " ^10.2.3" ,
53
53
"@nestjs/testing" : " ^10.4.12" ,
54
54
"@types/jest" : " ^29.5.14" ,
55
- "@types/node" : " ^20.17.6 " ,
55
+ "@types/node" : " ^20.17.9 " ,
56
56
"@types/supertest" : " ^6.0.2" ,
57
57
"jest" : " ^29.7.0" ,
58
58
"prettier" : " ^3.4.1" ,
Original file line number Diff line number Diff line change 25
25
"@tanstack/react-router" : " ^1.85.0" ,
26
26
"date-fns" : " ^4.1.0" ,
27
27
"nanostores" : " ^0.11.3" ,
28
- "openapi-fetch" : " ^0.13.0 " ,
29
- "openapi-react-query" : " ^0.2.5 " ,
28
+ "openapi-fetch" : " ^0.13.1 " ,
29
+ "openapi-react-query" : " ^0.2.6 " ,
30
30
"react" : " ^18.3.1" ,
31
31
"react-dom" : " ^18.3.1"
32
32
},
40
40
"@vitejs/plugin-react" : " ^4.3.4" ,
41
41
"@vitest/coverage-v8" : " 2.1.6" ,
42
42
"jsdom" : " ^25.0.1" ,
43
- "openapi-typescript" : " ^7.4.3 " ,
43
+ "openapi-typescript" : " ^7.4.4 " ,
44
44
"typescript" : " ^5.7.2" ,
45
- "vite" : " ^6.0.1 " ,
45
+ "vite" : " ^6.0.2 " ,
46
46
"vitest" : " ^2.1.6"
47
47
}
48
48
}
Original file line number Diff line number Diff line change 34
34
"react-dom" : " ^18.3.1"
35
35
},
36
36
"devDependencies" : {
37
- "@eslint/js" : " ^9.15 .0" ,
37
+ "@eslint/js" : " ^9.16 .0" ,
38
38
"@types/react" : " ^18.3.12" ,
39
39
"@types/react-dom" : " ^18.3.1" ,
40
40
"@vitejs/plugin-react" : " ^4.3.4" ,
41
41
"typescript" : " ^5.7.2" ,
42
- "vite" : " ^6.0.1 " ,
42
+ "vite" : " ^6.0.2 " ,
43
43
"vite-plugin-dts" : " ^4.3.0" ,
44
44
"vite-plugin-svgr" : " ^4.3.0"
45
45
}
Original file line number Diff line number Diff line change 19
19
"license" : " MIT" ,
20
20
"devDependencies" : {
21
21
"@changesets/cli" : " ^2.27.10" ,
22
- "@eslint/js" : " ^9.15 .0" ,
22
+ "@eslint/js" : " ^9.16 .0" ,
23
23
"@nestjs/cli" : " ^10.4.8" ,
24
24
"@nx-tools/container-metadata" : " ^6.1.1" ,
25
25
"@nx-tools/nx-container" : " ^6.1.1" ,
26
- "eslint" : " ^9.15 .0" ,
26
+ "eslint" : " ^9.16 .0" ,
27
27
"eslint-config-prettier" : " ^9.1.0" ,
28
28
"eslint-plugin-prettier" : " ^5.2.1" ,
29
29
"eslint-plugin-react" : " ^7.37.2" ,
30
30
"eslint-plugin-react-hooks" : " 5.1.0-rc-fb9a90fa48-20240614" ,
31
31
"eslint-plugin-react-refresh" : " ^0.4.14" ,
32
- "globals" : " ^15.12 .0" ,
32
+ "globals" : " ^15.13 .0" ,
33
33
"nx" : " ^20.1.4" ,
34
34
"typescript-eslint" : " ^8.16.0"
35
35
},
36
36
"engines" : {
37
37
"node" : " >=20.0.0"
38
38
},
39
- "packageManager" : " pnpm@9.12.3"
39
+ "packageManager" : " pnpm@9.12.3" ,
40
+ "pnpm" : {
41
+ "overrides" : {
42
+ "sodium-native" : " 4.2.0"
43
+ }
44
+ }
40
45
}
You can’t perform that action at this time.
0 commit comments