File tree Expand file tree Collapse file tree 7 files changed +4
-49
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 7 files changed +4
-49
lines changed Original file line number Diff line number Diff line change 44 "private" : true ,
55 "dependencies" : {
66 "@sentry/react" : " latest || *" ,
7- "@testing-library/jest-dom" : " 5.14.1" ,
8- "@testing-library/react" : " 13.0.0" ,
9- "@testing-library/user-event" : " 13.2.1" ,
10- "@types/jest" : " 27.0.1" ,
117 "@types/node" : " 16.7.13" ,
128 "@types/react" : " 18.0.0" ,
139 "@types/react-dom" : " 18.0.0" ,
1410 "react" : " 18.2.0" ,
1511 "react-dom" : " 18.2.0" ,
1612 "react-scripts" : " 5.0.1" ,
17- "typescript" : " 4.9.5" ,
18- "web-vitals" : " 2.1.0"
13+ "typescript" : " 4.9.5"
1914 },
2015 "scripts" : {
2116 "start" : " react-scripts start" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import React from 'react';
33import ReactDOM from 'react-dom/client' ;
44import App from './App' ;
55import './index.css' ;
6- import reportWebVitals from './reportWebVitals' ;
76
87Sentry . init ( {
98 environment : 'qa' , // dynamic sampling bias to keep transactions
@@ -21,8 +20,3 @@ root.render(
2120 < App />
2221 </ React . StrictMode > ,
2322) ;
24-
25- // If you want to start measuring performance in your app, pass a function
26- // to log results (for example: reportWebVitals(console.log))
27- // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
28- reportWebVitals ( ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "dependencies" : {
66 "@sentry/react" : " latest || *" ,
7- "@testing-library/jest-dom" : " 5.14.1" ,
8- "@testing-library/react" : " 13.0.0" ,
9- "@testing-library/user-event" : " 13.2.1" ,
107 "history" : " 4.9.0" ,
118 "@types/history" : " 4.7.11" ,
12- "@types/jest" : " 27.0.1" ,
139 "@types/node" : " 16.7.13" ,
1410 "@types/react" : " npm:types-react@rc" ,
1511 "@types/react-dom" : " npm:types-react-dom@rc" ,
1612 "react" : " 19.0.0-rc-935180c7e0-20240524" ,
1713 "react-dom" : " 19.0.0-rc-935180c7e0-20240524" ,
1814 "react-scripts" : " 5.0.1" ,
19- "typescript" : " 4.9.5" ,
20- "web-vitals" : " 2.1.0"
15+ "typescript" : " 4.9.5"
2116 },
2217 "scripts" : {
2318 "build" : " react-scripts build" ,
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "dependencies" : {
66 "@sentry/react" : " latest || *" ,
7- "@testing-library/jest-dom" : " 5.14.1" ,
8- "@testing-library/react" : " 13.0.0" ,
9- "@testing-library/user-event" : " 13.2.1" ,
10- "@types/jest" : " 27.0.1" ,
117 "@types/node" : " 16.7.13" ,
128 "@types/react" : " 18.0.0" ,
139 "@types/react-dom" : " 18.0.0" ,
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "dependencies" : {
66 "@sentry/react" : " latest || *" ,
7- "@testing-library/jest-dom" : " 5.14.1" ,
8- "@testing-library/react" : " 13.0.0" ,
9- "@testing-library/user-event" : " 13.2.1" ,
107 "history" : " 4.9.0" ,
118 "@types/history" : " 4.7.11" ,
12- "@types/jest" : " 27.0.1" ,
139 "@types/node" : " 16.7.13" ,
1410 "@types/react" : " 18.0.0" ,
1511 "@types/react-dom" : " 18.0.0" ,
1915 "react-dom" : " 18.2.0" ,
2016 "react-router-dom" : " 5.3.4" ,
2117 "react-scripts" : " 5.0.1" ,
22- "typescript" : " 4.9.5" ,
23- "web-vitals" : " 2.1.0"
18+ "typescript" : " 4.9.5"
2419 },
2520 "scripts" : {
2621 "build" : " react-scripts build" ,
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "dependencies" : {
66 "@sentry/react" : " latest || *" ,
7- "@testing-library/jest-dom" : " 5.14.1" ,
8- "@testing-library/react" : " 13.0.0" ,
9- "@testing-library/user-event" : " 13.2.1" ,
10- "@types/jest" : " 27.0.1" ,
117 "@types/node" : " 16.7.13" ,
128 "@types/react" : " 18.0.0" ,
139 "@types/react-dom" : " 18.0.0" ,
1410 "react" : " 18.2.0" ,
1511 "react-dom" : " 18.2.0" ,
1612 "react-router-dom" : " ^6.4.1" ,
1713 "react-scripts" : " 5.0.1" ,
18- "typescript" : " 4.9.5" ,
19- "web-vitals" : " 2.1.0"
14+ "typescript" : " 4.9.5"
2015 },
2116 "scripts" : {
2217 "build" : " react-scripts build" ,
You can’t perform that action at this time.
0 commit comments