Commit 286f6b0 1 parent 798a932 commit 286f6b0 Copy full SHA for 286f6b0
File tree 2 files changed +7
-4
lines changed
dev-packages/e2e-tests/test-applications/node-express
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 15
15
"@sentry/node" : " latest || *" ,
16
16
"@trpc/server" : " 10.45.2" ,
17
17
"@trpc/client" : " 10.45.2" ,
18
- "@types/express" : " 4.17.17 " ,
19
- "@types/node" : " 18.15 .1" ,
20
- "express" : " 4.20.0 " ,
18
+ "@types/express" : " ^ 4.17.21 " ,
19
+ "@types/node" : " ^ 18.19 .1" ,
20
+ "express" : " ^4.21.2 " ,
21
21
"typescript" : " 4.9.5" ,
22
22
"zod" : " ~3.22.4"
23
23
},
24
24
"devDependencies" : {
25
25
"@playwright/test" : " ^1.44.1" ,
26
26
"@sentry-internal/test-utils" : " link:../../../test-utils"
27
27
},
28
+ "resolutions" : {
29
+ "@types/qs" : " 6.9.17"
30
+ },
28
31
"volta" : {
29
32
"extends" : " ../../package.json"
30
33
}
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"types" : [ "node" ] ,
4
4
"esModuleInterop" : true ,
5
- "lib" : [ "es2018 " ] ,
5
+ "lib" : [ "es2020 " ] ,
6
6
"strict" : true ,
7
7
"outDir" : "dist"
8
8
} ,
You can’t perform that action at this time.
0 commit comments