File tree 7 files changed +149
-184
lines changed
7 files changed +149
-184
lines changed Original file line number Diff line number Diff line change 23
23
"@types/cors" : " ^2.8.17" ,
24
24
"@types/express-session" : " ^1.18.1" ,
25
25
"@types/lodash" : " ^4.17.16" ,
26
- "@types/node" : " ^22.13.8 " ,
26
+ "@types/node" : " ^22.13.9 " ,
27
27
"@types/passport-google-oauth20" : " ^2.0.16" ,
28
28
"tsx" : " ^4.19.3" ,
29
29
"@types/papaparse" : " ^5.3.15" ,
36
36
"@aws-sdk/client-athena" : " ^3.758.0" ,
37
37
"@aws-sdk/client-s3" : " ^3.758.0" ,
38
38
"@escape.tech/graphql-armor" : " ^3.1.2" ,
39
- "@graphql-tools/schema" : " ^10.0.20 " ,
40
- "@graphql-tools/utils" : " ^10.8.3 " ,
39
+ "@graphql-tools/schema" : " ^10.0.21 " ,
40
+ "@graphql-tools/utils" : " ^10.8.4 " ,
41
41
"@keyv/redis" : " ^4.3.1" ,
42
42
"@repo/common" : " *" ,
43
43
"@repo/sis-api" : " *" ,
54
54
"helmet" : " ^8.0.0" ,
55
55
"keyv" : " ^5.3.1" ,
56
56
"lodash" : " ^4.17.21" ,
57
- "mongodb" : " ^6.14.0 " ,
58
- "mongoose" : " ^8.11.0 " ,
57
+ "mongodb" : " ^6.14.2 " ,
58
+ "mongoose" : " ^8.12.1 " ,
59
59
"papaparse" : " ^5.5.2" ,
60
60
"passport" : " ^0.7.0" ,
61
61
"passport-google-oauth20" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 6
6
"main" : " tsx src/main.ts"
7
7
},
8
8
"devDependencies" : {
9
- "@types/node" : " ^22.13.8 " ,
10
- "eslint" : " ^9.21 .0" ,
9
+ "@types/node" : " ^22.13.9 " ,
10
+ "eslint" : " ^9.22 .0" ,
11
11
"typescript" : " ^5.8.2"
12
12
},
13
13
"dependencies" : {
Original file line number Diff line number Diff line change 9
9
"start" : " serve -s dist -p 3000"
10
10
},
11
11
"dependencies" : {
12
- "@apollo/client" : " 3.13.1 " ,
12
+ "@apollo/client" : " 3.13.3 " ,
13
13
"@floating-ui/dom" : " ^1.6.13" ,
14
14
"@mapbox/mapbox-gl-directions" : " ^4.3.1" ,
15
15
"@repo/theme" : " *" ,
25
25
"radix-ui" : " ^1.1.3" ,
26
26
"react" : " ^19.0.0" ,
27
27
"react-dom" : " ^19.0.0" ,
28
- "react-router-dom" : " ^7.2 .0" ,
28
+ "react-router-dom" : " ^7.3 .0" ,
29
29
"recharts" : " ^2.15.1"
30
30
},
31
31
"devDependencies" : {
32
32
"@repo/eslint-config" : " *" ,
33
33
"@repo/typescript-config" : " *" ,
34
34
"@types/mapbox-gl" : " ^3.4.1" ,
35
- "@types/node" : " ^22.13.8 " ,
35
+ "@types/node" : " ^22.13.9 " ,
36
36
"@types/react" : " ^19.0.10" ,
37
37
"@types/react-dom" : " ^19.0.4" ,
38
38
"@vitejs/plugin-react" : " ^4.3.4" ,
39
- "eslint" : " ^9.21 .0" ,
39
+ "eslint" : " ^9.22 .0" ,
40
40
"serve" : " ^14.2.4" ,
41
41
"typescript" : " ^5.8.2" ,
42
- "vite" : " 6.2.0 "
42
+ "vite" : " 6.2.1 "
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments