File tree Expand file tree Collapse file tree 17 files changed +2467
-1025
lines changed
browser-integration-tests Expand file tree Collapse file tree 17 files changed +2467
-1025
lines changed Original file line number Diff line number Diff line change 39
39
"test:detect-flaky" : " ts-node scripts/detectFlakyTests.ts"
40
40
},
41
41
"dependencies" : {
42
+ "@babel/core" : " 7.27.4" ,
42
43
"@babel/preset-typescript" : " ^7.16.7" ,
43
44
"@playwright/test" : " ~1.50.0" ,
44
45
"@sentry-internal/rrweb" : " 2.34.0" ,
Original file line number Diff line number Diff line change 28
28
"@aws-sdk/client-s3" : " ^3.552.0" ,
29
29
"@hapi/hapi" : " ^21.3.10" ,
30
30
"@nestjs/common" : " 11.0.16" ,
31
- "@nestjs/core" : " 10.4.6 " ,
32
- "@nestjs/platform-express" : " 10.4.6 " ,
31
+ "@nestjs/core" : " 11.0.16 " ,
32
+ "@nestjs/platform-express" : " 11.0.16 " ,
33
33
"@sentry/aws-serverless" : " 9.32.0" ,
34
34
"@sentry/core" : " 9.32.0" ,
35
35
"@sentry/node" : " 9.32.0" ,
74
74
"@types/amqplib" : " ^0.10.5" ,
75
75
"@types/node-cron" : " ^3.0.11" ,
76
76
"@types/node-schedule" : " ^2.1.7" ,
77
- "globby" : " 11"
77
+ "file-type" : " ^20.4.1" ,
78
+ "globby" : " 11" ,
79
+ "react" : " ^18.3.1" ,
80
+ "zod" : " ^3.24.1"
78
81
},
79
82
"config" : {
80
83
"mongodbMemoryServer" : {
Original file line number Diff line number Diff line change 71
71
"ember-source" : " ~4.12.4" ,
72
72
"ember-template-lint" : " ~4.16.1" ,
73
73
"eslint-plugin-ember" : " 11.9.0" ,
74
- "eslint-plugin-n" : " 16 .0.1 " ,
74
+ "eslint-plugin-n" : " 15 .0.0 " ,
75
75
"eslint-plugin-qunit" : " 8.0.0" ,
76
76
"loader.js" : " ~4.7.0" ,
77
77
"qunit" : " ~2.22.0" ,
Original file line number Diff line number Diff line change 55
55
},
56
56
"devDependencies" : {
57
57
"@testing-library/react" : " ^13.0.0" ,
58
- "react" : " ^18.0.0"
58
+ "react" : " ^18.3.1" ,
59
+ "react-dom" : " ^18.3.1" ,
60
+ "webpack" : " ^5.0.0"
59
61
},
60
62
"scripts" : {
61
63
"build" : " run-p build:transpile build:types" ,
Original file line number Diff line number Diff line change 55
55
"devDependencies" : {
56
56
"@nestjs/common" : " ^10.0.0" ,
57
57
"@nestjs/core" : " ^10.0.0" ,
58
- "reflect-metadata" : " ^0.2.2"
58
+ "reflect-metadata" : " ^0.2.2" ,
59
+ "rxjs" : " ^7.8.1"
59
60
},
60
61
"peerDependencies" : {
61
62
"@nestjs/common" : " ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" ,
Original file line number Diff line number Diff line change 94
94
"devDependencies" : {
95
95
"@types/resolve" : " 1.20.3" ,
96
96
"eslint-plugin-react" : " ^7.31.11" ,
97
- "next" : " 13.5.9"
97
+ "next" : " 13.5.9" ,
98
+ "react" : " ^18.3.1" ,
99
+ "react-dom" : " ^18.3.1"
98
100
},
99
101
"peerDependencies" : {
100
102
"next" : " ^13.2.0 || ^14.0 || ^15.0.0-rc.0"
Original file line number Diff line number Diff line change 52
52
},
53
53
"devDependencies" : {
54
54
"@nuxt/module-builder" : " ^0.8.4" ,
55
- "nuxt" : " ^3.13.2"
55
+ "nuxt" : " ^3.13.2" ,
56
+ "nuxi" : " ^3.13.1" ,
57
+ "vite" : " ^5.4.11"
56
58
},
57
59
"scripts" : {
58
60
"build" : " run-s build:types build:transpile" ,
Original file line number Diff line number Diff line change 49
49
"devDependencies" : {
50
50
"@react-router/dev" : " ^7.5.2" ,
51
51
"@react-router/node" : " ^7.5.2" ,
52
+ "react" : " ^18.3.1" ,
52
53
"react-router" : " ^7.5.2" ,
53
54
"vite" : " ^6.1.0"
54
55
},
Original file line number Diff line number Diff line change 61
61
"history-4" : " npm:history@4.6.0" ,
62
62
"history-5" : " npm:history@4.9.0" ,
63
63
"node-fetch" : " ^2.6.7" ,
64
- "react" : " ^18.0.0 " ,
65
- "react-dom" : " ^18.0.0 " ,
64
+ "react" : " ^18.3.1 " ,
65
+ "react-dom" : " ^18.3.1 " ,
66
66
"react-router-3" : " npm:react-router@3.2.0" ,
67
67
"react-router-4" : " npm:react-router@4.1.0" ,
68
68
"react-router-5" : " npm:react-router@5.0.0" ,
Original file line number Diff line number Diff line change 80
80
"@remix-run/react" : " ^2.15.2" ,
81
81
"@remix-run/server-runtime" : " 2.15.2" ,
82
82
"@types/express" : " ^4.17.14" ,
83
+ "react" : " ^18.3.1" ,
84
+ "react-dom" : " ^18.3.1" ,
83
85
"vite" : " ^5.4.11"
84
86
},
85
87
"peerDependencies" : {
Original file line number Diff line number Diff line change 13
13
"@remix-run/react" : " 2.16.3" ,
14
14
"@remix-run/serve" : " 2.16.3" ,
15
15
"@sentry/remix" : " file:../.." ,
16
- "react" : " ^18" ,
17
- "react-dom" : " ^18"
16
+ "react" : " ^18.3.1 " ,
17
+ "react-dom" : " ^18.3.1 "
18
18
},
19
19
"devDependencies" : {
20
20
"@remix-run/dev" : " 2.16.3" ,
Original file line number Diff line number Diff line change 76
76
"@sentry-internal/rrweb-snapshot" : " 2.35.0" ,
77
77
"fflate" : " 0.8.2" ,
78
78
"jest-matcher-utils" : " ^29.0.0" ,
79
- "jsdom-worker" : " ^0.2.1"
79
+ "jsdom-worker" : " ^0.2.1" ,
80
+ "node-fetch" : " ^3.3.2"
80
81
},
81
82
"dependencies" : {
82
83
"@sentry-internal/browser-utils" : " 9.32.0" ,
Original file line number Diff line number Diff line change 59
59
"devDependencies" : {
60
60
"@solidjs/router" : " ^0.13.4" ,
61
61
"@solidjs/testing-library" : " 0.8.5" ,
62
+ "@testing-library/dom" : " ^7.21.4" ,
62
63
"@testing-library/jest-dom" : " ^6.4.5" ,
63
64
"@testing-library/user-event" : " ^14.5.2" ,
64
65
"solid-js" : " ^1.8.11" ,
66
+ "vite" : " ^5.4.11" ,
65
67
"vite-plugin-solid" : " ^2.11.6"
66
68
},
67
69
"scripts" : {
Original file line number Diff line number Diff line change 77
77
"@solidjs/testing-library" : " 0.8.5" ,
78
78
"@testing-library/jest-dom" : " ^6.4.5" ,
79
79
"@testing-library/user-event" : " ^14.5.2" ,
80
- "vite-plugin-solid" : " ^2.11.6"
80
+ "solid-js" : " ^1.8.4" ,
81
+ "vite-plugin-solid" : " ^2.11.6" ,
82
+ "vite" : " ^5.4.11" ,
83
+ "vinxi" : " ^0.3.12"
81
84
},
82
85
"scripts" : {
83
86
"build" : " run-p build:transpile build:types" ,
Original file line number Diff line number Diff line change 49
49
"devDependencies" : {
50
50
"@sveltejs/vite-plugin-svelte" : " 1.4.0" ,
51
51
"@testing-library/svelte" : " ^3.2.1" ,
52
- "svelte" : " 3.49.0"
52
+ "svelte" : " 3.49.0" ,
53
+ "vite" : " ^3.0.0"
53
54
},
54
55
"scripts" : {
55
56
"build" : " run-p build:transpile build:types" ,
Original file line number Diff line number Diff line change 60
60
"devDependencies" : {
61
61
"@babel/types" : " ^7.26.3" ,
62
62
"@sveltejs/kit" : " ^2.0.2" ,
63
+ "@sveltejs/vite-plugin-svelte" : " ^3.0.0" ,
63
64
"svelte" : " ^4.2.8" ,
64
65
"vite" : " ^5.4.11"
65
66
},
You can’t perform that action at this time.
0 commit comments