File tree Expand file tree Collapse file tree 8 files changed +18
-20
lines changed
Clickable/tests/__snapshots__
ProtectedRoute/tests/__snapshots__
RepoCard/tests/__snapshots__
containers/HomeContainer/tests/__snapshots__ Expand file tree Collapse file tree 8 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 1- lts/dubnium
1+ lts/iron
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ exports[`<Clickable /> component tests should render and match the snapshot 1`]
88 data-testid = " clickable"
99 >
1010 <p
11- class = " css-lh9t18 egtqi0h0"
11+ class = " css-eswc4a egtqi0h0"
1212 data-testid = " t"
1313 >
1414 Repository List
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
1010 class = " css-1cnh6jp e666d1v2"
1111 >
1212 <p
13- class = " e666d1v1 css-gnuwwn egtqi0h0"
13+ class = " e666d1v1 css-16gj8bq egtqi0h0"
1414 data-testid = " redirect"
1515 >
1616 Go to Storybook
@@ -37,7 +37,7 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
3737 class = " MuiDivider-root MuiDivider-fullWidth MuiDivider-light css-b2j1b7-MuiDivider-root"
3838 />
3939 <p
40- class = " css-darbe1 egtqi0h0"
40+ class = " css-1u0bpvi egtqi0h0"
4141 data-testid = " t"
4242 >
4343 Get details of repositories
@@ -50,7 +50,6 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
5050 data-testid = " search-bar"
5151 placeholder = " wednesday-solutions/react-template"
5252 type = " text"
53- value = " "
5453 />
5554 <div
5655 class = " MuiInputAdornment-root MuiInputAdornment-positionEnd css-1laqsz7-MuiInputAdornment-root"
@@ -115,7 +114,7 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
115114 class = " MuiDivider-root MuiDivider-fullWidth MuiDivider-light css-b2j1b7-MuiDivider-root"
116115 />
117116 <p
118- class = " css-lh9t18 egtqi0h0"
117+ class = " css-eswc4a egtqi0h0"
119118 data-testid = " default-message"
120119 >
121120 Search for a repository by entering it's name in the search box
Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ exports[`<RepoCard /> should render and match the snapshot 1`] = `
88 data-testid = " repo-card"
99 >
1010 <p
11- class = " css-lh9t18 egtqi0h0"
11+ class = " css-eswc4a egtqi0h0"
1212 data-testid = " name-unavailable"
1313 >
1414 Repository name is unavailable
1515 </p >
1616 <p
17- class = " css-lh9t18 egtqi0h0"
17+ class = " css-eswc4a egtqi0h0"
1818 data-testid = " fullName-unavailable"
1919 >
2020 Repository full name unavaiable
2121 </p >
2222 <p
23- class = " css-lh9t18 egtqi0h0"
23+ class = " css-eswc4a egtqi0h0"
2424 data-testid = " stargazers-unavaiable"
2525 >
2626 Repository stars are unavaiable
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ exports[`<T /> component tests should render and match the snapshot 1`] = `
44<body >
55 <div >
66 <p
7- class = " css-lh9t18 egtqi0h0"
7+ class = " css-eswc4a egtqi0h0"
88 data-testid = " t"
99 />
1010 </div >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
1010 class = " css-1cnh6jp e666d1v2"
1111 >
1212 <p
13- class = " e666d1v1 css-gnuwwn egtqi0h0"
13+ class = " e666d1v1 css-16gj8bq egtqi0h0"
1414 data-testid = " redirect"
1515 >
1616 Go to Storybook
@@ -37,7 +37,7 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
3737 class = " MuiDivider-root MuiDivider-fullWidth MuiDivider-light css-b2j1b7-MuiDivider-root"
3838 />
3939 <p
40- class = " css-darbe1 egtqi0h0"
40+ class = " css-1u0bpvi egtqi0h0"
4141 data-testid = " t"
4242 >
4343 Get details of repositories
@@ -50,7 +50,6 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
5050 data-testid = " search-bar"
5151 placeholder = " wednesday-solutions/react-template"
5252 type = " text"
53- value = " "
5453 />
5554 <div
5655 class = " MuiInputAdornment-root MuiInputAdornment-positionEnd css-1laqsz7-MuiInputAdornment-root"
@@ -115,7 +114,7 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
115114 class = " MuiDivider-root MuiDivider-fullWidth MuiDivider-light css-b2j1b7-MuiDivider-root"
116115 />
117116 <p
118- class = " css-lh9t18 egtqi0h0"
117+ class = " css-eswc4a egtqi0h0"
119118 data-testid = " default-message"
120119 >
121120 Search for a repository by entering it's name in the search box
Original file line number Diff line number Diff line change 1515 ],
1616 "engines" : {
1717 "npm" : " >=5" ,
18- "node" : " >=17.9.1 "
18+ "node" : " >=20.0.0 "
1919 },
2020 "author" : " Mac" ,
2121 "homepage" : " http://wednesday-solutions.github.io/react-template" ,
115115 "less-loader" : " 7.3.0" ,
116116 "lodash-es" : " 4.17.21" ,
117117 "minimist" : " 1.2.3" ,
118- "react" : " 18.2.0 " ,
119- "react-dom" : " 18.2.0 " ,
120- "react-redux" : " 7.0.2 " ,
118+ "react" : " ^19.1.1 " ,
119+ "react-dom" : " ^19.1.1 " ,
120+ "react-redux" : " ^9.2.0 " ,
121121 "react-router-dom" : " ^5.1.2" ,
122122 "redux" : " 4.0.1" ,
123123 "redux-injectors" : " ^1.3.0" ,
163163 "@storybook/test-runner" : " ^0.9.3" ,
164164 "@storybook/testing-library" : " ^0.0.13" ,
165165 "@testing-library/jest-dom" : " ^5.16.4" ,
166- "@testing-library/react" : " ^13 .3.0" ,
166+ "@testing-library/react" : " ^16 .3.0" ,
167167 "add-asset-html-webpack-plugin" : " ^5.0.2" ,
168168 "axe-playwright" : " ^1.1.12" ,
169169 "babel-core" : " 7.0.0-bridge.0" ,
You can’t perform that action at this time.
0 commit comments