Skip to content

Commit

Permalink
fead: Update package next, react and react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Aug 19, 2020
1 parent 72eff56 commit 51d64d9
Show file tree
Hide file tree
Showing 6 changed files with 1,337 additions and 1,778 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"immer": "^6.0.9",
"invariant": "2.2.4",
"lodash": "^4.17.19",
"next": "^9.4.4",
"next": "^9.5.2",
"next-i18next": "^4.4.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Header/tests/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ exports[`<Header /> Should render correctly 1`] = `
>
<a
class="css-15ani8u-ItemLink epoma0f0"
href="#features"
href="/#features"
/>
<a
class="css-15ani8u-ItemLink epoma0f0"
href="#exampleGetApi"
href="/#exampleGetApi"
/>
</div>
<div
Expand Down
4 changes: 2 additions & 2 deletions src/components/Layout/tests/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ exports[`<Layout /> Should render correctly 1`] = `
>
<a
class="css-15ani8u-ItemLink epoma0f0"
href="#features"
href="/#features"
>
phrases.features
</a>
<a
class="css-15ani8u-ItemLink epoma0f0"
href="#exampleGetApi"
href="/#exampleGetApi"
>
phrases.apiExample
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/containers/Home/tests/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ exports[`<Home /> should render and match the snapshot 1`] = `
>
<a
class="css-15ani8u-ItemLink epoma0f0"
href="#features"
href="/#features"
>
phrases.features
</a>
<a
class="css-15ani8u-ItemLink epoma0f0"
href="#exampleGetApi"
href="/#exampleGetApi"
>
phrases.apiExample
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/tests/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ exports[`<HomePage /> should render and match the snapshot 1`] = `
>
<a
class="css-15ani8u-ItemLink epoma0f0"
href="#features"
href="/#features"
>
phrases.features
</a>
<a
class="css-15ani8u-ItemLink epoma0f0"
href="#exampleGetApi"
href="/#exampleGetApi"
>
phrases.apiExample
</a>
Expand Down

0 comments on commit 51d64d9

Please sign in to comment.