Skip to content

Commit

Permalink
chore: updated package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhat-wednesday committed Nov 30, 2022
1 parent aabd5ad commit 4e6d636
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 226 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
</p>
</div>
<div
class="ant-card ant-card-bordered HomeContainer__CustomCard-l0s8pp-0 liNnZz"
class="ant-card ant-card-bordered HomeContainer__CustomCard-l0s8pp-0 liNnZz css-dev-only-do-not-override-jy3e2f"
maxwidth="500"
>
<div
Expand All @@ -43,13 +43,13 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
Get details of repositories
</p>
<span
class="ant-input-group-wrapper ant-input-search"
class="ant-input-group-wrapper ant-input-search css-dev-only-do-not-override-jy3e2f"
>
<span
class="ant-input-wrapper ant-input-group"
class="ant-input-wrapper ant-input-group css-dev-only-do-not-override-jy3e2f"
>
<input
class="ant-input"
class="ant-input css-dev-only-do-not-override-jy3e2f"
data-testid="search-bar"
type="text"
value=""
Expand All @@ -58,7 +58,7 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
class="ant-input-group-addon"
>
<button
class="ant-btn ant-btn-icon-only ant-input-search-button"
class="ant-btn css-dev-only-do-not-override-jy3e2f ant-btn-default ant-btn-icon-only ant-input-search-button"
type="button"
>
<span
Expand Down Expand Up @@ -87,7 +87,7 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
</div>
</div>
<div
class="ant-card ant-card-bordered HomeContainer__CustomCard-l0s8pp-0 fCikHd"
class="ant-card ant-card-bordered HomeContainer__CustomCard-l0s8pp-0 fCikHd css-dev-only-do-not-override-jy3e2f"
color="grey"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`<RepoCard /> should render and match the snapshot 1`] = `
<body>
<div>
<div
class="ant-card ant-card-bordered RepoCard__CustomCard-sc-3wf6pv-0 hBtxvU"
class="ant-card ant-card-bordered RepoCard__CustomCard-sc-3wf6pv-0 hBtxvU css-dev-only-do-not-override-jy3e2f"
data-testid="repo-card"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
</p>
</div>
<div
class="ant-card ant-card-bordered HomeContainer__CustomCard-l0s8pp-0 liNnZz"
class="ant-card ant-card-bordered HomeContainer__CustomCard-l0s8pp-0 liNnZz css-dev-only-do-not-override-jy3e2f"
maxwidth="500"
>
<div
Expand All @@ -43,13 +43,13 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
Get details of repositories
</p>
<span
class="ant-input-group-wrapper ant-input-search"
class="ant-input-group-wrapper ant-input-search css-dev-only-do-not-override-jy3e2f"
>
<span
class="ant-input-wrapper ant-input-group"
class="ant-input-wrapper ant-input-group css-dev-only-do-not-override-jy3e2f"
>
<input
class="ant-input"
class="ant-input css-dev-only-do-not-override-jy3e2f"
data-testid="search-bar"
type="text"
value=""
Expand All @@ -58,7 +58,7 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
class="ant-input-group-addon"
>
<button
class="ant-btn ant-btn-icon-only ant-input-search-button"
class="ant-btn css-dev-only-do-not-override-jy3e2f ant-btn-default ant-btn-icon-only ant-input-search-button"
type="button"
>
<span
Expand Down Expand Up @@ -87,7 +87,7 @@ exports[`<HomeContainer /> tests should render and match the snapshot 1`] = `
</div>
</div>
<div
class="ant-card ant-card-bordered HomeContainer__CustomCard-l0s8pp-0 fCikHd"
class="ant-card ant-card-bordered HomeContainer__CustomCard-l0s8pp-0 fCikHd css-dev-only-do-not-override-jy3e2f"
color="grey"
>
<div
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,10 @@
"dependencies": {
"@babel/helper-regex": "^7.10.5",
"@formatjs/intl-relativetimeformat": "^9.1.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "13.4.0",
"antd": "^4.9.3",
"antd": "^5.0.2",
"apisauce": "2.1.6",
"axios": "^1.2.0",
"axios-retry": "^3.3.1",
"chalk": "4.1.1",
"compression": "1.7.4",
"core-js": "3.6.5",
"cross-env": "7.0.3",
Expand All @@ -103,9 +100,6 @@
"immutable": "^4.1.0",
"intl": "1.2.5",
"invariant": "2.2.4",
"ip": "1.1.5",
"less": "^4.1.3",
"less-loader": "7.3.0",
"lodash": "4.17.19",
"minimist": "1.2.3",
"prop-types": "15.8.1",
Expand All @@ -131,6 +125,8 @@
"@aws-sdk/client-s3": "^3.54.0",
"@babel/cli": "7.14.5",
"@babel/core": "7.14.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "13.4.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
Expand Down Expand Up @@ -165,6 +161,9 @@
"compression-webpack-plugin": "8.0.0",
"coveralls": "3.0.3",
"css-loader": "^5.2.6",
"chalk": "4.1.1",
"ip": "1.1.5",
"less": "^4.1.3",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-airbnb-base": "13.1.0",
Expand Down
Loading

0 comments on commit 4e6d636

Please sign in to comment.