Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/dubnium
lts/iron
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`<Clickable /> component tests should render and match the snapshot 1`]
data-testid="clickable"
>
<p
class="css-lh9t18 egtqi0h0"
class="css-eswc4a egtqi0h0"
data-testid="t"
>
Repository List
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
class="css-1cnh6jp e666d1v2"
>
<p
class="e666d1v1 css-gnuwwn egtqi0h0"
class="e666d1v1 css-16gj8bq egtqi0h0"
data-testid="redirect"
>
Go to Storybook
Expand All @@ -37,7 +37,7 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
class="MuiDivider-root MuiDivider-fullWidth MuiDivider-light css-b2j1b7-MuiDivider-root"
/>
<p
class="css-darbe1 egtqi0h0"
class="css-1u0bpvi egtqi0h0"
data-testid="t"
>
Get details of repositories
Expand All @@ -50,7 +50,6 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
data-testid="search-bar"
placeholder="wednesday-solutions/react-template"
type="text"
value=""
/>
<div
class="MuiInputAdornment-root MuiInputAdornment-positionEnd css-1laqsz7-MuiInputAdornment-root"
Expand Down Expand Up @@ -115,7 +114,7 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
class="MuiDivider-root MuiDivider-fullWidth MuiDivider-light css-b2j1b7-MuiDivider-root"
/>
<p
class="css-lh9t18 egtqi0h0"
class="css-eswc4a egtqi0h0"
data-testid="default-message"
>
Search for a repository by entering it's name in the search box
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ exports[`<RepoCard /> should render and match the snapshot 1`] = `
data-testid="repo-card"
>
<p
class="css-lh9t18 egtqi0h0"
class="css-eswc4a egtqi0h0"
data-testid="name-unavailable"
>
Repository name is unavailable
</p>
<p
class="css-lh9t18 egtqi0h0"
class="css-eswc4a egtqi0h0"
data-testid="fullName-unavailable"
>
Repository full name unavaiable
</p>
<p
class="css-lh9t18 egtqi0h0"
class="css-eswc4a egtqi0h0"
data-testid="stargazers-unavaiable"
>
Repository stars are unavaiable
Expand Down
2 changes: 1 addition & 1 deletion app/components/T/tests/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`<T /> component tests should render and match the snapshot 1`] = `
<body>
<div>
<p
class="css-lh9t18 egtqi0h0"
class="css-eswc4a egtqi0h0"
data-testid="t"
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
class="css-1cnh6jp e666d1v2"
>
<p
class="e666d1v1 css-gnuwwn egtqi0h0"
class="e666d1v1 css-16gj8bq egtqi0h0"
data-testid="redirect"
>
Go to Storybook
Expand All @@ -37,7 +37,7 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
class="MuiDivider-root MuiDivider-fullWidth MuiDivider-light css-b2j1b7-MuiDivider-root"
/>
<p
class="css-darbe1 egtqi0h0"
class="css-1u0bpvi egtqi0h0"
data-testid="t"
>
Get details of repositories
Expand All @@ -50,7 +50,6 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
data-testid="search-bar"
placeholder="wednesday-solutions/react-template"
type="text"
value=""
/>
<div
class="MuiInputAdornment-root MuiInputAdornment-positionEnd css-1laqsz7-MuiInputAdornment-root"
Expand Down Expand Up @@ -115,7 +114,7 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
class="MuiDivider-root MuiDivider-fullWidth MuiDivider-light css-b2j1b7-MuiDivider-root"
/>
<p
class="css-lh9t18 egtqi0h0"
class="css-eswc4a egtqi0h0"
data-testid="default-message"
>
Search for a repository by entering it's name in the search box
Expand Down
2 changes: 1 addition & 1 deletion app/translations/en.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"engines": {
"npm": ">=5",
"node": ">=17.9.1"
"node": ">=20.0.0"
},
"author": "Mac",
"homepage": "http://wednesday-solutions.github.io/react-template",
Expand Down Expand Up @@ -115,9 +115,9 @@
"less-loader": "7.3.0",
"lodash-es": "4.17.21",
"minimist": "1.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "7.0.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-redux": "^9.2.0",
"react-router-dom": "^5.1.2",
"redux": "4.0.1",
"redux-injectors": "^1.3.0",
Expand Down Expand Up @@ -163,7 +163,7 @@
"@storybook/test-runner": "^0.9.3",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/react": "^16.3.0",
"add-asset-html-webpack-plugin": "^5.0.2",
"axe-playwright": "^1.1.12",
"babel-core": "7.0.0-bridge.0",
Expand Down
Loading